Visual tour of the console

Console structure

The hierarchy of the console consists of organizations, projects, and instances:

  • Organization: The highest level, representing the overall team or company.

  • Projects: Folders that organize your instances.

  • Instances: Contain the databases.

When you first log in to the console, you are part of an organization. An organization can contain one or more projects. Click a project to open it.

project

Project cards provide a snapshot of each project, including the number of instances and members associated with it. Opening a project card takes you inside that project, where you can view existing instances and create new ones as needed.

The organization or project you’re currently viewing is always displayed in the header of the console.

To switch between different organisations or projects, click on its name. This opens a dropdown menu where you can see all the organisations and projects you have access to and select the one you want to switch to.

breadcrumbs

Data Services

This section contains your instances and the Import service. To access your data, navigate to a project and connect to an instance.

Instances

An instance in Aura is an environment of the Neo4j database, managed and run in the cloud. A project can contain one or more instances. In the instance section, you can view and select which instance you want to connect to.

By expanding an instance card, you can explore various options, such as viewing metrics, taking snapshots, or pausing the instance. Additionally, you can also connect the instance to an application.

Import

If your instance doesn’t contain any data, the Import service allows you to import CSV files to your database. This service lets you create your data model and map it to your files. See the What is Import? for more information about this service.

Tools

The tools allow you to interact with your data and therefore require an active connection to an instance. Once connected to an instance, you can use both the Explore and the Query tools.

leftsidepanel

Explore

Explore helps you visualize and interact with datasets without using any code.

  • Visual Exploration: See your data as a graph, with nodes and relationships between them, making it easier to understand and analyze complex data connections.

  • Data Insights: By interacting with the graph, uncover patterns, trends, and insights that aren’t easily visible in traditional tabular formats. Explore is designed to make working with graph data more intuitive and insightful by providing a visual and interactive way to analyze and manage your data.

See What is Explore? for more information.

Query

Query is a helpful tool to interact with your data using Cypher, the graph query language.

  • Cypher Editor: Where you write Cypher queries and get instant feedback on syntax errors and other helpful advice.

  • Result frames: Where query results are displayed as a graph, table, or RAW.

  • Query History: A feature that shows previously run queries.

See What is Query? for more information.

Operations

Metrics

Metrics help you monitor and analyze your database’s performance and usage. Some metrics are available directly on the instance card, and you can find the full range in Metrics.

See Metrics for more information.

Project

A project is an organizational grouping for one or more instances. Access, permissions, and billing are managed at the project level.

Users

Users are associated with a project and can have various roles and permissions. New users can be invited from the users' page. From there, you can manage accounts, permissions, and control access levels to ensure secure and appropriate instance use. Individuals can have access to a project for administrative work, or to the instances for data work — you can also assign more specific permissions. See User management for more information.

Settings

The project settings allow you to change your project name. If you need to reference or share your project, you can copy your project ID.

projectsettings