Discover Neo4j AuraDB Free with Michael and Alex – Importing from Relational Databases

25 Oct, 2021



Neo4j Aura Free: http://dev.neo4j.com/discover-aura

This week we show how to import from a relational database (RDBMS) into Aura free.
For simplicity we use the Northwind dataset

* export CSV and use LOAD CSV https://neo4j.com/developer/guide-importing-data-and-etl/

* use the Neo4j ETL Tool from Neo4j Desktop https://neo4j.com/developer/neo4j-etl/

* use a program / script to read the data from the RDBMS (here via JDBC) and write it to AuraDB with the Neo4j driver

Detailed Walkthrough + Code:
https://github.com/neo4j-examples/discoveraurafree

Catch-up on missed episodes from the repo!
https://github.com/neo4j-examples/discoveraurafree

Related Videos