neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            

Home Page:https://neo4j.com/labs/apoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support apoc.dump.jdbc

johnlinp opened this issue · comments

Feature description (Mandatory)

I would like to dump data from Neo4j database into other relational databases, e.g. PostgreSQL.
Just like apoc.load.jdbc, I would like to see a apoc.dump.jdbc.

Considered alternatives

I need to use a Spark application to load the data from Neo4j database and write into the relational database.

How this feature can improve the project?

It can increase the interoperability between Neo4j database and other databases.