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