Neo4j Fundamentals
Learn about Graph databases and get started with Neo4j
In this 1-hour course, you will learn
Welcome to GraphAcademy, and the Neo4j Fundamentals course.
In this course you will learn about graph databases and the underlying principles of Neo4j.
You will learn about graph theory, the elements of a graph database, and when Neo4j is a good choice for your use case.
You will explore a Neo4j database, learn the basics of the query language Cypher, and use Cypher to read and write data in Neo4j.
This course will set you on your way to becoming a Neo4j expert.
Graph theory
Graph structures
Elements of a graph database
Reading and writing data in Neo4j
Cypher patterns
3 modules, 1 hour.
Posts from the GraphAcademy blog.
Writing Cypher Queries That Don't Lose Your Data
The query trap that hides your newest data, and the query shape that brings it back.
SQL to Cypher - 10 Queries You Already Know
You already know how to write these queries. This article shows you what they look like when the joins go away.
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.