Importing Data into Neo4j

What is a database without data? An empty shell!

There are numerous ways to import data into a Neo4j server. We have already seen the rich GUI approach of typing it in the Neo4j browser using Cypher. Fortunately, as Neo4j is a big data categorized database, there are other ways, such as the following: 

  • Importing CSV data with LOAD CSV
  • Importing from a JSON source
  • Importing from a JDBC source
  • Importing from an XML source

Restoring a backup is also a way but we will leave that for later in the Appendix, Tips and Tricks.

Knowing how to load data will open for you the doors of all the open data that the internet has to offer. It is my opinion that there are combinations of open datasets that would prove to be the base ...

Get Learning Neo4j 3.x - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.