Cypher Tutorial

  • Cypher is a query language for Neo4j Graph Database
  • It is a declarative language inspired by SQL.
  • It is easy to learn, read, write and understand.

Examples with Every Topic

This Cypher Tutorial has a lot of examples. Examples are included with each topic so that you can get a better grip on the topics.

Example

(you)-[:ARE_LEARNING]->(cypher)-[:FROM]->(Deep Learning University)


Cypher References

This Cypher tutorial is complemented by the complete references about cypher keywords, functions, aggregations, clauses and more. If you want to learn more about them or see more examples, you may refer to the following references-

Cypher Function References