Importing CSV data into Neo4j
Learn how to import CSV data into Neo4j using Cypher
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:
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
4 modules, 1 hour.
Posts from the GraphAcademy blog.
Writing Cypher Queries That Don't Lose Your Data
The query trap that hides your newest data, and the query shape that brings it back.
SQL to Cypher - 10 Queries You Already Know
You already know how to write these queries. This article shows you what they look like when the joins go away.
TIL: Cypher has a format() function for dates and times
A deprecation warning taught me that Cypher now formats dates, times, and durations natively. No APOC required.