Last active
January 28, 2018 14:15
-
-
Save niazangels/dc053f415c4135f143048203503052b6 to your computer and use it in GitHub Desktop.
Cypher query to import a graph from file 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
// Import from GraphML | |
CALL apoc.import.graphml('/tmp/complete-graph.graphml', {batchSize: 10000, storeNodeIds: false}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment