Build a Graph Database
Build a graph database like Neo4j/Memgraph: nodes + edges + properties storage, index-free adjacency for O(1) traversal, label/property indexes, Cypher-style query language, BFS/Dijkstra/PageRank algorithms, RDF triples and SPARQL alternative model, and the engine behind Twitter's social graph, fraud detection, and knowledge graphs.
advanced10 lessons4 chapters10 graded exercisesPython
No sign-up needed for lesson 1 · certificate on completion · sign up to save progress
What you’ll have built
Chapter by chapter. Every step is a graded exercise.
- Graph Models
- Storage
- Query Languages
- Production
Starts in Python — solve in the language you choose in the editor, same tests either way.
Curriculum
4 chapters, 10 lessons. Each lesson is a short read, one graded exercise, and a quiz.
- 1What Graph DBs SolveRead · exercise · quiz
- 2Property Graph ModelRead · exercise · quiz
- 3RDF Triple StoresRead · exercise · quiz
Loading reference solution…