DozerDB / dozerdb-plugin

Free and Open Source Plugin that adds enterprise features to Neo4j Community Distributions
GNU General Public License v3.0
32 stars 2 forks source link

Plaintext dump of the database #18

Closed vanangamudi closed 1 week ago

vanangamudi commented 3 weeks ago

Is there a way to dump the whole database into plaintext like cypher instead of binary file?

jmsuhy commented 2 weeks ago

You can do this with apoc - using CALL apoc.export.cypher(…)

see: https://neo4j.com/docs/apoc/current/export/cypher/

jmsuhy commented 1 week ago

Let me know if the apoc approach worked for you.