cypher-shell

Abre una sesión interactiva y ejecuta consultas Cypher contra una instancia Neo4j. Vea también: neo4j-admin, mysql. Más información: https://neo4j.com/docs/operations-manual/current/tools/cypher-shell/.

cypher-shell

cypher-shell --address neo4j://{{host}}:{{puerto}}

cypher-shell --username {{usuario}} --password {{contraseña}}

cypher-shell --database {{nombre_base_de_datos}}

cypher-shell --file {{ruta/al/archivo.cypher}}

cypher-shell --log {{ruta/al/archivo.log}}

cypher-shell --help