4.3 · Lesson

Multiple passes

In the examples you have been exploring, a single file represents a single entity in the graph - persons.csv contained Person 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 movies.csv contained Movie nodes.

In this lesson, you will explore a single file that stores multiple nodes 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. and the challenges of importing it into the graph.