Learning Cypher : Summary
Cypher is a query language for Neo4j graph database. The basic model in Neo4j can be described as
Each node can have a number of relationships with other nodes
Each relationship goes from one node either to another node or to the same node
Both nodes and relationships can have properties, and each property has a name and a value
Cypher was first introduced in Nov 2013 and since then the popularity of graph databases as a category has taken off.