Importing Data Fundamentals
Learn how to import data into Neo4j
In this 2-hour course, you will learn
Welcome to GraphAcademy and the Importing Data Fundamentals course.
In this course, you will explore the options for importing data into Neo4j.
You will learn to use the Neo4j Import tool to import data and create a graph data model, including:
- Creating nodes, labels, relationships, and properties from data in CSV files.
- Setting unique IDs and constraints.
- Creating indexes to improve query performance.
You will explore your source data and its implications on the import process and the graph data model.
Finally, you will use what you have learned to import your data into Neo4j.
Prerequisites
Before taking this course, you should have an understanding of:
- Graph and Neo4j fundamental concepts
- Basic Cypher queries
- Modelling graph databases
We recommend you complete the following beginner courses in GraphAcademy:
Importing data into Neo4j
Options for importing data
Using Neo4j Import tool
3 modules, 2 hours.
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.