Understanding data stores for your application.
Not only SQL, but modern choices which excel at answering different kinds of questions.

Topple the stacks of records in a Relational Database while keeping all the relationships, and you’ll see a graph. Where an RDBMS is optimized for aggregated data, Neo4j is optimized for highly connected data.


A Key-Value model is great for lookups of simple or even complex values. When the values are themselves interconnected, you’ve got a graph. Neo4j lets you traverse quickly among all the connected values.


The container hierarchy of a Document Database accommodates nice, schema-free data that can easily be represented as a tree. Which is of course a graph. Refer to other documents (or document elements) within that tree and you have a more expressive representation of the same data that you can easily navigate with Neo4j.
A graph database stores data in a graph, the most generic of data structures, capable of elegantly representing any kind of data in a highly accessible way.
Neo4j is a graph database, reliable and fast for managing and querying highly connected data.
The Cypher track concentrates on the Cypher Graph Query language, making interaction with Neo4j framework independent.
Neo4j's enterprise editions are provided by Neo Technology for use in commercial, non open-source deployments.
With from Sweden & the Neo4j Community. © 2013 Neo Technology, Inc. Graphs are Everywhere. Terms | Privacy Policy