adam_cowley
Neo4j
Neo4j

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:

  1. Create: insert movie data into the graph

  2. Find: retrieve individual movies and actors

  3. Query: discover related actors and directors

  4. Solve: the Bacon Path


This is a companion discussion topic for the original entry at https://neo4j.com/developer/cypher/guide-cypher-basics/