Import your CSV file

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

To complete this task you will need to:

  1. Find a source data CSV file.

    It could be a file you have created, or one you found online (https://www.kaggle.com/datasets has open datasets you can use).

  2. Review the source data.

  3. Define a graph data model for your data.

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

  4. Use Neo4j Data Importer to import the data into your Neo4j Sandbox.

  5. Review the data in Neo4j.

Sandbox connection details
Connection URL

20db75219c7f9e3a522e47704e2793ea.neo4jsandbox.com:7687

Username

neo4j

Password

utility-counter-competition

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

Summary

In this optional challenge, you used what have learned and imported data into Neo4j.

In the next lesson, you will learn how to continue your learning journey.