Hi,
Can any one help me how i can i copy subgraph from one server to another server using cypher . I am trying to call apoc.bolt.load but it is not returning the subgraph only returning the single node. can any one help me
Hi,
Can any one help me how i can i copy subgraph from one server to another server using cypher . I am trying to call apoc.bolt.load but it is not returning the subgraph only returning the single node. can any one help me
Hey there,
Depending on the size of your data, there's a few different approaches you can use here. I would start by checking out this article. Export a (sub)graph to Cypher script and import it again - Knowledge Base