Last active
January 28, 2018 14:10
-
-
Save niazangels/bf4bf8b3b302e370625ba01d37524f3f to your computer and use it in GitHub Desktop.
Export entire Neo4j graph using APOC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Export entire database | |
CALL apoc.export.graphml.all('/tmp/complete-graph.graphml', {useTypes:true, storeNodeIds:false}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment