From b300a53d63b06e954ded78d68198d9affdd8b350 Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 19:06:17 +0100 Subject: [PATCH 01/11] update syntax - .slide.col-2 --- .../lessons/4-sign-up/lesson.adoc | 6 +++--- .../lessons/2-create-instance/lesson.adoc | 4 ++-- .../lessons/3-manage-instance/lesson.adoc | 8 ++++---- .../lessons/4-backup-and-restore/lesson.adoc | 20 +++++++++---------- .../lessons/1-import/lesson.adoc | 4 ++-- .../lessons/3-explore/lesson.adoc | 2 +- .../lessons/4-dashboard/lesson.adoc | 8 ++++---- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc index bacf4c74a..fb117d134 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc @@ -65,7 +65,7 @@ image::images/4-professional-tier-sign-up.png[] -[.slide][.col=2] +[.slide..col-2] == Choosing the right location When creating a new database instance, you need to choose the right location for your instance. @@ -82,7 +82,7 @@ image::images/02_location_choice.jpg[location,width=600,align=center] For example, if your application is hosted on AWS in one region, you should choose the same region for your database instance to minimize latency and ensure optimal performance, as well as data security and compliance. -[.slide][.col=2] +[.slide..col-2] == Understanding size requirements When sizing a graph database, except for Aura Free, you need to consider two main components: @@ -100,7 +100,7 @@ To determine the right size, you need to know the following about your database: * Do you need to make use of any vector indexes? -[.slide][.col=2] +[.slide..col-2] == Estimating size requirements Unless all this information is available, the best you can do is an estimate. This is less of a problem for Aura as database instances can be resized through the Aura console with a few clicks. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc index a84bc74ef..5d1cbb24d 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc @@ -14,7 +14,7 @@ By the end of this lesson, you will be able to: [.slide] == Creating a new instance -To create a new database instance, select **Instances** in the menu on the left, then use the **Create Instance** button. +To create a new database instance, select **Instances** in the menu on the left, then click **Create Instance**. image::images/02_create_instance.png[create instance,width=600,align=center] @@ -39,7 +39,7 @@ image::images/02_create_free_credentials.jpg[credentials,width=300,align=center] Make sure to **Download and continue** and **keep** the file safe. It contains the credentials needed to connect to your new database. -[.slide][.col=2] +[.slide..col-2] == Instance connection details diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc index f9292b690..81f86100e 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc @@ -36,7 +36,7 @@ The menu provides access to the following options: // * **Mark as Production ** - * **Delete ** - Permanently delete the instance and all data -[.slide][.col=2] +[.slide..col-2] == Inspecting your instance The inspect option allows you to view the details of your instance. @@ -51,7 +51,7 @@ This panel also allows you to view and take snapshots and restore the database f // image::images/03_inspect_instance_pro.jpg[inspectpro,width=450,align=center] -[.slide][.col=2] +[.slide..col-2] == Scaling and configuration As your application grows, you may need to adjust your instance size or move to a different tier. @@ -99,7 +99,7 @@ Once you have chosen your configuration and have reviewed the pricing outlined a Configuration may take a few minutes to complete, but read and write access will be maintained during this time. -[.slide][.col=2] +[.slide..col-2] == Cloning your instance Cloning makes a copy of an existing instance into: @@ -114,7 +114,7 @@ This is perfect for creating development environments, testing changes, or setti This can be used to shift a database to a higher tier. The difference with **upgrade** is that the URI of the new instance will be different. ==== -[.slide][.col=2] +[.slide..col-2] == Deleting an instance Deleting an instance will terminate the instance and delete all data associated with it. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc index 0933e46be..d09da5def 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc @@ -33,7 +33,7 @@ Aura creates snapshots based on your instance tier: // The frequency and retention of snapshots varies by tier. Check your specific tier documentation for exact details. // ==== -[.slide][.col=2] +[.slide..col-2] == Working with snapshots There are three key actions you can take with any snapshot: @@ -44,7 +44,7 @@ There are three key actions you can take with any snapshot: image::images/03_snapshot_actions.jpg[snapshotactions,width=300,align=center] -[.slide][.col=2] +[.slide..col-2] === Export snapshots @@ -53,14 +53,14 @@ image::images/03_snapshot_actions.jpg[snapshotactions,width=300,align=center] It's also essential for creating backups before major changes or migrations, and for sharing data securely with development teams. -[.slide][.col=2] +[.slide..col-2] === Create new instances from snapshots **Create instance from snapshot** spins up a fresh instance with the snapshot's data. This is perfect for setting up development environments that mirror production, allowing you to test changes on a copy of real data. You can also use this to create staging environments for application testing, or as part of your disaster recovery scenarios. -[.slide][.col=2] +[.slide..col-2] === Restoring snapshots **Restore** reverts your current instance to the snapshot's point in time. You want to use this when you need to roll back problematic changes, when data corruption has occurred, or when you want to return to a known good state after testing. @@ -71,7 +71,7 @@ You can also use this to create staging environments for application testing, or Restoring a snapshot **overwrites** all current data in your instance. Make sure you export a current snapshot first if you might need to recover the current state later. ==== -[.slide][.col=2] +[.slide..col-2] == Restoring from backup file image::images/03_restore_from_backup.jpg[restore,width=450,align=center] @@ -84,7 +84,7 @@ This is particularly useful when: * Restoring from an exported snapshot * Loading data from another Neo4j environment -[.slide][.col=2] +[.slide..col-2] === Important limitations Keep these constraints in mind when restoring from local files: @@ -95,7 +95,7 @@ Keep these constraints in mind when restoring from local files: * **Larger files**: Files bigger than 4GB require command-line tools -[.slide][.col=2] +[.slide..col-2] === When to use local restore The use case for local file restore is somewhat limited, but it's a **great** way to get started with smaller databases when moving from self-managed setups to Aura. @@ -124,7 +124,7 @@ Here are some best practices to consider: * **Consider compliance and retention** - Understand your organization's requirements for data retention and compliance. Ensure your backup strategy aligns with these needs, including how long backups must be kept and any specific storage or encryption requirements. -[.slide][.col=2] +[.slide..col-2] === Regular snapshot exports Regularly export important snapshots to your own storage: @@ -134,7 +134,7 @@ Regularly export important snapshots to your own storage: * On a scheduled basis for critical production data * Before performing any potentially risky operations -[.slide][.col=2] +[.slide..col-2] === Testing your restore process A backup is only as good as your ability to restore from it. Regularly test your backup and restore procedures: @@ -145,7 +145,7 @@ A backup is only as good as your ability to restore from it. Regularly test your * Train your team on the restore process -[.slide][.col=2] +[.slide..col-2] === Compliance and retention Consider your organization's requirements: diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc index 63fb1a8f3..c07111d75 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc @@ -34,7 +34,7 @@ Drop in the **movies.csv** file. This results in image::images/01_data_importer_manual.jpg[importer_manual,width=450,align=center] -[.slide][.col=2] +[.slide..col-2] == Model You can **upload** a data model or create one **manually**. @@ -68,7 +68,7 @@ image::images/01_data_importer_model_actedin.jpg[importer_actedin,width=600,alig Note the green checkmark that indicates that an element has been mapped correctly. -[.slide][.col=2] +[.slide..col-2] == Import **Run import** is the next step, and it needs a connection to the database. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc index 87b29ec51..b4da98db8 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc @@ -18,7 +18,7 @@ The **Explore** tool is a powerful interface for visualizing and exploring your Before diving into the integrated Explore tool, note that you can also use link:https://explore.neo4j.io[Neo4j Bloom^]. You can connect to the instance using your credentials and conneciton URL and carry on from there. -[.slide][.col=2] +[.slide..col-2] == Connecting From the Aura console, either go to **Instances** and select the instance you want to connect to and use the **Connect** dropdown and select **Explore**, or directly to **Explore** and use the Connect button from there. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc index 67809d696..b67bda033 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc @@ -28,7 +28,7 @@ In Aura, you have access to an integrated dashboard tool that allows you to quic ==== The integrated Dashboards tool was formerly known as Neodash and is now fully integrated into the Aura console for seamless access. ==== -[.slide][.col=2] +[.slide..col-2] == Creating your first dashboard You will learn how to build a dashboard that visualizes actor relationships in the movie database. @@ -48,7 +48,7 @@ Rename your dashboard from "New dashboard" to something descriptive like "Movie image::images/04_dashboard_tool_tour.jpg[dashboard_tour,width=500,align=center] -[.slide][.col=2] +[.slide..col-2] == Adding dashboard cards Dashboard cards are individual components that display specific data visualizations. @@ -78,7 +78,7 @@ image::images/04_dashboard_tool_hanks.jpg[dashboard_hanks,width=500,align=center You can move cards by dragging them using the six-dot handle that appears when you hover over a card. ==== -[.slide][.col=2] +[.slide..col-2] == Making dashboards interactive with filters @@ -108,7 +108,7 @@ Your dashboard now responds dynamically to filter selections: image::images/04_dashboard_tool_result.jpg[dashboard_result,width=500,align=center] -[.slide][.col=2] +[.slide..col-2] == Where dashboards fit in your workflow From dc23b1bd22191427e91fd9f0868fbcee8ca013b4 Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 19:08:47 +0100 Subject: [PATCH 02/11] removed slides attribute - no longer needed --- .../modules/1-introduction/lessons/1-about/lesson.adoc | 1 - .../modules/1-introduction/lessons/2-tiers/lesson.adoc | 1 - .../1-introduction/lessons/3-understand-costs/lesson.adoc | 1 - .../modules/1-introduction/lessons/4-sign-up/lesson.adoc | 1 - .../2-getting-started/lessons/1-layout-console/lesson.adoc | 1 - .../2-getting-started/lessons/2-create-instance/lesson.adoc | 1 - .../2-getting-started/lessons/3-manage-instance/lesson.adoc | 1 - .../2-getting-started/lessons/4-backup-and-restore/lesson.adoc | 1 - .../modules/2-getting-started/lessons/5-connecting/lesson.adoc | 1 - .../modules/3-services-tools/lessons/1-import/lesson.adoc | 1 - .../modules/3-services-tools/lessons/2-query/lesson.adoc | 1 - .../modules/3-services-tools/lessons/3-explore/lesson.adoc | 1 - .../lessons/4-dashboard/5-dashboard/lesson.adoc | 1 - .../modules/3-services-tools/lessons/4-dashboard/lesson.adoc | 1 - .../4-operations/lessons/1-shared-responsibility/lesson.adoc | 1 - .../modules/4-operations/lessons/2-further-steps/lesson.adoc | 3 +-- 16 files changed, 1 insertion(+), 17 deletions(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/1-about/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/1-about/lesson.adoc index 7002cef32..2547eaed0 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/1-about/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/1-about/lesson.adoc @@ -1,7 +1,6 @@ = About Aura :type: lesson :order: 1 -:slides: true [.slide.discrete] == Understanding Neo4j Aura diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/2-tiers/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/2-tiers/lesson.adoc index b84a4b6c4..3c4cddf48 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/2-tiers/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/2-tiers/lesson.adoc @@ -1,7 +1,6 @@ = Aura Tiers :type: lesson :order: 2 -:slides: true [.slide.discrete] == Aura Tiers diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/3-understand-costs/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/3-understand-costs/lesson.adoc index af525c4ef..dfb7004f5 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/3-understand-costs/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/3-understand-costs/lesson.adoc @@ -1,7 +1,6 @@ = Understanding costs :type: lesson :order: 3 -:slides: true [.slide.discrete] == Understanding Aura Costs diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc index fb117d134..fc9ddfebb 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc @@ -2,7 +2,6 @@ :description: Learn how to sign up for a Neo4j Aura Professional instance. :type: lesson :order: 4 -:slides: true :optional: true Signing up for Neo4j Aura is a straightforward process that allows you to get started with a fully managed graph database in the cloud. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc index 256439a3d..84c39bfbf 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc @@ -1,7 +1,6 @@ = Layout of the Aura Console :type: lesson :order: 1 -:slides: true In the previous lesson, you learned about the different Aura tiers and how to choose the right one for your needs. In this lesson, you will learn about the structure of the Aura Console and how organizations, projects, and instances relate to each other. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc index 5d1cbb24d..912a99226 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc @@ -1,7 +1,6 @@ = Create an instance :type: lesson :order: 2 -:slides: true In the previous lesson, you learned how to manage organizations and projects in the Aura Console. In this lesson, you will learn how to create your first Aura Free database instance and understand the key factors that influence instance configuration. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc index 81f86100e..b69a14166 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc @@ -7,7 +7,6 @@ = Manage an instance :type: lesson :order: 3 -:slides: true In the previous lesson, you learned how to create an Aura Free database instance and to understand the key factors that influence instance configuration. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc index d09da5def..18db19562 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc @@ -1,7 +1,6 @@ = Backup and restore :type: lesson :order: 4 -:slides: true Data protection is one of the most important aspects of database management. Whether you're preparing for a major application update, migrating between environments, or simply want to ensure you can recover from unexpected problems, having a solid backup and restore strategy is essential. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/5-connecting/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/5-connecting/lesson.adoc index 33b5399d7..2f79656ec 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/5-connecting/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/5-connecting/lesson.adoc @@ -1,7 +1,6 @@ = Connecting to your instance :type: lesson :order: 5 -:slides: true In the previous lesson, you learned about different ways to back up and restore your Aura instance, and how to plan your backup strategy. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc index c07111d75..d955a1841 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc @@ -1,7 +1,6 @@ = Import data :type: lesson :order: 1 -:slides: true In the previous lesson, you learned how to connect to an Aura active database instance. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc index d0942fec1..afc9e6c09 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc @@ -1,7 +1,6 @@ = Query tool :type: lesson :order: 2 -:slides: true In the previous lesson, you learned how to import data into your Aura instance. In this lesson, you will learn how to: diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc index b4da98db8..1b6799614 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc @@ -1,7 +1,6 @@ = Explore data :type: lesson :order: 3 -:slides: true In the previous lesson, you learned how to query data in an Aura database. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/5-dashboard/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/5-dashboard/lesson.adoc index dbae6456a..c467e1bca 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/5-dashboard/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/5-dashboard/lesson.adoc @@ -1,7 +1,6 @@ = Building dashboards :type: lesson :order: 4 -:slides: true In the previous lessons, you learned how to execute Cypher queries using the Query tab and explored your data using the Explore tab. Now you'll learn how to create visual dashboards that make your data accessible to business users and stakeholders. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc index b67bda033..2fdb4857e 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc @@ -1,7 +1,6 @@ = Building dashboards :type: lesson :order: 4 -:slides: true In the previous lessons, you learned how to execute Cypher queries using the Query tool and explored your data using the Explore tool. diff --git a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc index b49798638..a0a8def31 100644 --- a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc @@ -1,7 +1,6 @@ = Shared Responsibility :type: lesson :order: 1 -:slides: true In the previous lesson, you learned about Aura and how it differs from self-managed databases. diff --git a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc index 37e4a4f53..9effeda0e 100644 --- a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc @@ -1,7 +1,6 @@ = Further Steps :type: lesson :order: 2 -:slides: true In the previous lessons, you learned how to manage your Aura instances and users. @@ -20,7 +19,7 @@ These resources provide a wealth of information to help you deepen your understa == Accessing further learning paths -You can access further learning paths directly from your Aura console: +You can access further learning paths directly from your Aura console: image::images/2-learning-center.png[width=600,align=center] From f192ed26b5eec36691c802011659b8872d026ddd Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 19:09:29 +0100 Subject: [PATCH 03/11] removed description attribute - this isn't used --- .../modules/1-introduction/lessons/4-sign-up/lesson.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc index fc9ddfebb..6f2f60ecd 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc @@ -1,5 +1,4 @@ = Sign up for Aura -:description: Learn how to sign up for a Neo4j Aura Professional instance. :type: lesson :order: 4 :optional: true From 9eb61d2e8cf267655d1dfc17fa47c00e349b8958 Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 19:10:28 +0100 Subject: [PATCH 04/11] removed line break between [.slide] and h2 --- .../modules/1-introduction/lessons/4-sign-up/lesson.adoc | 5 ----- .../2-getting-started/lessons/1-layout-console/lesson.adoc | 3 --- .../lessons/4-backup-and-restore/lesson.adoc | 2 -- .../modules/3-services-tools/lessons/2-query/lesson.adoc | 1 - .../modules/3-services-tools/lessons/3-explore/lesson.adoc | 1 - 5 files changed, 12 deletions(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc index 6f2f60ecd..3dc8f7d54 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc @@ -11,7 +11,6 @@ In this lesson, you will learn how to: * Set up your first Aura Professional instance [.slide] - == Step 1: Visit the Neo4j Aura Website Go to link: console.neo4j.io in your web browser. This is the official portal for managing Neo4j Aura databases. @@ -24,7 +23,6 @@ Use the **Sign Up** button to create a new account. image::images/4-sign-up-page.png[] [.slide] - == Step 2: Create Your Account After clicking the **Sign Up** button, you will be directed to the registration form. After filling in your email address, you have to confirm your identity before proceeding to make sure it is a valid email address and not a bot or impersonation. @@ -42,7 +40,6 @@ image::images/4-new-account-2.png[] [.slide] - == Step 3: Personalize Your Experience After creating your account, you will be prompted to personalize your experience by selecting your interests and how you plan to use Neo4j Aura. This helps Neo4j tailor the experience to your needs. @@ -54,7 +51,6 @@ As you select your interests, you will see a graph getting built indicating how image::images/4-new-account-2.png[] [.slide] - == Step 4: Set Up Your First Aura Professional Instance After setting up your account, you will be directed to the region and cloud provider selection page. Here, you can either choose to create your first Aura Professional instance, or skip and create a free instance. @@ -123,7 +119,6 @@ After this, you will be presented with a set of credentials, that would be neede image::images/4-download-creds.png[] [.slide] - == Step 5: Access Your Professional Aura Instance Once your instance is set up, you can access it through the Neo4j Aura console. From here, you can manage your database, run queries, and monitor performance: diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc index 84c39bfbf..513b6a8c5 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc @@ -12,7 +12,6 @@ By the end of this lesson, you will learn how to: * Understand the difference between console access and database access security [.slide] - == Understanding the Aura Console The Aura Console is the web-based interface for managing your Neo4j Aura instances. @@ -22,7 +21,6 @@ image::images/01_aura_console_instances.png[][layout,width=600,align=center] [.slide.col-2] - == Understanding the console hierarchy When you create a new account, you are automatically assigned to an organization. @@ -39,7 +37,6 @@ image::images/01_aura_console_overview.jpg[layout,width=600,align=center] By default, you will be assigned to an organization called **Neo4j**, with a project called **New project**. [.slide.col-2] - == Managing organizations Aura organizes your graph databases into a three-level hierarchy: organizations, project, and instances. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc index 18db19562..36ce47118 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc @@ -12,7 +12,6 @@ In this lesson, you will learn how to: * Plan your backup strategy [.slide] - == Understanding Aura snapshots Snapshots are Aura's term for **backups**. The tier determines when they are taken and how many are kept available in Aura itself. @@ -111,7 +110,6 @@ Consider this approach when: // TODO: migrate to course summary, optional lesson? [.slide] - == Planning your backup strategy Having a backup plan is essential for data protection, as well as for managing changes and migrations. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc index afc9e6c09..5a4c9c42c 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc @@ -10,7 +10,6 @@ In this lesson, you will learn how to: * Visualize query results using different formats [.slide] - == Connecting Before you start, make sure you have completed the previous lesson and imported the sample data into your Aura instance. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc index 1b6799614..a9532a290 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc @@ -64,7 +64,6 @@ image::images/03_explore_tool_styling.jpg[exploretool_styling,width=500,align=ce [.slide] - == Differences The **Explore** tool is designed for users who may not be familiar with Cypher syntax or prefer a more visual approach to exploring their data. It provides several advantages over the **Query Tool**: From 752fb7f361922409922f1d1400baee363d86ef2f Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 19:35:40 +0100 Subject: [PATCH 05/11] fixed slides, added discrete headers --- .../lessons/4-sign-up/lesson.adoc | 116 +++++++++++++++--- 1 file changed, 98 insertions(+), 18 deletions(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc index 3dc8f7d54..267bbdb8e 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc @@ -3,6 +3,8 @@ :order: 4 :optional: true +[.slide.discrete] +== Signing up for Aura Signing up for Neo4j Aura is a straightforward process that allows you to get started with a fully managed graph database in the cloud. In this lesson, you will learn how to: @@ -10,58 +12,97 @@ In this lesson, you will learn how to: * Create a Neo4j Aura account * Set up your first Aura Professional instance -[.slide] +[.slide.col-2] == Step 1: Visit the Neo4j Aura Website -Go to link: console.neo4j.io in your web browser. This is the official portal for managing Neo4j Aura databases. +[.col] +==== +Go to link:https://console.neo4j.io[console.neo4j.io^] in your web browser. This is the official portal for managing Neo4j Aura databases. On this page, you will see options to sign up for a new account or log in if you already have one. Use the **Sign Up** button to create a new account. +==== +[.col] +==== image::images/4-sign-up-page.png[] +==== -[.slide] +[.slide.col-2] == Step 2: Create Your Account +<<<<<<< HEAD After clicking the **Sign Up** button, you will be directed to the registration form. After filling in your email address, you have to confirm your identity before proceeding to make sure it is a valid email address and not a bot or impersonation. +======= +[.col] +==== +After clicking the **Sign Up** button, you will be directed to the registration form. After filling in your email address, you will have to confirm your identity before proceeding, to make sure it is a valid email address and not a bot or impersonation. +==== +>>>>>>> 4e1fb6bb (fixed slides, added discrete headers) +[.col] +==== image::images/4-verify-identity.png[] +==== +[.slide.col-2.discrete] +== Step 2b: Create a password Once your email is verified, you will be prompted to create a password: +[.col] +==== image::images/4-sign-up-email.png[] +==== -After setting up your password, you will be asked to provide some additional information, such as your name and company (if applicable). Fill in the required fields and click **Next**. +[.slide.col-2.discrete] +== Step 2c: Onboarding -image::images/4-new-account-2.png[] +[.col] +==== +After setting up your password, you will be asked to provide some additional information, such as your name and company (if applicable). Fill in the required fields and click **Next**. -[.slide] -== Step 3: Personalize Your Experience +image::images/4-new-account-2.png[role=transcript-only] After creating your account, you will be prompted to personalize your experience by selecting your interests and how you plan to use Neo4j Aura. This helps Neo4j tailor the experience to your needs. -image::images/4-new-account-1.png[] +image::images/4-new-account-1.png[role=transcript-only] +<<<<<<< HEAD As you select your interests, you will see a graph getting built indicating how far along you are in the setup process, instead of a progress bar. Once you have made your selections, click **Next** to proceed. +======= +As you select your interests, you will see instead of a progress bar, a graph getting built indicating how far along you are in the setup process. Once you have made your selections, click **Next** to proceed. +==== +>>>>>>> 4e1fb6bb (fixed slides, added discrete headers) +[.col] +==== image::images/4-new-account-2.png[] +==== -[.slide] + +[.slide.col-2] == Step 4: Set Up Your First Aura Professional Instance +[.col] +==== After setting up your account, you will be directed to the region and cloud provider selection page. Here, you can either choose to create your first Aura Professional instance, or skip and create a free instance. +==== +[.col] +==== image::images/4-professional-tier-sign-up.png[] +==== - -[.slide..col-2] +[.slide.col-2] == Choosing the right location +[.col] +==== When creating a new database instance, you need to choose the right location for your instance. For most Aura tiers, you can choose from multiple cloud providers (AWS, GCP, Azure) and regions within those providers. @@ -71,21 +112,41 @@ You should consider the following questions: 1. Where is your application running / going to run? 2. What cloud provider do / did you pick for your application? 3. Can you mirror the choices of the first two questions for your database? +==== -image::images/02_location_choice.jpg[location,width=600,align=center] +[.col] +==== +image::images/4-choose-region.png[location] +==== +<<<<<<< HEAD For example, if your application is hosted on AWS in one region, you should choose the same region for your database instance to minimize latency and ensure optimal performance, as well as data security and compliance. +======= +[.slide.discrete] +== Choosing a region +>>>>>>> 4e1fb6bb (fixed slides, added discrete headers) + +[TIP] +.Choosing a region +You should choose the same cloud provider and region for your database instance to minimize latency and ensure optimal performance, as well as data security and compliance. -[.slide..col-2] +[.slide] == Understanding size requirements When sizing a graph database, except for Aura Free, you need to consider two main components: -**Storage size** needs to be large enough to store all your nodes and relationships on disk, including their properties and any indexes. +* **Storage size** needs to be large enough to store all your nodes and relationships on disk, including their properties and any indexes. -**Memory size** needs to accommodate both your data and the transaction workload (Java heap space for query processing). +* **Memory size** needs to accommodate both your data and the transaction workload (Java heap space for query processing). +<<<<<<< HEAD To determine the right size, you need to know the following about your database: +======= + +[.slide.discrete] +== Determining the right size +To determine the right size, you'll need to know: +>>>>>>> 4e1fb6bb (fixed slides, added discrete headers) * How many nodes and relationships? * How many properties in the nodes and relationships? @@ -94,14 +155,18 @@ To determine the right size, you need to know the following about your database: * Do you need to make use of any vector indexes? -[.slide..col-2] +[.slide] == Estimating size requirements Unless all this information is available, the best you can do is an estimate. This is less of a problem for Aura as database instances can be resized through the Aura console with a few clicks. For most Aura tiers, you must pick **memory size** (RAM) and **memory / storage ratio (1/2, 1/4, 1/8)**. -image::images/02_size_choice.jpg[size,width=600,align=center] +// TODO: This image is missing +// image::images/02_size_choice.jpg[size,width=600,align=center] + +[.slide.discrete] +== A worked example For example, if you pick 2GB memory, this corresponds to 4GB storage. You can increase the storage to 8GB (1/4) or 16GB (1/8) at additional cost. @@ -114,16 +179,31 @@ For **Aura Free**, size choices are hidden from you, but the database limits (20 You can visit the link:https://neo4j.com/developer/kb/capacity-planning-example/[Capacity Planning Example^] for a detailed example of how to calculate the right size for your database. ==== +[.slide.col-2.discrete] +== Downloading credentials + +[.col] +==== After this, you will be presented with a set of credentials, that would be needed to connect to your database. Make sure to save these credentials in a secure location, as you will need them to access your database later. +==== +[.col] +==== image::images/4-download-creds.png[] +==== -[.slide] +[.slide.col-2] == Step 5: Access Your Professional Aura Instance +[.col] +==== Once your instance is set up, you can access it through the Neo4j Aura console. From here, you can manage your database, run queries, and monitor performance: +==== +[.col] +==== image::images/4-professional-ready.png[] +==== [.summary] == Summary From 52b94511e1ef79055d25a533398d0b807c0c5817 Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 20:11:19 +0100 Subject: [PATCH 06/11] remove learning objectives header from module overviews --- .../modules/1-introduction/module.adoc | 4 +--- .../modules/2-getting-started/module.adoc | 10 +--------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/module.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/module.adoc index 88fb45f6b..c58ead927 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/module.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/module.adoc @@ -3,9 +3,7 @@ == Module Overview -This module explains the key concepts of Neo4j Aura, including its benefits, use cases, and how it simplifies deploying and managing graph databases in the cloud. - -== Learning Objectives +This module explains the key concepts of Neo4j Aura, including its benefits, use cases, and how it simplifies deploying and managing graph databases in the cloud. You will learn how to: diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/module.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/module.adoc index 68f39908a..f58c0126d 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/module.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/module.adoc @@ -3,16 +3,8 @@ In this module you will create an Aura instance, tour the console and the different instance management options. -Also, you will learn the best practices for backup and restore operations, as well as how to connect to an existing instance. +You will also learn the best practices for backup and restore operations, as well as how to connect to an existing instance. -== Learning Objectives - -You will learn how to: - -* Create instances -* Manage instances -* Backup and restore instances -* Connect to an existing instance link:./1-layout-console/[Ready? Let's go →, role=btn] From 8128e07ab23019f251c340519a525fbdc5236be4 Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 20:44:05 +0100 Subject: [PATCH 07/11] update slides on 1-layout-console --- .../lessons/4-sign-up/lesson.adoc | 4 +- .../modules/1-introduction/module.adoc | 2 +- .../lessons/1-layout-console/lesson.adoc | 127 +++++++++++++++--- .../modules/2-getting-started/module.adoc | 1 - .../modules/4-operations/module.adoc | 2 +- 5 files changed, 111 insertions(+), 25 deletions(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc index 267bbdb8e..64283e8f1 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/4-sign-up/lesson.adoc @@ -65,11 +65,11 @@ image::images/4-sign-up-email.png[] After setting up your password, you will be asked to provide some additional information, such as your name and company (if applicable). Fill in the required fields and click **Next**. -image::images/4-new-account-2.png[role=transcript-only] +image::images/4-new-account-2.png[role="transcript-only"] After creating your account, you will be prompted to personalize your experience by selecting your interests and how you plan to use Neo4j Aura. This helps Neo4j tailor the experience to your needs. -image::images/4-new-account-1.png[role=transcript-only] +image::images/4-new-account-1.png[role="transcript-only"] <<<<<<< HEAD As you select your interests, you will see a graph getting built indicating how far along you are in the setup process, instead of a progress bar. Once you have made your selections, click **Next** to proceed. diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/module.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/module.adoc index c58ead927..1db42a061 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/module.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/module.adoc @@ -11,4 +11,4 @@ You will learn how to: * Pick the right tier for your business needs * Manage your instance costs effectively -link:./1-about/[Ready? Let's go →, role=btn] \ No newline at end of file +link:./1-about/[Ready? Let's go →, role=btn] diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc index 513b6a8c5..72c441b89 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/1-layout-console/lesson.adoc @@ -1,8 +1,12 @@ -= Layout of the Aura Console += Exploring the Aura Console :type: lesson :order: 1 -In the previous lesson, you learned about the different Aura tiers and how to choose the right one for your needs. + +[.slide.discrete] +== Exploring the Aura Console + +In the previous module, you learned about the different Aura tiers and how to choose the right one for your needs. In this lesson, you will learn about the structure of the Aura Console and how organizations, projects, and instances relate to each other. By the end of this lesson, you will learn how to: @@ -11,35 +15,59 @@ By the end of this lesson, you will learn how to: * Navigate the Aura Console organization and project settings * Understand the difference between console access and database access security -[.slide] +[.slide.col-2] == Understanding the Aura Console +[.col] +==== The Aura Console is the web-based interface for managing your Neo4j Aura instances. It provides a user-friendly way to create, configure, and monitor your database instances, as well as manage your organization and project settings. +==== -image::images/01_aura_console_instances.png[][layout,width=600,align=center] +[.col] +==== +image::images/01_aura_console_instances.png[layout,width=600,align=center] +==== [.slide.col-2] == Understanding the console hierarchy +[.col] +==== When you create a new account, you are automatically assigned to an organization. A user can be a member of multiple organizations, each of which contains a project. Each project may contain multiple database instances. +==== +[.col] +==== image::images/01_aura_console_organization_structure.png[Organization structure as a graph,width=450,align=center] +==== + +[.slide.col-2.discrete] +== Console organization + +[.col] +==== The Aura Console is organized into two main levels: **organization** and **project**. You can view and change your current organization and project in the top left corner. -image::images/01_aura_console_overview.jpg[layout,width=600,align=center] - By default, you will be assigned to an organization called **Neo4j**, with a project called **New project**. +==== + +[.col] +==== +image::images/01_aura_console_overview.jpg[layout,width=600,align=center] +==== [.slide.col-2] == Managing organizations -Aura organizes your graph databases into a three-level hierarchy: organizations, project, and instances. +[.col] +==== +Aura organizes your graph databases into a three-level hierarchy: organizations, projects, and instances. **Organizations** are the control center for managing global settings and user role access. @@ -47,58 +75,117 @@ Aura organizes your graph databases into a three-level hierarchy: organizations, **Instances** are the actual Neo4j database instances where your data is stored and managed. -To access organization-level settings, click on the organization name (**Neo4j** be default) in the **Organization / Project** section at the top. +To access organization-level settings, click on the **Neo4j** part of the **Neo4j / New project** section at the top. +==== + +[.col] +==== image::images/01_aura_console_organization.jpg[organization,width=450,align=center] +==== + +[.slide.col-2.discrete] +== Managing organization settings + +[.col] +==== To begin customizing your organization, select **Settings** from the menu on the left. +==== +[.col] +==== image::images/01_aura_console_organization_settings.jpg[settings,width=600,align=center] +==== + -You can update the organization name using the pencil icon next to the organization name, typing the new name, and confirming with the tick when you are done. +[.slide.col-2.discrete] +== Updating the organization name +[.col] +==== +You can update the organization name by clicking the pencil icon next to the organization name, typing the new name, and clicking the tick when you are done. +==== + +[.col] +==== image::images/01_aura_console_organization_name.jpg[name,width=450,align=center] +==== +[.slide] +== Managing organization users + +[.col] +==== The other settings control what features are allowed or restricted at the organization level. Under **Users**, you can manage who has access to the console for your organization. Paid tiers offer additional user management options. [NOTE] .Console access vs. database access -==== +===== Access to the Aura Console is **not** the same as access to the database instances. Console access allows users to create and manage database instances, but it doesn't directly control access to the data within those databases. When you create a new database instance, you will be supplied with a separate set of credentials to access the database. +===== ==== +[.slide] == Managing project settings You can manage control and permissions for database instances in project settings. //For example, you can create separate projects for **Development** and **Production**, or **Non-critical** and **Critical** workloads. -// [NOTE] -// ==== -// By default, only **one** project is provisioned. Only paid tiers offer the option to have multiple projects available. -// ==== +[NOTE] +.Multiple Project Availability +==== +By default, only one project is provisioned per organization. +Multiple projects are available only on paid tiers. +==== + + +[.slide.col-2.discrete] +== Customizing the project name +[.col] +==== To customize your project name, select **Projects** in the organization menu and click the pencil icon next to the project name. +Click the **Open** button in the project card to view a list of instances. +==== + +[.col] +==== image::images/01_aura_console_organization_project.jpg[project,width=450,align=center] +==== + +[.slide.col-2.discrete] +== Project window + +[.col] +==== +The main console view is project-focused. -**Open** the project to view a list of instances. -// You'll return to the main view, which now reflects your updated organization settings. +The **Data services**, **Operations**, and **Project** sections in the left navigation apply to the current project. +==== +[.col] +==== image::images/01_aura_console_overview_fixed.jpg[layoutfixed,width=600,align=center] +==== -The main console view is project-focused. -The **Users**, **Billing**, and **Settings** options in the bottom-left navigation all apply to the current project. -image::images/01_aura_console_project_options.jpg[layoutfixed,width=300,align=center] +// [.col] +// ==== +// image::images/01_aura_console_project_options.jpg[layoutfixed,width=300,align=center] +// ==== -In this lesson you looked at the console structure - you're ready to create your first database instance. +// In this lesson you explored the console structure - you're ready to create your first database instance. +[.quiz] == Check your understanding + include::questions/1-structure.adoc[leveloffset=+1] [.summary] diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/module.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/module.adoc index f58c0126d..a3d92209c 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/module.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/module.adoc @@ -7,4 +7,3 @@ You will also learn the best practices for backup and restore operations, as wel link:./1-layout-console/[Ready? Let's go →, role=btn] - diff --git a/asciidoc/courses/aura-fundamentals/modules/4-operations/module.adoc b/asciidoc/courses/aura-fundamentals/modules/4-operations/module.adoc index 643995f5b..e2a6e59aa 100644 --- a/asciidoc/courses/aura-fundamentals/modules/4-operations/module.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/4-operations/module.adoc @@ -9,4 +9,4 @@ You will learn how to: * Manage users and roles within your Aura organization * Access further learning paths directly from your Aura console -link:./1-import/[Ready? Let's go →, role=btn] \ No newline at end of file +link:./1-import/[Ready? Let's go →, role=btn] From 4aaaa22d475725c79623b41c26d0dd77f5b96e43 Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 20:46:28 +0100 Subject: [PATCH 08/11] add .quiz to check your understanding sections and add line breal below --- .../modules/1-introduction/lessons/1-about/lesson.adoc | 1 + .../2-getting-started/lessons/2-create-instance/lesson.adoc | 2 ++ .../2-getting-started/lessons/3-manage-instance/lesson.adoc | 1 + .../2-getting-started/lessons/4-backup-and-restore/lesson.adoc | 1 + .../modules/2-getting-started/lessons/5-connecting/lesson.adoc | 3 ++- .../modules/3-services-tools/lessons/1-import/lesson.adoc | 1 + .../modules/3-services-tools/lessons/2-query/lesson.adoc | 2 ++ .../modules/3-services-tools/lessons/3-explore/lesson.adoc | 2 ++ .../lessons/4-dashboard/5-dashboard/lesson.adoc | 1 + .../modules/3-services-tools/lessons/4-dashboard/lesson.adoc | 1 + .../4-operations/lessons/1-shared-responsibility/lesson.adoc | 2 ++ 11 files changed, 16 insertions(+), 1 deletion(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/1-about/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/1-about/lesson.adoc index 2547eaed0..ef1ed09c4 100644 --- a/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/1-about/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/1-introduction/lessons/1-about/lesson.adoc @@ -30,6 +30,7 @@ The key difference lies in who handles the operational responsibilities. With Au [.quiz] == Check your understanding + include::questions/1-versus.adoc[leveloffset=+1] [.summary] diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc index 912a99226..3ed18da48 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc @@ -78,7 +78,9 @@ image::images/02-free-instance-ready.png[instance ready,width=600,align=center] +[.quiz] == Check your understanding + include::questions/1-location.adoc[leveloffset=+1] include::questions/2-instance-setup.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc index b69a14166..059cac872 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc @@ -125,6 +125,7 @@ Before deleting, ensure you have exported any data you want to keep. image::images/03_aura_console_organization_structure.png[structure,width=450,align=center] +[.quiz] == Check your understanding include::questions/1-inspect.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc index 36ce47118..f677ccf84 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc @@ -161,6 +161,7 @@ link:https://neo4j.com/docs/aura/platform/api/specification/#/instances/post-ins ==== +[.quiz] == Check your understanding include::questions/1-snapshot-purpose.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/5-connecting/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/5-connecting/lesson.adoc index 2f79656ec..12ea80e2b 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/5-connecting/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/5-connecting/lesson.adoc @@ -64,7 +64,8 @@ In Aura, there are several ways to interact with your database instance, each su * **The explore tool**: A graph visualization and exploration tool that provides an intuitive way to interact with your data through visual representations. It is ideal for business users and analysts who prefer a more visual approach, as well as developers who want to quickly prototype queries. * **Integrated Dashboards**: Enable you to create visual representations of your data, making it accessible to business users and stakeholders without requiring them to write Cypher queries. -[.slide] + +[.quiz] == Check your understanding include::questions/1-snapshot-purpose.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc index d955a1841..2bd74c33e 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc @@ -88,6 +88,7 @@ image::images/01_data_importer_model_named.jpg[importer_named,width=450,align=ce +[.quiz] == Check your understanding include::questions/1-solution.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc index 5a4c9c42c..e53ca52b4 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/2-query/lesson.adoc @@ -66,7 +66,9 @@ The **Query Tool** is a powerful interface for interacting with your Neo4j datab In the next lesson we take a look at an alternative way to **explore** the database! +[.quiz] == Check your understanding + include::questions/1-purpose.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc index a9532a290..815e8c563 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc @@ -103,7 +103,9 @@ For more information on how to use the **Explore** tool, you can refer to the [N It is a tool for exploring and visualizing data. If you want to build applications that interact with Neo4j, you should use the **Query Tool** or one of the Neo4j drivers. +[.quiz] == Check your understanding + include::questions/1-purpose.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/5-dashboard/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/5-dashboard/lesson.adoc index c467e1bca..a5a436278 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/5-dashboard/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/5-dashboard/lesson.adoc @@ -112,6 +112,7 @@ For more advanced features, you can also use the standalone link:https://neodash Next, you'll learn how to manage and optimize your Aura database performance. +[.quiz] == Check your understanding include::questions/1-purpose.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc index 2fdb4857e..4dfd13664 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc @@ -130,6 +130,7 @@ For more advanced features, you can also use the standalone link:https://neodash For more information about the integrated Dashboards tool, see the [Neo4j Aura documentation](https://neo4j.com/docs/aura-user-guide/current/dashboards). +[.quiz] == Check your understanding include::questions/1-purpose.adoc[leveloffset=+1] diff --git a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc index a0a8def31..e04517ef0 100644 --- a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc @@ -97,7 +97,9 @@ To delete users from your project, follow these steps: image::images/1-delete-user.png[] +[.quiz] == Check your understanding + include::questions/1-choosing.adoc[leveloffset=+1] From 812e840704d7fe1c7c02750ddf8621f806c652af Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 21:15:57 +0100 Subject: [PATCH 09/11] converted markdown links to asciidoc --- .../lessons/1-shared-responsibility/lesson.adoc | 8 +++----- .../4-operations/lessons/2-further-steps/lesson.adoc | 7 ++++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc index e04517ef0..9a5ce44c7 100644 --- a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/1-shared-responsibility/lesson.adoc @@ -6,8 +6,7 @@ In the previous lesson, you learned about Aura and how it differs from self-mana In this lesson, you will learn about the different responsibilities of Aura and its users. - -image::images/01_shared_responsibility.jpg[Shared Responsibility Model,width=450,align=center] +image::images/01_shared_responsibility.jpg[Shared Responsibility Model] Aura operates on a shared responsibility model, where Neo4j handles the operational aspects of the database while users focus on their applications and data. This model allows you to benefit from the power of Neo4j without worrying about the underlying infrastructure. @@ -31,7 +30,6 @@ Users are responsible for the following: By understanding these shared responsibilities, you can effectively manage your Neo4j Aura instances and build successful applications. - == User roles @@ -48,10 +46,10 @@ image::images/1-users-roles.png[] [NOTE] ==== -If you would like to learn more about the shared responsibility model, you can refer to the [Neo4j Aura Security Whitepaper](https://neo4j.com/books/neo4j-aura-security/) for a detailed overview of the security measures and responsibilities in Aura. +For a detailed overview of the security measures and responsibilities in Aura, link:https://neo4j.com/books/neo4j-aura-security/[refer to the Neo4j Aura Security Whitepaper^]. ==== -== Invite users to your project +== Inviting users to your project To invite users to your project, follow these steps: diff --git a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc index 9effeda0e..e2639ecce 100644 --- a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc @@ -11,9 +11,9 @@ In this section, you will learn about additional resources and next steps to con To continue your learning journey, you can explore the following resources: -* [Neo4j Documentation](https://neo4j.com/docs/) -* [Neo4j Community Forum](https://community.neo4j.com/) -* [GraphAcademy](https://neo4j.com/graphacademy/) +* link:https://neo4j.com/docs/[Neo4j Documentation^] +* link:https://community.neo4j.com/[Neo4j Community Forum^] +* link:https://neo4j.com/graphacademy/[GraphAcademy^] These resources provide a wealth of information to help you deepen your understanding of Neo4j Aura and graph databases in general. @@ -25,6 +25,7 @@ image::images/2-learning-center.png[width=600,align=center] [.summary] == Summary + In this lesson, you learned about additional resources to continue your learning journey with Neo4j Aura. You can explore the Neo4j documentation, community forum, and GraphAcademy for more information and learning materials. \ No newline at end of file From e711da824cfe3a4d0f732c3ffcd6e3895e7e300d Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Wed, 10 Sep 2025 21:18:42 +0100 Subject: [PATCH 10/11] updated text for accessing further learning paths --- .../modules/4-operations/lessons/2-further-steps/lesson.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc index e2639ecce..6efa12f09 100644 --- a/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/4-operations/lessons/2-further-steps/lesson.adoc @@ -19,10 +19,13 @@ These resources provide a wealth of information to help you deepen your understa == Accessing further learning paths -You can access further learning paths directly from your Aura console: +You can access Aura-specific learning materials within the Aura console by expanding the **Learning** menu in the left navigation. image::images/2-learning-center.png[width=600,align=center] + +link:../../summary.adoc[View course summary,role="btn"] + [.summary] == Summary From 8400334d8df50207b31064e9a8315d6d7cd34850 Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Thu, 11 Sep 2025 10:41:24 +0100 Subject: [PATCH 11/11] update ..col-2 to .col-2 --- .../lessons/2-create-instance/lesson.adoc | 2 +- .../lessons/3-manage-instance/lesson.adoc | 8 ++++---- .../lessons/4-backup-and-restore/lesson.adoc | 20 +++++++++---------- .../lessons/1-import/lesson.adoc | 4 ++-- .../lessons/3-explore/lesson.adoc | 2 +- .../lessons/4-dashboard/lesson.adoc | 8 ++++---- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc index 3ed18da48..c896690b4 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/2-create-instance/lesson.adoc @@ -38,7 +38,7 @@ image::images/02_create_free_credentials.jpg[credentials,width=300,align=center] Make sure to **Download and continue** and **keep** the file safe. It contains the credentials needed to connect to your new database. -[.slide..col-2] +[.slide.col-2] == Instance connection details diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc index 059cac872..bca77e70e 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/3-manage-instance/lesson.adoc @@ -35,7 +35,7 @@ The menu provides access to the following options: // * **Mark as Production ** - * **Delete ** - Permanently delete the instance and all data -[.slide..col-2] +[.slide.col-2] == Inspecting your instance The inspect option allows you to view the details of your instance. @@ -50,7 +50,7 @@ This panel also allows you to view and take snapshots and restore the database f // image::images/03_inspect_instance_pro.jpg[inspectpro,width=450,align=center] -[.slide..col-2] +[.slide.col-2] == Scaling and configuration As your application grows, you may need to adjust your instance size or move to a different tier. @@ -98,7 +98,7 @@ Once you have chosen your configuration and have reviewed the pricing outlined a Configuration may take a few minutes to complete, but read and write access will be maintained during this time. -[.slide..col-2] +[.slide.col-2] == Cloning your instance Cloning makes a copy of an existing instance into: @@ -113,7 +113,7 @@ This is perfect for creating development environments, testing changes, or setti This can be used to shift a database to a higher tier. The difference with **upgrade** is that the URI of the new instance will be different. ==== -[.slide..col-2] +[.slide.col-2] == Deleting an instance Deleting an instance will terminate the instance and delete all data associated with it. diff --git a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc index f677ccf84..ba29030c0 100644 --- a/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/2-getting-started/lessons/4-backup-and-restore/lesson.adoc @@ -31,7 +31,7 @@ Aura creates snapshots based on your instance tier: // The frequency and retention of snapshots varies by tier. Check your specific tier documentation for exact details. // ==== -[.slide..col-2] +[.slide.col-2] == Working with snapshots There are three key actions you can take with any snapshot: @@ -42,7 +42,7 @@ There are three key actions you can take with any snapshot: image::images/03_snapshot_actions.jpg[snapshotactions,width=300,align=center] -[.slide..col-2] +[.slide.col-2] === Export snapshots @@ -51,14 +51,14 @@ image::images/03_snapshot_actions.jpg[snapshotactions,width=300,align=center] It's also essential for creating backups before major changes or migrations, and for sharing data securely with development teams. -[.slide..col-2] +[.slide.col-2] === Create new instances from snapshots **Create instance from snapshot** spins up a fresh instance with the snapshot's data. This is perfect for setting up development environments that mirror production, allowing you to test changes on a copy of real data. You can also use this to create staging environments for application testing, or as part of your disaster recovery scenarios. -[.slide..col-2] +[.slide.col-2] === Restoring snapshots **Restore** reverts your current instance to the snapshot's point in time. You want to use this when you need to roll back problematic changes, when data corruption has occurred, or when you want to return to a known good state after testing. @@ -69,7 +69,7 @@ You can also use this to create staging environments for application testing, or Restoring a snapshot **overwrites** all current data in your instance. Make sure you export a current snapshot first if you might need to recover the current state later. ==== -[.slide..col-2] +[.slide.col-2] == Restoring from backup file image::images/03_restore_from_backup.jpg[restore,width=450,align=center] @@ -82,7 +82,7 @@ This is particularly useful when: * Restoring from an exported snapshot * Loading data from another Neo4j environment -[.slide..col-2] +[.slide.col-2] === Important limitations Keep these constraints in mind when restoring from local files: @@ -93,7 +93,7 @@ Keep these constraints in mind when restoring from local files: * **Larger files**: Files bigger than 4GB require command-line tools -[.slide..col-2] +[.slide.col-2] === When to use local restore The use case for local file restore is somewhat limited, but it's a **great** way to get started with smaller databases when moving from self-managed setups to Aura. @@ -121,7 +121,7 @@ Here are some best practices to consider: * **Consider compliance and retention** - Understand your organization's requirements for data retention and compliance. Ensure your backup strategy aligns with these needs, including how long backups must be kept and any specific storage or encryption requirements. -[.slide..col-2] +[.slide.col-2] === Regular snapshot exports Regularly export important snapshots to your own storage: @@ -131,7 +131,7 @@ Regularly export important snapshots to your own storage: * On a scheduled basis for critical production data * Before performing any potentially risky operations -[.slide..col-2] +[.slide.col-2] === Testing your restore process A backup is only as good as your ability to restore from it. Regularly test your backup and restore procedures: @@ -142,7 +142,7 @@ A backup is only as good as your ability to restore from it. Regularly test your * Train your team on the restore process -[.slide..col-2] +[.slide.col-2] === Compliance and retention Consider your organization's requirements: diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc index 2bd74c33e..145141cd9 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/1-import/lesson.adoc @@ -33,7 +33,7 @@ Drop in the **movies.csv** file. This results in image::images/01_data_importer_manual.jpg[importer_manual,width=450,align=center] -[.slide..col-2] +[.slide.col-2] == Model You can **upload** a data model or create one **manually**. @@ -67,7 +67,7 @@ image::images/01_data_importer_model_actedin.jpg[importer_actedin,width=600,alig Note the green checkmark that indicates that an element has been mapped correctly. -[.slide..col-2] +[.slide.col-2] == Import **Run import** is the next step, and it needs a connection to the database. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc index 815e8c563..20f944979 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/3-explore/lesson.adoc @@ -17,7 +17,7 @@ The **Explore** tool is a powerful interface for visualizing and exploring your Before diving into the integrated Explore tool, note that you can also use link:https://explore.neo4j.io[Neo4j Bloom^]. You can connect to the instance using your credentials and conneciton URL and carry on from there. -[.slide..col-2] +[.slide.col-2] == Connecting From the Aura console, either go to **Instances** and select the instance you want to connect to and use the **Connect** dropdown and select **Explore**, or directly to **Explore** and use the Connect button from there. diff --git a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc index 4dfd13664..5bf4dcd59 100644 --- a/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc +++ b/asciidoc/courses/aura-fundamentals/modules/3-services-tools/lessons/4-dashboard/lesson.adoc @@ -27,7 +27,7 @@ In Aura, you have access to an integrated dashboard tool that allows you to quic ==== The integrated Dashboards tool was formerly known as Neodash and is now fully integrated into the Aura console for seamless access. ==== -[.slide..col-2] +[.slide.col-2] == Creating your first dashboard You will learn how to build a dashboard that visualizes actor relationships in the movie database. @@ -47,7 +47,7 @@ Rename your dashboard from "New dashboard" to something descriptive like "Movie image::images/04_dashboard_tool_tour.jpg[dashboard_tour,width=500,align=center] -[.slide..col-2] +[.slide.col-2] == Adding dashboard cards Dashboard cards are individual components that display specific data visualizations. @@ -77,7 +77,7 @@ image::images/04_dashboard_tool_hanks.jpg[dashboard_hanks,width=500,align=center You can move cards by dragging them using the six-dot handle that appears when you hover over a card. ==== -[.slide..col-2] +[.slide.col-2] == Making dashboards interactive with filters @@ -107,7 +107,7 @@ Your dashboard now responds dynamically to filter selections: image::images/04_dashboard_tool_result.jpg[dashboard_result,width=500,align=center] -[.slide..col-2] +[.slide.col-2] == Where dashboards fit in your workflow