agensgraph icon indicating copy to clipboard operation
agensgraph copied to clipboard

is there a way to import graphs from neo4j?

Open jave opened this issue 8 years ago • 1 comments

Is there a way to import graphs from neo4j?

I tried exporting a large graph with apoc from neo, as cypher statements. I then imported the graph into agensgraph. This method has several disadvantages, therefore I'm wondering if it is possible to use some other format, perhaps graphml?

jave avatar Aug 15 '17 20:08 jave

If you're ok with importing directly from neo4j, you could try using neo4j FDW. See also: the usage of Load to create nodes from json data.

johnberzy-bazinga avatar Aug 17 '17 06:08 johnberzy-bazinga