NoSQL Options Compared
, March 19, 2013 A Developer's Look at the Primary NoSQL Options
Neo4j
Developer: Neo Technology
License Type: AGPL
Operating System: Linux, Mac OS X, Windows
Implementation Language: Java
Initial Release: 2007
Neo4j is a more specialized product than most databases on this list. It describes itself as an "embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables." For this reason, it's suited to storing data items that have complex relationships (for example, road maps, social network relationships, etc.) rather than the traditional key-value stores or JSON documents. Neo4j provides full ACID conformity.
Due to its unique design, the database has multiple forms of querying, including a pattern matching query language (Cypher) and a graph-traversal language (Gremlin). Neo4j uses Groovy for scripting.

