Skip to content

Reading Data from Neo4j

Domain model for this course

Here is the data model used in this course. The graph contains nodes with the labels Person and Movie. Person nodes have several types of relationships to Movie nodes. A Person node can have a FOLLOWS relationship to another Person node.

Domain Model

Introduction to Cypher