Neo4j is one of the distinguished open source NOSQL graph database. There are plenty of open source graph databases available, however Neo4j is one of the most popular options available currently. Online backup and high availability are some of the preeminent features of Neo4j.
The graph traversal in Neo4j is supported by number of different ways. This article is focused on the the Neo4j proprietary graph traversal language, its called Cypher.
Cypher is really powerful and very intuitive language to traverse a complex graph. Some of the basic operations can be very efficiently done in Cypher. We have recently evaluated Neo4j database for a large project and heavily used Cypher queries.
Cypher can be really handy for a Neo4j developer to traverse and debug from admin web console. This article is trying to document some of the most common queries we found useful.
Below are some commonly used query snippets for you to use as a cheat sheet.
Continue ReadingThe graph traversal in Neo4j is supported by number of different ways. This article is focused on the the Neo4j proprietary graph traversal language, its called Cypher.
Cypher is really powerful and very intuitive language to traverse a complex graph. Some of the basic operations can be very efficiently done in Cypher. We have recently evaluated Neo4j database for a large project and heavily used Cypher queries.
Cypher can be really handy for a Neo4j developer to traverse and debug from admin web console. This article is trying to document some of the most common queries we found useful.
Below are some commonly used query snippets for you to use as a cheat sheet.
