Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-11-2021 02:16 AM
Hi all,
I have to export data from one causal cluster to onother neo4j single instance in other machine, all in 3.5.x version.
The causal cluster has:
35M of nodes
66M of rels
But we only have to export and import 20K nodes and 40K rels
I have to take into account that the data has to travel through the network (choose the way that it weighs little). That the subgraph has to have all the data and that neo cannot be stopped (it is not worth dump).
Thanks in advance!.
Regards.
08-19-2021 02:53 PM
I would use apoc.export.cypher/json.query() to export your subgraph.
and then import it with either cypher-shell for cypher or apoc.import.json for the json.
All the sessions of the conference are now available online