From adfe2e669d622da36292f2253c7a732b565a58e4 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:13:24 +0100 Subject: [PATCH 1/7] add content --- modules/ROOT/content-nav.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 7ae6ac674..e28b7bb0d 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -5,6 +5,7 @@ Generic Start * **Introduction** ** xref:index.adoc[About Aura] +** xref:new-console.adoc[New Neo4j Aura console] ** xref:visual-tour/index.adoc[Visual tour] * **Quick start** ** xref:getting-started/quick-start-guide.adoc[Quick start guide] From b44ecba818a095152f06e76a61aa874161b2c077 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:41:37 +0100 Subject: [PATCH 2/7] add file too --- modules/ROOT/pages/new-console.adoc | 88 +++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 modules/ROOT/pages/new-console.adoc diff --git a/modules/ROOT/pages/new-console.adoc b/modules/ROOT/pages/new-console.adoc new file mode 100644 index 000000000..04e6d7a15 --- /dev/null +++ b/modules/ROOT/pages/new-console.adoc @@ -0,0 +1,88 @@ +:description: This page highlights the main differences between the new and classic concoles. += Neo4j Aura console + +The new console is an evolution of the classic Aura console, updated to enhance the experience with Neo4j Aura. +It integrates the features and functionalities of various tools, services, and operations from the Neo4j catalog. + +The key features, structural changes, and improvements compared to the classic console are outlined here. + +== What's new + +=== Key features and improvements + +** *Vector-optimized configurations* - Optimized for AI workloads, enabling more efficient use of graph data. +See xref:managing-instances/instance-details.adoc#aura-vector-optimization[Vector optimization] for more information. + +** *Graph Data Science (GDS) plugin* - Allows you to experiment with graph algorithms within the console. +See See xref:managing-instances/instance-details.adoc#graph-data-science-plugin[Graph Data Science plugin] for more information. + +** *Secondaries* - Scale the read query workload of your AuraDB instance while maintaining high availablility. +See xref:managing-instanced/secondaries.adoc[Secondaries] for more information. + +** *Database import/restore* - Upload and restore databases from multiple data sources, including support for PostgreSQL, MySQL, SQL Server, Oracle, as well as local _.CSV_ files. +See xref:import/introduction.adoc[Import] for more information. + +** *Billing* - The interface has been redesigned to be easier to navigate and more transparent. + +=== Navigation updates + +** *More streamlined access to instance details* - Connection status, database roles, user management, and more are available from the instance card. +See xref:manage-instances/instance-details.adoc[Instance details] for more information. + +** *A unified navigation bar* - Allows you to quickly switch between tools like Query and Explore, to Settings and User management, for example. + +=== Topology + +*Organization* + +** Centralized management of settings and roles, supporting improved scaling and governance. + +** *Organization owner* - A new role that allows shared administrative responsibility. + +** *OAuth (SSO)* - Configurable single sign-on for secure and simplified authentication. + +*Project* is the evolution is *Tenant*. + +** Projects allow you to organize multiple instances under a single project to standardize configurations and streamline access control. + +** You can assign *project-specific roles* to manage permissions effectively. + +*Instance* + +** *Improved instance management* - You can now resize instances, monitor monthly usage, and manage custom endpoints directly from the instance card. + +** *Rolling updates* - Updates are applied without downtime with optional deferred updates for production environments. + +=== Integrated tools + +** *Query and Explore* are tools for querying and visualizing your data and ae now integrated into the console. +You can navigate between instances directly from the tools. + +=== Assisted querying + +** *Cypher reference* - Available directly in the Query tool. + +** *Co-pilots* - Allows you to use natural language to query the database. +Co-pilots are available both in the Query and Explore tools. + +=== Connectivity + +** *Auto-connect* - Establish connections to your database automatically. + +** *Database user connections* - Support for connecting using database credentials. + +** *Remote connections* - Allows you to connect from remote sources. + +** *Cloud metadata storage* - Centralized repository for queries, visualization scenes, and configurations. + +=== Monitoring and logs + +** *Metrics dashboard* - Visualize performance metrics for your databases. + +** *Logs explorer* - Allows you to view detailed logs to troubleshoot and analyze database activity. + +** *Metrics scraping* - You can configure instance metrics for integration with external monitoring systems. + +=== Educational tools + +** *Learning resources in one place* - Interactive guides, sample datasets, and directions to documentation, Developer center, and Graph Academy. From 0118ececbae8f4c8e9dcc0e316ef95a47cbc8215 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:18:54 +0100 Subject: [PATCH 3/7] fix errors and add link --- modules/ROOT/pages/new-console.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/new-console.adoc b/modules/ROOT/pages/new-console.adoc index 04e6d7a15..690696d5c 100644 --- a/modules/ROOT/pages/new-console.adoc +++ b/modules/ROOT/pages/new-console.adoc @@ -17,7 +17,7 @@ See xref:managing-instances/instance-details.adoc#aura-vector-optimization[Vecto See See xref:managing-instances/instance-details.adoc#graph-data-science-plugin[Graph Data Science plugin] for more information. ** *Secondaries* - Scale the read query workload of your AuraDB instance while maintaining high availablility. -See xref:managing-instanced/secondaries.adoc[Secondaries] for more information. +See xref:managing-instances/secondaries.adoc[Secondaries] for more information. ** *Database import/restore* - Upload and restore databases from multiple data sources, including support for PostgreSQL, MySQL, SQL Server, Oracle, as well as local _.CSV_ files. See xref:import/introduction.adoc[Import] for more information. @@ -27,9 +27,10 @@ See xref:import/introduction.adoc[Import] for more information. === Navigation updates ** *More streamlined access to instance details* - Connection status, database roles, user management, and more are available from the instance card. -See xref:manage-instances/instance-details.adoc[Instance details] for more information. +See xref:managing-instances/instance-details.adoc[Instance details] for more information. ** *A unified navigation bar* - Allows you to quickly switch between tools like Query and Explore, to Settings and User management, for example. +See xref:visual-tour/index.adoc[Visual tour] for more information about the UI. === Topology From 95062acf27067a2bbc77765081242ca8402b3b86 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:41:56 +0100 Subject: [PATCH 4/7] more stuff --- modules/ROOT/pages/new-console.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/new-console.adoc b/modules/ROOT/pages/new-console.adoc index 690696d5c..04b52ef1f 100644 --- a/modules/ROOT/pages/new-console.adoc +++ b/modules/ROOT/pages/new-console.adoc @@ -47,6 +47,7 @@ See xref:visual-tour/index.adoc[Visual tour] for more information about the UI. ** Projects allow you to organize multiple instances under a single project to standardize configurations and streamline access control. ** You can assign *project-specific roles* to manage permissions effectively. +See xref:user-management.adoc[User management] for more information. *Instance* From 8f23ccde9c3c0bd9dae35a4db6c3c89738b49bd8 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:38:36 +0100 Subject: [PATCH 5/7] tidy up --- modules/ROOT/pages/index.adoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 9c7f5acd5..e7aad56e3 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -14,14 +14,10 @@ The Aura environment starts with an organization which can contain multiple proj Projects, users, and billing can all be managed directly from the same console. If you have used Aura before, you will find the console familiar but with a host of new features. -The classic Aura console is still available as the default experience, and will remain available until all available features have been integrated into the new console. +The classic Aura console is still available, and will remain available until all available features have been integrated into the new console. -*Comparison to the classic console* +See xref:new-console.adoc[New Neo4j Aura console] for a comparison between the new console and the classic experience. -* Some features, such as metrics, have moved to the panel on the left. -* **Projects** are an evolution of **Tenants**. -* The new console's left navigation now provides access to tools, marking a significant change from the classic console's concept of "opening" the instance. -* The process for creating an instance remains unchanged. (C) {copyright} From 640c424bf21b0463db7d29df72566022b907bca7 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:11:27 +0100 Subject: [PATCH 6/7] typos --- modules/ROOT/pages/import/introduction.adoc | 1 + modules/ROOT/pages/new-console.adoc | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/import/introduction.adoc b/modules/ROOT/pages/import/introduction.adoc index bf2f84d3e..8ca426d7e 100644 --- a/modules/ROOT/pages/import/introduction.adoc +++ b/modules/ROOT/pages/import/introduction.adoc @@ -7,6 +7,7 @@ It allows you to import data without using any code from: * PostgreSQL * MySQL * SQL Server +* Oracle * .CSV This service is also available as a standalone tool for importing data into self-managed Neo4j instances. diff --git a/modules/ROOT/pages/new-console.adoc b/modules/ROOT/pages/new-console.adoc index 04b52ef1f..ec9fdeab3 100644 --- a/modules/ROOT/pages/new-console.adoc +++ b/modules/ROOT/pages/new-console.adoc @@ -13,8 +13,8 @@ The key features, structural changes, and improvements compared to the classic c ** *Vector-optimized configurations* - Optimized for AI workloads, enabling more efficient use of graph data. See xref:managing-instances/instance-details.adoc#aura-vector-optimization[Vector optimization] for more information. -** *Graph Data Science (GDS) plugin* - Allows you to experiment with graph algorithms within the console. -See See xref:managing-instances/instance-details.adoc#graph-data-science-plugin[Graph Data Science plugin] for more information. +** *Graph Analytics plugin* - Allows you to experiment with graph algorithms within the console. +See xref:graph-analytics/index.adoc#aura-gds-plugin[Graph Analytics plugin] for more information. ** *Secondaries* - Scale the read query workload of your AuraDB instance while maintaining high availablility. See xref:managing-instances/secondaries.adoc[Secondaries] for more information. @@ -26,7 +26,7 @@ See xref:import/introduction.adoc[Import] for more information. === Navigation updates -** *More streamlined access to instance details* - Connection status, database roles, user management, and more are available from the instance card. +** *More streamlined access to instance details* - Connection status, instance configuration, metrics, and more are available from the instance card. See xref:managing-instances/instance-details.adoc[Instance details] for more information. ** *A unified navigation bar* - Allows you to quickly switch between tools like Query and Explore, to Settings and User management, for example. @@ -36,7 +36,7 @@ See xref:visual-tour/index.adoc[Visual tour] for more information about the UI. *Organization* -** Centralized management of settings and roles, supporting improved scaling and governance. +** *Centralized management* of settings and roles, supporting improved scaling and governance. ** *Organization owner* - A new role that allows shared administrative responsibility. @@ -57,7 +57,7 @@ See xref:user-management.adoc[User management] for more information. === Integrated tools -** *Query and Explore* are tools for querying and visualizing your data and ae now integrated into the console. +** *Query and Explore* are tools for querying and visualizing your data and are now integrated into the console. You can navigate between instances directly from the tools. === Assisted querying From b253133f908b04837702ff06bb0a2f477ce77f43 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:43:17 +0100 Subject: [PATCH 7/7] addressed comments and edits --- modules/ROOT/pages/new-console.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/new-console.adoc b/modules/ROOT/pages/new-console.adoc index ec9fdeab3..6236879d9 100644 --- a/modules/ROOT/pages/new-console.adoc +++ b/modules/ROOT/pages/new-console.adoc @@ -44,7 +44,7 @@ See xref:visual-tour/index.adoc[Visual tour] for more information about the UI. *Project* is the evolution is *Tenant*. -** Projects allow you to organize multiple instances under a single project to standardize configurations and streamline access control. +** *Projects* allow you to organize multiple instances under a single project to standardize configurations and streamline access control. ** You can assign *project-specific roles* to manage permissions effectively. See xref:user-management.adoc[User management] for more information. @@ -53,7 +53,7 @@ See xref:user-management.adoc[User management] for more information. ** *Improved instance management* - You can now resize instances, monitor monthly usage, and manage custom endpoints directly from the instance card. -** *Rolling updates* - Updates are applied without downtime with optional deferred updates for production environments. +** *Rolling updates* - Updates are applied without downtime with optional deferred updates for production environments. === Integrated tools