Skip to content

Instantly share code, notes, and snippets.

@niazangels
Last active January 28, 2018 14:15
Show Gist options
  • Save niazangels/dc053f415c4135f143048203503052b6 to your computer and use it in GitHub Desktop.
Save niazangels/dc053f415c4135f143048203503052b6 to your computer and use it in GitHub Desktop.
Cypher query to import a graph from file using APOC
// 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