Creating Relationships from CSV
1.3 · Lesson

Creating Relationships from CSV

With Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. in the graph, the next step is connecting them. In a relational database, a foreign key in one table references a primary key in another. CSV files follow the same Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship. —one file contains actors, another contains movies, and a third links them together using shared identifiers.

The general approach is: