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.

Call an apoc procedure from node.js

#Load bulk json data via node.js.
All,
I am trying to upload bulk json data.. I am able to send if I send one object at a time via node.js code. But I am not able to call the procedure to do a bulk upload using apoc.load.json. Any reference/ideas how this can be achieved? Thanks in advance

1 REPLY 1

Can you share what you've already tried? And what your JSON + Cypher looks like?

Did you look at the example in the APOC documentation?

https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_load_json_2