Module 2
Creating Nodes, Properties, and Relationships
In this module, you will learn about:
- Creating Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. and Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. with data from a CSV file
- Assigning Full definition for property (opens in a new tab)A named value stored on a node or a relationship. to nodes and relationships
- The importance of unique identifiers and how to create Full definition for constraint (opens in a new tab)A rule the database enforces on every node or relationship with a given label or type, rejecting any write that breaks it.
You will load data about movies and people related to those movies, including Person and Movie nodes, relationships between them, and constraints to ensure the data is unique.
If you are ready, let's get going!