Chapter 30. Neo4j Shell

Neo4j shell is a command-line shell for running Cypher queries. There are also commands to get information about the database. In addition, you can browse the graph, much like how the Unix shell along with commands like cd, ls and pwd can be used to browse your local file system.

It’s a nice tool for development and debugging. This guide will show you how to get it going!