You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDI will create the pipeline template for your chosen source database type at
50
50
`/opt/rdi/config`. You will need this pathname later when you prepare the pipeline for deployment
@@ -112,7 +112,8 @@ contexts.
112
112
113
113
### Deploy the pipeline
114
114
115
-
You can use Redis Insight to deploy the pipeline by adding a connection to the RDI API
115
+
You can use [Redis Insight]({{< relref "/develop/connect/insight/rdi-connector" >}})
116
+
to deploy the pipeline by adding a connection to the RDI API
116
117
endpoint (which has the same IP address as your RDI VM and uses port 8083) and then clicking the **Deploy** button. You can also deploy it with the following command:
117
118
118
119
```bash
@@ -127,6 +128,9 @@ validates your pipeline and then deploys it if the configuration is correct.
127
128
Once the pipeline is running, you can use Redis Insight to view the data flow using the
128
129
pipeline metrics. You can also connect to your target database to see the keys that RDI has written there.
129
130
131
+
See [Deploy a pipeline]({{< relref "/integrate/redis-data-integration/data-pipelines/deploy" >}})
132
+
for more information about deployment settings.
133
+
130
134
### View RDI's response to data changes
131
135
132
136
Once the pipeline has loaded a *snapshot* of all the existing data from the source,
0 commit comments