diff --git a/sharding/raft23ai/intro/intro.md b/sharding/raft23ai/intro/intro.md index d74f0e171..44ac122c2 100644 --- a/sharding/raft23ai/intro/intro.md +++ b/sharding/raft23ai/intro/intro.md @@ -12,7 +12,11 @@ Raft replication is integrated with transaction execution and is completely tran ![Raft introduction](images/raft-intro.png " ") + +Watch the video for a quick walk through of the Introduction and verify Lab environment. + [Introduction and verify Lab environment](videohub:1_z6opisia) + ### Objectives In this workshop, you will gain first-hand experience in utilizing the Raft Replication within Oracle Globally Distributed Database, enabling participants to manage Raft-enabled replication for robust distributed database solutions. diff --git a/sharding/raft23ai/topology/topology.md b/sharding/raft23ai/topology/topology.md index ba90c70de..2ddac77e6 100644 --- a/sharding/raft23ai/topology/topology.md +++ b/sharding/raft23ai/topology/topology.md @@ -16,7 +16,11 @@ In this workshop, we attempt to use minimal resources to show the demonstration, *Estimated Time*: 30 minutes + +Watch the video for a quick walk through of the Explore Raft Replication Topology. + [Explore Raft Replication Topology](videohub:1_6jbzkxit) + ### Objectives In this lab, you will: diff --git a/sharding/raft23ai/ui-app/raft-demo-ui-app.md b/sharding/raft23ai/ui-app/raft-demo-ui-app.md index 580aa396b..73ef2a0b2 100644 --- a/sharding/raft23ai/ui-app/raft-demo-ui-app.md +++ b/sharding/raft23ai/ui-app/raft-demo-ui-app.md @@ -16,7 +16,11 @@ All Customers List query is retrieved from the Catalog Database using the proxy- _Estimated Time_: 30 minutes + +Watch the video for a quick walk through of the Demo Application for Raft Replication. + [Demo App for Raft Replication](videohub:1_m90w4f3p) + ### Objectives diff --git a/sharding/raft23ai/workshops/dbw25-sandbox/index.html.old b/sharding/raft23ai/workshops/dbw25-sandbox/index.html.old deleted file mode 100644 index aebbdda4a..000000000 --- a/sharding/raft23ai/workshops/dbw25-sandbox/index.html.old +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - Oracle LiveLabs - - - - - - - - - - - - - -
-
-
-
-
-
-
-
- - - - - diff --git a/sharding/raft23ai/workshops/dbw25-sandbox/manifest.json b/sharding/raft23ai/workshops/dbw25-sandbox/manifest.json index 3fc5d49d7..b3676c4d4 100644 --- a/sharding/raft23ai/workshops/dbw25-sandbox/manifest.json +++ b/sharding/raft23ai/workshops/dbw25-sandbox/manifest.json @@ -5,8 +5,8 @@ { "title": "Introduction", "description": "Introduction", - "type": "ocw", - "filename": "../../intro/intro.md" + "filename": "../../intro/intro.md", + "type": "ocw" }, { "title": "Get Started", @@ -16,17 +16,20 @@ { "title": "Lab 1: Initialize Environment", "description": "Initialize Environment", - "filename": "../../initialize-environment/initialize-environment.md" + "filename": "../../initialize-environment/initialize-environment.md", + "type": "sandbox" }, { "title": "Lab 2: Demo UI Application for Raft Replication", "description": "Demo UI Application for Raft Replication", - "filename": "../../ui-app/raft-demo-ui-app.md" + "filename": "../../ui-app/raft-demo-ui-app.md", + "type": "sandbox" }, { "title": "Lab 3: Explore Raft Replication Topology", "description": "Exploring Sharding Topology", - "filename": "../../topology/topology.md" + "filename": "../../topology/topology.md", + "type": "sandbox" }, { "title": "Troubleshooting: Guide for Raft Replication Test Cases", diff --git a/sharding/raft23ai/workshops/dbw25-tenancy/manifest.json b/sharding/raft23ai/workshops/dbw25-tenancy/manifest.json index a9e1b37de..63d3568d3 100644 --- a/sharding/raft23ai/workshops/dbw25-tenancy/manifest.json +++ b/sharding/raft23ai/workshops/dbw25-tenancy/manifest.json @@ -5,7 +5,8 @@ { "title": "Introduction", "description": "Introduction", - "filename": "../../intro/intro.md" + "filename": "../../intro/intro.md", + "type": "nonsandbox" }, { "title": "Get Started", @@ -27,17 +28,20 @@ { "title": "Lab 3: Initialize Environment", "description": "Initialize Environment", - "filename": "../../initialize-environment/initialize-environment.md" + "filename": "../../initialize-environment/initialize-environment.md", + "type": "nonsandbox" }, { "title": "Lab 4: Demo UI Application for Raft Replication", "description": "Demo UI Application for Raft Replication", - "filename": "../../ui-app/raft-demo-ui-app.md" + "filename": "../../ui-app/raft-demo-ui-app.md", + "type": "nonsandbox" }, { "title": "Lab 5: Explore Raft Replication Topology", "description": "Exploring Sharding Topology", - "filename": "../../topology/topology.md" + "filename": "../../topology/topology.md", + "type": "nonsandbox" }, { "title": "Lab 6: Clean up Stack and Instances", diff --git a/sharding/raft23ai/workshops/desktop/manifest.json b/sharding/raft23ai/workshops/desktop/manifest.json index 000012e7f..6deae374b 100644 --- a/sharding/raft23ai/workshops/desktop/manifest.json +++ b/sharding/raft23ai/workshops/desktop/manifest.json @@ -5,7 +5,8 @@ { "title": "Introduction", "description": "Introduction", - "filename": "../../intro/intro.md" + "filename": "../../intro/intro.md", + "type": "nonsandbox" }, { "title": "Get Started", @@ -27,17 +28,20 @@ { "title": "Lab 3: Initialize Environment", "description": "Initialize Environment", - "filename": "../../initialize-environment/initialize-environment.md" + "filename": "../../initialize-environment/initialize-environment.md", + "type": "nonsandbox" }, { "title": "Lab 4: Demo UI Application for Raft Replication", "description": "Demo UI Application for Raft Replication", - "filename": "../../ui-app/raft-demo-ui-app.md" + "filename": "../../ui-app/raft-demo-ui-app.md", + "type": "nonsandbox" }, { "title": "Lab 5: Explore Raft Replication Topology", "description": "Exploring Sharding Topology", - "filename": "../../topology/topology.md" + "filename": "../../topology/topology.md", + "type": "nonsandbox" }, { "title": "Lab 6: Clean up Stack and Instances", diff --git a/sharding/raft23ai/workshops/ocw24-sandbox/manifest.json b/sharding/raft23ai/workshops/ocw24-sandbox/manifest.json index 17bc5c3bd..79856f939 100644 --- a/sharding/raft23ai/workshops/ocw24-sandbox/manifest.json +++ b/sharding/raft23ai/workshops/ocw24-sandbox/manifest.json @@ -17,17 +17,20 @@ { "title": "Lab 2: Initialize Environment", "description": "Initialize Environment", - "filename": "../../initialize-environment/initialize-environment.md" + "filename": "../../initialize-environment/initialize-environment.md", + "type": "sandbox" }, { "title": "Lab 3: Demo UI Application for Raft Replication", "description": "Demo UI Application for Raft Replication", - "filename": "../../ui-app/raft-demo-ui-app.md" + "filename": "../../ui-app/raft-demo-ui-app.md", + "type": "sandbox" }, { "title": "Lab 4: Explore Raft Replication Topology", "description": "Exploring Sharding Topology", - "filename": "../../topology/topology.md" + "filename": "../../topology/topology.md", + "type": "sandbox" }, { "title": "Troubleshooting: Guide for Raft Replication Test Cases", diff --git a/sharding/raft23ai/workshops/sandbox/manifest.json b/sharding/raft23ai/workshops/sandbox/manifest.json index 3fc5d49d7..7ec151536 100644 --- a/sharding/raft23ai/workshops/sandbox/manifest.json +++ b/sharding/raft23ai/workshops/sandbox/manifest.json @@ -16,12 +16,14 @@ { "title": "Lab 1: Initialize Environment", "description": "Initialize Environment", - "filename": "../../initialize-environment/initialize-environment.md" + "filename": "../../initialize-environment/initialize-environment.md", + "type": "sandbox" }, { "title": "Lab 2: Demo UI Application for Raft Replication", "description": "Demo UI Application for Raft Replication", - "filename": "../../ui-app/raft-demo-ui-app.md" + "filename": "../../ui-app/raft-demo-ui-app.md", + "type": "sandbox" }, { "title": "Lab 3: Explore Raft Replication Topology", @@ -31,7 +33,8 @@ { "title": "Troubleshooting: Guide for Raft Replication Test Cases", "description": "Troubleshooting Guide for Raft Replication Test Cases", - "filename": "../../troubleshooting/troubleshooting.md" + "filename": "../../troubleshooting/troubleshooting.md", + "type": "sandbox" }, { "title": "Need Help?", diff --git a/sharding/raft23ai/workshops/tenancy/manifest.json b/sharding/raft23ai/workshops/tenancy/manifest.json index a9e1b37de..63d3568d3 100644 --- a/sharding/raft23ai/workshops/tenancy/manifest.json +++ b/sharding/raft23ai/workshops/tenancy/manifest.json @@ -5,7 +5,8 @@ { "title": "Introduction", "description": "Introduction", - "filename": "../../intro/intro.md" + "filename": "../../intro/intro.md", + "type": "nonsandbox" }, { "title": "Get Started", @@ -27,17 +28,20 @@ { "title": "Lab 3: Initialize Environment", "description": "Initialize Environment", - "filename": "../../initialize-environment/initialize-environment.md" + "filename": "../../initialize-environment/initialize-environment.md", + "type": "nonsandbox" }, { "title": "Lab 4: Demo UI Application for Raft Replication", "description": "Demo UI Application for Raft Replication", - "filename": "../../ui-app/raft-demo-ui-app.md" + "filename": "../../ui-app/raft-demo-ui-app.md", + "type": "nonsandbox" }, { "title": "Lab 5: Explore Raft Replication Topology", "description": "Exploring Sharding Topology", - "filename": "../../topology/topology.md" + "filename": "../../topology/topology.md", + "type": "nonsandbox" }, { "title": "Lab 6: Clean up Stack and Instances",