Welcome to
Neo4j

Just click the arrow on the right, or tap your right-arrow key...

Dashboard - database overview

The Dashboard provides at-a-glance monitoring of database content and activity. The numbers are estimates rather than actual values, intended for general status rather than exact reporting.

That's a chart of the graph, not a graph graph.

Data browser - inspect

The Data browser tab provides two views for exploring the graph. The default inspection view displays details about nodes, relationships and property values.

The inspection view is handy for easy data creation and debugging.

Data browser - visualize

The other Data browser view is a simple graph visualization. Click on the graph icon to toggle the display, which will show a part of the graph. Clicking on grayed nodes will expand the part of the graph being shown.

Showing can be easier than telling when it comes to graph data.

Console - command shell

For full command of Neo4j, use the Console as an interactive shell to run Cypher queries or test REST calls.

REPL, shell, CLI — whatever you call it, typing commands is 1337.

Summary

Through the web you have full access to Neo4j. You can run ad-hoc Cypher queries, visualize the graph, and monitor activity. There is much detail below that surface.

Next steps:

Or, see other guides.