cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to upload multiple JSON files on Neo4j at once.?

Is there any way to upload multiple JSON files in neo4j.
I have 700+ files on my local and want to upload them at once.
Kindly let me know if is there any way to do it.

Thanks.

2 REPLIES 2

If you turn it into CSV the faster method for large amounts of data upload is https://neo4j.com/docs/operations-manual/current/tutorial/import-tool/.

If the files are small and don't contain 10's/100's of millions of records, you could just set up an APOC procedure depending on the graph model and data present in the files.
http://neo4j-contrib.github.io/neo4j-apoc-procedures/3.5/cypher-execution/commit-batching/

How about apoc.periodic.iterate ?

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online