Skip to content

Commit 321564c

Browse files
Merge pull request #664 from redis/DOC-4275-update-rdi-dataflow-pic
DOC-4275 updated dataflow diagram
2 parents 5b1691d + eb96007 commit 321564c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

content/integrate/redis-data-integration/data-pipelines/data-pipelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ However, you can also provide your own custom transformation [jobs](#job-files)
2828
for each source table, using your own data mapping and key pattern. You specify these
2929
jobs declaratively with YAML configuration files that require no coding.
3030

31-
The data tranformation involves two separate stages. First, the data ingested by
32-
[Debezium](https://debezium.io/) is automatically transformed to a JSON format. Then,
31+
The data tranformation involves two separate stages. First, the data ingested
32+
during CDC is automatically transformed to a JSON format. Then,
3333
this JSON data gets passed on to your custom transformation for further processing.
3434

3535
You can provide a job file for each source table you want to transform, but you
@@ -48,7 +48,7 @@ data in Redis as
4848

4949
The diagram below shows the flow of data through the pipeline:
5050

51-
{{< image filename="/images/rdi/data-transformation-pipeline.png" >}}
51+
{{< image filename="/images/rdi/RDIPipeDataflow.drawio.svg" >}}
5252

5353
## Pipeline configuration
5454

content/integrate/redis-data-integration/observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ command from the CLI.{{< /note >}}
3939

4040
## Collector metrics
4141

42-
The endpoint for the collector metrics is `https://<RDI_HOST>:9121/metrics/collector-source`
42+
The endpoint for the collector metrics is `https://<RDI_HOST>/metrics/collector-source`
4343

4444
These metrics are divided into three groups:
4545

@@ -49,7 +49,7 @@ These metrics are divided into three groups:
4949

5050
## Stream processor metrics
5151

52-
The endpoint for the stream processor metrics is `https://<RDI_HOST>:9121/metrics/rdi`
52+
The endpoint for the stream processor metrics is `https://<RDI_HOST>/metrics/rdi`
5353

5454
RDI reports metrics during the two main phases of the ingest pipeline, the *snapshot*
5555
phase and the *change data capture (CDC)* phase. (See the

static/images/rdi/RDIPipeDataflow.drawio.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)