In this optional challenge, you will use what you learned in this course to import your own data into Neo4j.
To complete this task:
-
Find a source data CSV file.
It could be a file you have created, an export from a relational database, or one from the Neo4j graph examples (Northwind, recommendations, and other sample datasets).
-
Review the source data structure and quality.
-
Define a graph data model for your data.
It should include at least two different node labels and one relationship.
-
Use the Neo4j Data Importer to import the data.
Open your AuraDB instance and click Import in the left sidebar.
-
Verify the import by running Cypher queries to inspect nodes and relationships.
When you have completed the challenge, click Move On to continue.