Import Your Own Data

In this optional challenge, you will use what you learned in this course to import your own data into Neo4j.

To complete this task:

  1. 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).

  2. Review the source data structure and quality.

  3. Define a graph data model for your data.

    It should include at least two different node labels and one relationship.

  4. Use the Neo4j Data Importer to import the data.

    Open your AuraDB instance and click Import in the left sidebar.

  5. Verify the import by running Cypher queries to inspect nodes and relationships.

When you have completed the challenge, click Move On to continue.

Complete

Summary

In this optional challenge, you applied the course concepts and imported your own data into Neo4j.

In the next module, you will learn how to validate your imported graph data.

Chatbot

How can I help you today?