geekmonkey
  • Home
  • About
  • Learn With Me: Julia
Sign in Subscribe

Databases

A collection of 2 posts
Using Neo4j with Rails 3.2
Ruby on Rails

Using Neo4j with Rails 3.2

Neo4j is a NoSQL graph database written in Java. This means that you work with nodes and relationships rather than fixed tables with a schema. Nodes can easily be mapped to Ruby object and relationships seen as references to other objects. This article will show how to utilize Neo4j to
Sep 26, 2012 4 min read
MySQL

Extracting a single database from a mysqldump

Some days ago a friend asked me how to extract a single database from a complete database dump. He created the dump using mysqldump and only wanted to restore a single database, without having go through >80k lines. After a little thinking I came up with a little script that
Jul 24, 2012
Page 1 of 1
geekmonkey © 2023
Powered by Ghost