Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-01-2019 03:16 AM
In the same way apoc imports from a URL is there a way of exporting a json to a URL
CALL apoc.load.json('http://example.com/map.json', [path], [config]) YIELD value as person CREATE (p:Person) SET p = person
apoc.export.json.query(query,file,config)
but file is a URL
All the sessions of the conference are now available online