Normalizing a property to a node
In this lesson, you will learn how to refactor your graph by normalizing iFull definition for property (opens in a new tab)A named value stored on a node or a relationship. into separate iFull definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. to reduce data duplication and improve data modeling consistency.
Traversing nodes and iFull 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. is fast and efficient in Neo4j. Filtering properties by can be expensive (especially if they are not indexed).
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register