Skip to content

cypher

Language - Query

TODO

Commands

:server status
:server connect
:sysinfo
:clear
:history
:play start
:help
  :help keys
  :help cypher
  :help Schema
  :help with
  :help match
  :help return
  :help create-constraint-on
  :help create-index-on
  :help load-csv

Default Databases

  • neo4j
  • system

Features

  • Save and export files just like jupyter notebooks

Cypher Examples

Running Scripts

cypher-shell -f yourscriptname
cat neo_4.cypher | cypher-shell
sudo cypher-shell arguments_as_needed < neo_4.cypher

Sources