Cypher Fundamentals
Learn Cypher in 1 hour
In this 1-hour course, you will learn
This course teaches you the essentials of using Cypher, Neo4j's powerful query language, in as little time as possible.
This course contains videos, content, questions to check your understanding of the content, and hands-on practices and challenges.
Prerequisites
You need not have any programming experience to take this course.
Cypher patterns
Reading data from a graph
Writing data to a graph
2 modules, 1 hour.
Posts from the GraphAcademy blog.
TIL: Cypher has a format() function for dates and times
A deprecation warning taught me that Cypher now formats dates, times, and durations natively. No APOC required.
Replacing your APOC Periodic Iterate with CALL {} IN TRANSACTIONS
apoc.periodic.iterate is deprecated in Cypher 25. Learn how to rewrite your queries with CALL {} IN TRANSACTIONS.
How Cypher Graph Types Kept Our AI-Generated Queries Honest During a Migration
We rebuilt GraphAcademy against the same Neo4j database. Graph types made sure AI-generated Cypher could not drift from the data model.