bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.34k stars 149 forks source link

is there a way to import graphs from neo4j? #231

Open jave opened 7 years ago

jave commented 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?

johnberzy-bazinga commented 7 years ago

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.