Open jave opened 7 years ago
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?
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.
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?