Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-17-2019 08:55 AM
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.
10-17-2019 11:04 AM
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/
10-23-2020 02:15 AM
How about apoc.periodic.iterate ?
All the sessions of the conference are now available online