diff --git a/ggsa-pipeline/Introduction/introduction.md b/ggsa-pipeline/Introduction/introduction.md index 44c3c642..6fb31df8 100644 --- a/ggsa-pipeline/Introduction/introduction.md +++ b/ggsa-pipeline/Introduction/introduction.md @@ -2,7 +2,7 @@ This workshop uses Oracle Cloud Infrastructure (OCI) GoldenGate Stream Analytics to transform and analyze real-time data streams. -Estimated time: 2 hours +Estimated time: 30 minutes ### Workshop Objectives diff --git a/ggsa-pipeline/create-ggsa-deployment/create-ggsa-deployment-gb.md b/ggsa-pipeline/create-ggsa-deployment/create-ggsa-deployment-gb.md index d1b4c273..e644a0a2 100644 --- a/ggsa-pipeline/create-ggsa-deployment/create-ggsa-deployment-gb.md +++ b/ggsa-pipeline/create-ggsa-deployment/create-ggsa-deployment-gb.md @@ -62,11 +62,11 @@ Follow these steps to connect the OCI GoldenGate Data Replication deployment to ![Deployments highlighted in Oracle Cloud Console breadcrumb](./images/03-01-deployments-breadcrumb.png " ") -2. In the GoldenGate menu, click **Connections**. +2. In the GoldenGate menu on the left-hand side, click **Connections**. ![Connections in GoldenGate menu](./images/03-02-connections.png " ") -3. On the Connections page, a precreated **ADB_Connection** connection appears in the Connections list for this lab. Click **Create connection**. +3. On the Connections page, precreated **ADB\_ggadmin** and **CADB\_moviestream** connections appear in the Connections list for this lab. Click **Create connection**. ![Connections page](./images/create_connection.png " ") diff --git a/ggsa-pipeline/create-ggsa-deployment/images/create_connection.png b/ggsa-pipeline/create-ggsa-deployment/images/create_connection.png index 7aa1a546..5766b351 100644 Binary files a/ggsa-pipeline/create-ggsa-deployment/images/create_connection.png and b/ggsa-pipeline/create-ggsa-deployment/images/create_connection.png differ diff --git a/ggsa-pipeline/prepare-pipeline/images/geofence_dlg.png b/ggsa-pipeline/prepare-pipeline/images/geofence_dlg.png index 0e04058c..298f2cfc 100644 Binary files a/ggsa-pipeline/prepare-pipeline/images/geofence_dlg.png and b/ggsa-pipeline/prepare-pipeline/images/geofence_dlg.png differ diff --git a/ggsa-pipeline/prepare-pipeline/images/manage_ggbd.png b/ggsa-pipeline/prepare-pipeline/images/manage_ggbd.png index a64ff2da..8e58b702 100644 Binary files a/ggsa-pipeline/prepare-pipeline/images/manage_ggbd.png and b/ggsa-pipeline/prepare-pipeline/images/manage_ggbd.png differ diff --git a/ggsa-pipeline/prepare-pipeline/images/start_ggbd.png b/ggsa-pipeline/prepare-pipeline/images/start_ggbd.png index 0b972d5b..2dc566d2 100644 Binary files a/ggsa-pipeline/prepare-pipeline/images/start_ggbd.png and b/ggsa-pipeline/prepare-pipeline/images/start_ggbd.png differ diff --git a/ggsa-pipeline/prepare-pipeline/prepare-pipeline.md b/ggsa-pipeline/prepare-pipeline/prepare-pipeline.md index fc2d40bf..7b00e69b 100644 --- a/ggsa-pipeline/prepare-pipeline/prepare-pipeline.md +++ b/ggsa-pipeline/prepare-pipeline/prepare-pipeline.md @@ -54,6 +54,8 @@ OCI GoldenGate Stream Analytics embeds a GoldenGate Big Data environment to rece 4. Click **Start Cluster** and wait until the status of the cluster is **Cluster Status: Running**. Close the System Settings dialog. + > **Note:** In rare cases, cluster creation will take longer than expected and a message **“Activating GGBD cluster is taking time”** will appear. In this case, close and reopen System Settings dialog after waiting for 1 minute. When cluster is running, close the System Settings dialog. + ![GGSA system settings start cluster](./images/start_ggbd.png "") ## Task 3: Start Event Generator @@ -84,6 +86,10 @@ For this workshop, an event generator continuously inserts rows into the source 8. At the command prompt, run `sh eventgen.sh`. A continuous output of insert statements will be shown. Keep the cloud shell window open for the duration of the workshop. The command can be stopped and restarted as necessary. + ``` + sh eventgen.sh + ``` + ![Cloud shell commands](./images/cloudshell.png "") diff --git a/ggsa-pipeline/setup-pipeline/setup-pipeline.md b/ggsa-pipeline/setup-pipeline/setup-pipeline.md index d12375ee..1dc186eb 100644 --- a/ggsa-pipeline/setup-pipeline/setup-pipeline.md +++ b/ggsa-pipeline/setup-pipeline/setup-pipeline.md @@ -248,27 +248,27 @@ In the final task you create a Kafka target to send out offer messages that will ![Create target stage](./images/kafkatarget_dlg.png "") -2. In the SendOffer Target Mapping panel, click **Create**. +3. In the SendOffer Target Mapping panel, click **Create**. ![Create target](./images/create_kafkatarget.png "") -3. On the Type Properties page, for Name, enter **SendOffer**. +4. On the Type Properties page, for Name, enter **SendOffer**. -4. For Target Type, select **Kafka**, and then click **Next**. +5. For Target Type, select **Kafka**, and then click **Next**. ![Create Target page 1](./images/kafkatarget1.png "") -5. On the Target Details page, for Connection, select **Kafka**. +6. On the Target Details page, for Connection, select **Kafka**. -6. For Topic name, enter **CustomerOffer**, and then click **Next**. +7. For Topic name, enter **CustomerOffer**, and then click **Next**. On Data Formats page, keep the default and press **Next**. ![Create Target page 2](./images/kafkatarget2.png "") -7. On the Shape page, you can leave all field mappings unchanged. The JSON document inside Kafka events will contain these fields. Click **Save**. +8. On the Shape page, you can leave all field mappings unchanged. The JSON document inside Kafka events will contain these fields. Click **Save**. ![Create Target page 3](./images/kafkatarget4.png "") -12. Wait for the changes to apply and new events to be displayed in the Live Event Output. The pipeline is now finished and produces offers to customers. +9. Wait for the changes to apply and new events to be displayed in the Live Event Output. The pipeline is now finished and produces offers to customers. ![Pipeline finished](./images/pipeline_final.png "")