Skip to content

Instantly share code, notes, and snippets.

@Miopas
Created February 25, 2019 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Miopas/f170d9498f41d6a14dbee73082549bf4 to your computer and use it in GitHub Desktop.
Save Miopas/f170d9498f41d6a14dbee73082549bf4 to your computer and use it in GitHub Desktop.
command for neo4j
./cypher-shell -a bolt://localhost:1688 -u neo4j -p work "match(n)-[r]->(m) return n, r, m limit 10;" >/tmp/a.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment