Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-23-2021 09:34 AM
I want to get data from one neo4j instance A and create nodes based on it in another neo4j instance B.
What’s the cleanest way to do that? I’d prefer not to have to deal with exporting and importing from files.
I’m using neo4j-driver
in node.js.
So I could have a sessionA
and a sessionB
for instances A and B respectively. I want to:
sessionA
to get some nodessessionB
.I think that step 1 is trivial, but I’m not sure the best way to achieve step 2. Should I use a json as a parameter?
03-23-2021 11:37 AM
for whatever sub graph, open sessionA, open sessionB inside it, and write to B what you read from A.
similar to logic to read from graph and write to a file, or the screen even.
All the sessions of the conference are now available online