3.1 · Lesson

Understanding Relationships

In the previous module, you imported Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. into your graph. Nodes represent entities, but 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. connect them together to enable complex queries about how entities relate.

In this lesson, you will learn about relationships in Neo4j and how they enable the recommendation system.