Neo4j Data Importer

In this module, you will learn how to import data into Neo4j using the Neo4j Data Importer.

A screenshot of the Neo4j Data Importer

You will import data about movies and people from CSV files and create a graph of Movie, Person, and User nodes. Relationships between the nodes will allow you to understand which people directed or acted in movies and how users rated movies.

You will create the following data model:

The graph data model for the movies and people data

If you are ready, let’s get going!

Ready? Let’s go →