Module 2

Neo4j Import tool

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

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 Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties.. 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. 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 Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain.:

In this module, you will:

  • Learn how to use the Neo4j Import tool interface
  • Import nodes from CSV files
  • Create relationships between nodes
  • Set up unique identifiers and Full definition for constraint (opens in a new tab)A rule the database enforces on every node or relationship with a given label or type, rejecting any write that breaks it.

If you are ready, let's get going!

Ready, let's go!