Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
The Movie Graph is a mini graph application containing actors and directors that are related through the movies they’ve collaborated on.
It is available in your Neo4j Browser if you execute :play movie-graph
.
It is helpful if you run the queries as you go along, but you should understand them even so.
This guide will show you how to:
Create: insert movie data into the graph
Find: retrieve individual movies and actors
Query: discover related actors and directors
Solve: the Bacon Path