Browser

The Neo4j Browser is focused on the executing of Cypher queries and the visualisation of the results. The tool is well documented .

User Interface

../_images/ui1.png

Frame Windows

  • Cypher Editor

    The Cypher editor is the primary interface for entering and running Cypher queries and commands.

  • Result Frames

    Neo4j Browser supports different result frame views to suit your needs:

    • Graph — Display the result as nodes and relationships and allow styling to be configured.

    • Table — Display the result as JSON formatted rows.

    • Text — Display the result as a plain text table.

    • Code — Display the submitted request, the Neo4j Server version and address, and the response.

Last change: Oct 30, 2023