Course
Importing Data into Neo4j Workshop
Learn how to import your data into Neo4j
About this workshop
In this 2-hour workshop, you will learn
Welcome to GraphAcademy, and the Importing Data into Neo4j Workshop.
In this workshop you will learn about:
- The different ways to import data into Neo4j.
- How to create a Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain. for your data.
- How to use the Neo4j Full definition for Data Importer (opens in a new tab)The Neo4j tool for loading CSV files into a graph by mapping their columns onto nodes and relationships. to create:
- A data model.
- Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties., Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node., and Full definition for property (opens in a new tab)A named value stored on a node or a relationship..
- Indexes and Full definition for constraint (opens in a new tab)A rule the database enforces on every node or relationship with a given label or type, rejecting any write that breaks it..
This workshop will allow you to import your own data into Neo4j.
Importing data
Data modeling
Neo4j data importer
Indexes
Constraints
Before you start
What you need to take part.
A GraphAcademy account
The workshop is delivered here on GraphAcademy, so you need to be signed in to work through the lessons and keep your progress. Creating an account is free.
Course content