In this module, you will learn how to import data from relational databases into Neo4j using the Data Importer tool.
You will:
-
Understand how source data characteristics affect your import strategy
-
Learn to use the Neo4j Data Importer to create nodes from CSV files
-
Create relationships between nodes in your graph model
-
Handle complex data scenarios including NULL values, data type mismatches, and large datasets
-
Apply best practices for reliable, repeatable imports
By the end of this module, you will have hands-on experience importing the Northwind dataset into Neo4j, transforming relational tables into a connected graph. An optional challenge lets you import your own CSV data.