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.
GraphAcademy
CUP
Learn graphs.
Score for your country.
Represent your country in the GraphAcademy Cup.
Complete courses, earn points, and win weekly prizes.
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.
If you turn it into CSV the faster method for large amounts of data upload is Neo4j-admin import - Operations Manual.
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 ?
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Importing JSON to Neo4j from a file containing list of JSONs | 7 | 7197 | November 12, 2019 | |
| Upload mass data in neo4j | 9 | 267 | July 4, 2024 | |
| Upload large amounts of data on Neo4j Community Edition | 5 | 1130 | February 13, 2020 | |
| Importing multiple JSON files ( json bulk import) | 2 | 2108 | November 27, 2019 | |
| Load large volume of data in neo4j | 3 | 3422 | February 11, 2020 |