Importing CSV Data into Neo4j Aura Free Tier

16 Jun, 2021



Learn how to import the movie data into an Aura Free Tier database.

The scripts used in this video are here:

http://r.neo4j.com/ImportCSVAura

Chapters:
00:00 Intro
00:10 Connecting to a Neo4j database
00:45 Exploring people data before import
01:29 Converting string values to integers
01:46 Exploring movies data
02:00 Exploring directors data
02:18 Exploring actors data
03:05 Proposed Data Model
03:19 Importing the people data
03:38 Importing movies data
03:47 Adding uniqueness constraints
04:19 Creating :DIRECTED relationships
05:18 Confirming successful import
05:40 Creating :ACTED_IN relationships
06:38 Conclusion

Related Videos