Skip to content

Add GDS Sessions #624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Generic Start
* Introduction
** xref:index.adoc[About Aura]
** xref:new-console.adoc[New Neo4j Aura console]
** xref:graph-analytics/index.adoc[]
** xref:visual-tour/index.adoc[Visual tour]

* xref:graph-analytics/index.adoc[]

* Quick start
** xref:getting-started/create-account.adoc[Create an account]
** xref:getting-started/create-instance.adoc[Create an instance]
Expand Down
29 changes: 26 additions & 3 deletions modules/ROOT/pages/visual-tour/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[visual-overview]]
= Visual tour of the console
:description: This section introduces the console UI.
:gds-sessions-page: {neo4j-docs-base-uri}/graph-data-science/current/installation/gds-sessions/

== Console structure

Expand Down Expand Up @@ -30,15 +31,14 @@ This opens a dropdown menu where you can see all the organizations and projects
.Breadcrumb navigation / org and project switcher
image::breadcrumbs.png[Breadcrumb navigation]

[[org-settings]]

=== Organizations

Organizations are a layer in the Aura account hierarchy that sits above Projects.
This allows you to organize and manage multiple projects under a single organization.

Management at this level allows control over all Projects within an Organization and, thus, instances within Projects and lets Organization owners roll out Project-level settings for all Projects simultaneously.

[[org-settings]]
=== Organization settings

On the organization level, you can also find a Settings menu where you can manage your organization's settings, provided that you are an organization admin.
Expand All @@ -48,9 +48,18 @@ See xref:query/visual-tour.adoc#copilot[Query co-pilot] and xref:explore/explore

image::enable-copilot.png[]

==== Settings for GDS sessions

include::partial$EAP.adoc[]

The following configuration settings are available for link:{gds-sessions-page}[GDS Sessions]:

* The maximum available memory for each Session
* The maximum number of concurrent Sessions within the organization

== Data Services

This section contains your instances and the Import service.
This section contains the data services you have access to.
To access your data, navigate to a project and xref:getting-started/connect-instance.adoc[connect to an instance].

=== Instances
Expand All @@ -68,6 +77,20 @@ If your instance doesn't contain any data, the Import service allows you to impo
This service lets you create your data model and map it to your files.
See the xref:import/introduction.adoc[What is Import?] for more information about this service.

=== Sessions

include::partial$EAP.adoc[]

This page lists the link:{gds-sessions-page}[GDS Sessions] running within a project (if any).

The list shows Session details and a **Delete** button for each Session.
Session details include:

* The Neo4j database instance containing the data projected in the Session
* The memory allocated to the Session (configurable in the <<org-settings>> page)
* The user who created the Session
* The time remaining to the Session configured time limitfootnote:[Or to the internal time limit.]

== Tools

The tools allow you to interact with your data and therefore require an active connection to an instance.
Expand Down
4 changes: 4 additions & 0 deletions modules/ROOT/partials/EAP.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[NOTE]
====
This feature is currently in Early Access and not available by default.
====