Course

Importing CSV data into Neo4j

Learn how to import CSV data into Neo4j using Cypher

1 hour23 lessons across 4 modules
About this course

In this 1-hour course, you will learn

Welcome to GraphAcademy, and the Importing CSV Data into Neo4j course.

In this course, you will create a graph database of movies from a set of CSV files.

You will learn how to use Cypher to create nodes, labels, relationships and properties from data in CSV files.

You will explore the different data types in Neo4j and how to cast data of that type.

Finally, you will look at the performance considerations of loading large datasets, including managing transactions.

To take this course, we recommend that you complete these beginner courses in GraphAcademy:

  1. Neo4j Fundamentals
  2. Cypher Fundamentals
  3. Graph Data Modeling Fundamentals
  • How to import CSV data into Neo4j

  • Using LOAD CSV and Cypher

  • Creating a data model

  • Neo4j data types and how to cast data

  • How transactions affect data importing and how to manage them