Import a Complete Dataset
1.6 · Challenge

Import a Complete Dataset

In this final challenge, you will design and execute a complete import pipeline that brings together everything you have learned. Your goal is to start from an empty database and end with a fully connected graph of movies, people, and the roles connecting them.

To begin with a clean database, run this statement to delete all existing 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.: