Skip to content

Commit 2437e22

Browse files
committed
Define and edit changes
1 parent 0a9c164 commit 2437e22

15 files changed

+40
-17
lines changed

content/operate/rc/databases/rdi/define.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ After you have [prepared your source database]({{<relref "/operate/rc/databases/
3232
- **PDB**: Name of the Oracle pluggable database *(Oracle only)*
3333
1. Enter the ARN of your [database credentials secret]({{< relref "/operate/rc/databases/rdi/setup#create-database-credentials-secrets" >}}) in the **Source database secrets ARN** field.
3434
1. If your database requires TLS, select **Use TLS**. Enter the ARN of your [CA certificate secret]({{< relref "/operate/rc/databases/rdi/setup#create-database-credentials-secrets" >}}) in the **CA Cert Secret ARN** field.
35+
{{<image filename="images/rc/rdi/rdi-define-tls.png" alt="The Source database connectivity section, with Use TLS selected and the CA Cert Secret ARN field." >}}
3536
1. If your database requires mTLS, select **Use mTLS**. Enter the ARN of your [Client certificate secret]({{< relref "/operate/rc/databases/rdi/setup#create-database-credentials-secrets" >}}) in the **Client Certificate Secret ARN** field and the ARN of your [Client key secret]({{< relref "/operate/rc/databases/rdi/setup#create-database-credentials-secrets" >}}) in the **Client Key Secret ARN** field.
37+
{{<image filename="images/rc/rdi/rdi-define-mtls.png" alt="The Source database connectivity section, with Use TLS selected and the Client Certificate Secret ARN and Client Key Secret ARN fields." >}}
3638
1. If your database requires mTLS with a client key passphrase, enter the ARN of your [Client key passphrase secret]({{< relref "/operate/rc/databases/rdi/setup#create-database-credentials-secrets" >}}) in the **Please add a secret ARN for the password to use with the secret store** field.
3739
1. Select **Start pipeline setup**.
3840
{{<image filename="images/rc/rdi/rdi-start-pipeline-setup.png" alt="The start pipeline setup button." width=200px >}}
@@ -56,21 +58,29 @@ After your pipeline is provisioned, you will be able to define your pipeline. Yo
5658

5759
### Configure a new pipeline
5860

59-
1. In the [Redis Cloud console](https://cloud.redis.io/), go to your target database and select the **Data Pipeline** tab. If your pipeline is already provisioned, select **Complete setup** to go to the **Select data** section.
61+
1. In the [Redis Cloud console](https://cloud.redis.io/), go to your target database and select the **Data Pipeline** tab. If your pipeline is already provisioned, select **Complete setup** to go to the **Data modeling** section.
6062
{{<image filename="images/rc/rdi/rdi-complete-setup.png" alt="The complete setup button." width=200px >}}
61-
1. Select the Schema and Tables you want to migrate to the target database from the **Source data selection** list.
62-
{{<image filename="images/rc/rdi/rdi-select-source-data.png" alt="The select source data section. " width=75% >}}
63+
1. Select the Schema and Tables you want to migrate to the target database from the list.
64+
{{<image filename="images/rc/rdi/rdi-select-source-data.png" alt="The data modeling section. " width=75% >}}
65+
66+
Select **Manage Columns** to choose which columns you want to import.
67+
68+
{{<image filename="images/rc/rdi/rdi-manage-columns.png" alt="The manage columns button." width=150px >}}
6369

6470
You can select any number of columns from a table.
6571

66-
{{<image filename="images/rc/rdi/rdi-select-columns.png" alt="The select source data section. A table is expanded with a few columns selected." width=75% >}}
72+
{{<image filename="images/rc/rdi/rdi-select-columns.png" alt="The manage columns screen, with a few columns selected from one table" width=75% >}}
6773

68-
If any tables are missing a unique constraint, the **Missing unique constraint** list will appear. Select the columns that define a unique constraint for those tables from the list.
74+
If any tables are missing a unique constraint, a warning will appear in the **Data modeling** section. Select **Manage columns** to select the columns that define a unique constraint for those tables.
6975

7076
{{<image filename="images/rc/rdi/rdi-missing-unique-constraint.png" alt="The missing unique constraint list." width=75% >}}
7177

7278
{{<image filename="images/rc/rdi/rdi-select-constraints.png" alt="The missing unique constraint list with columns selected." width=75% >}}
7379

80+
Select **Save** to save your column changes and go back to schema selection.
81+
82+
{{<image filename="images/rc/button-save.png" alt="The save button." width=100px >}}
83+
7484
Select **Add schema** to add more database schemas.
7585

7686
{{<image filename="images/rc/rdi/rdi-add-schema.png" alt="The add schema button." width=150px >}}
@@ -83,19 +93,21 @@ After your pipeline is provisioned, you will be able to define your pipeline. Yo
8393

8494
{{<image filename="images/rc/rdi/rdi-continue-button.png" alt="The continue button." width=150px >}}
8595

86-
1. In the **Pipeline definition** section, select the Redis data type to write keys to the target. You can choose **Hash** or **JSON** if the target database supports JSON.
96+
1. Select the Redis data type to write keys to the target. You can choose **Hash** or **JSON** if the target database supports JSON.
8797
{{<image filename="images/rc/rdi/rdi-configure-new-pipeline.png" alt="The pipeline definition screen." width=75% >}}
8898

8999
You can also supply one or more [transformation job files]({{< relref "/integrate/redis-data-integration/data-pipelines/transform-examples" >}}) that specify how you want to transform the captured data before writing it to the target. Select **Upload jobs** to upload your job files.
90100

91101
{{<image filename="images/rc/rdi/rdi-transformation-jobs.png" alt="The transformation jobs section. Select Upload jobs to upload transformation jobs." >}}
92102

103+
When you upload job files, Redis Cloud will validate the job files to check for errors.
104+
93105
Select **Continue**.
94106
{{<image filename="images/rc/rdi/rdi-continue-button.png" alt="The continue button." width=150px >}}
95107

96-
1. Review the tables you selected in the **Summary**. If everything looks correct, select **Start ingest** to start ingesting data from your source database.
108+
1. Review the tables you selected in the **Review and deploy** section. If everything looks correct, select **Confirm & Deploy** to start ingesting data from your source database.
97109

98-
{{<image filename="images/rc/rdi/rdi-start-ingest.png" alt="The start ingest button." width=175px >}}
110+
{{<image filename="images/rc/rdi/rdi-confirm-deploy.png" alt="The Confirm & Deploy button." width=175px >}}
99111

100112
At this point, the data pipeline will ingest data from the source database to your target Redis database. This process will take time, especially if you have a lot of records in your source database.
101113

content/operate/rc/databases/rdi/view-edit.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,27 @@ To change the data you want to ingest from the data pipeline:
4949

5050
{{<image filename="images/rc/rdi/rdi-edit-button.png" alt="The edit pipeline button." width=100px >}}
5151

52-
1. Select the schema and tables you want to migrate to the target database from the **Source data selection** list.
52+
1. Select the Schema and Tables you want to migrate to the target database from the list.
53+
{{<image filename="images/rc/rdi/rdi-select-source-data.png" alt="The data modeling section. " width=75% >}}
5354

54-
{{<image filename="images/rc/rdi/rdi-select-source-data.png" alt="The select source data section. " width=75% >}}
55+
Select **Manage Columns** to choose which columns you want to import.
56+
57+
{{<image filename="images/rc/rdi/rdi-manage-columns.png" alt="The manage columns button." width=150px >}}
5558

5659
You can select any number of columns from a table.
5760

58-
{{<image filename="images/rc/rdi/rdi-select-columns.png" alt="The select source data section. A table is expanded with a few columns selected." width=75% >}}
61+
{{<image filename="images/rc/rdi/rdi-select-columns.png" alt="The manage columns screen, with a few columns selected from one table" width=75% >}}
5962

60-
If any tables are missing a unique constraint, the **Missing unique constraint** list will appear. Select the columns that define a unique constraint for those tables from the list.
63+
If any tables are missing a unique constraint, a warning will appear in the **Data modeling** section. Select **Manage columns** to select the columns that define a unique constraint for those tables.
6164

6265
{{<image filename="images/rc/rdi/rdi-missing-unique-constraint.png" alt="The missing unique constraint list." width=75% >}}
6366

6467
{{<image filename="images/rc/rdi/rdi-select-constraints.png" alt="The missing unique constraint list with columns selected." width=75% >}}
6568

69+
Select **Save** to save your column changes and go back to schema selection.
70+
71+
{{<image filename="images/rc/button-save.png" alt="The save button." width=100px >}}
72+
6673
Select **Add schema** to add more database schemas.
6774

6875
{{<image filename="images/rc/rdi/rdi-add-schema.png" alt="The add schema button." width=150px >}}
@@ -74,16 +81,20 @@ To change the data you want to ingest from the data pipeline:
7481
After you've selected the schemas and tables you want to sync, select **Continue**.
7582

7683
{{<image filename="images/rc/rdi/rdi-continue-button.png" alt="The continue button." width=150px >}}
84+
85+
1. Select the Redis data type to write keys to the target. You can choose **Hash** or **JSON** if the target database supports JSON.
86+
{{<image filename="images/rc/rdi/rdi-configure-new-pipeline.png" alt="The pipeline definition screen." width=75% >}}
7787

78-
1. In the **Pipeline definition** section, select the Redis data type to write keys to the target. You can choose **Hash** or **JSON** if the target database supports JSON.
88+
You can also supply one or more [transformation job files]({{< relref "/integrate/redis-data-integration/data-pipelines/transform-examples" >}}) that specify how you want to transform the captured data before writing it to the target. Select **Upload jobs** to upload your job files.
89+
90+
{{<image filename="images/rc/rdi/rdi-transformation-jobs.png" alt="The transformation jobs section. Select Upload jobs to upload transformation jobs." >}}
91+
92+
When you upload job files, Redis Cloud will validate the job files to check for errors.
7993

80-
{{<image filename="images/rc/rdi/rdi-configure-new-pipeline.png" alt="The Pipeline definition screen. Configure a new pipeline is selected." width=75% >}}
81-
8294
Select **Continue**.
83-
8495
{{<image filename="images/rc/rdi/rdi-continue-button.png" alt="The continue button." width=150px >}}
8596

86-
1. Review the tables you selected in the **Summary** and select how you want to update the data pipeline:
97+
1. Review the tables you selected in and select how you want to update the data pipeline:
8798

8899
{{<image filename="images/rc/rdi/rdi-update-preferences.png" alt="The Select update preferences section." width=25% >}}
89100

static/images/rc/button-save.png

3.16 KB
Loading
-3.93 KB
Loading
4.36 KB
Loading
2.51 KB
Loading
22.9 KB
Loading
-7.01 KB
Loading
15.9 KB
Loading
3.43 KB
Loading

0 commit comments

Comments
 (0)