Neo4j Browser
The Neo4j browser is a graphical user interface (GUI) that can be run through a web browser.
The Neo4j browser can be used for adding data, running queries, creating relationships, and more. It also provides an easy way to visualise the data in the database.
Overview
-
Editor
This is where you enter queries and commands. For example, to create or retrieve data. You can get help at any time by entering
:help
and pressing enter (or clicking the "Run" arrow to the right of the Editor). -
Stream
This is where the results of your queries appear. Each result has its own frame. Each frame appears above the previous. So this enables you to scroll down and view the results of a previous query if needed. You can clear the Stream at any time by using the command
:clear
. -
Labels, Nodes, & Relationships
These represent the data in the database. Clicking on any of the icons at the top result in information about that option being displayed at the bottom of the Frame.
-
Sidebar
-
Frame Viewing Options