Skip to content

Commit 5da3f69

Browse files
DOC-4647 updated supported sources table with AWS RDS details
1 parent f6eee75 commit 5da3f69

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,18 @@ You should *not* use RDI when:
106106

107107
RDI can capture data from any of the following sources:
108108

109-
| Database | Versions |
110-
| :-------------------------- | :--------------------- |
111-
| Oracle | 12c, 19c, 21c |
112-
| MariaDB | >= 10.5 |
113-
| MySQL | 5.7, 8.0.x |
114-
| Postgres | 10, 11, 12, 13, 14, 15 |
115-
| SQL Server | 2017, 2019 |
116-
| Google Cloud SQL MySQL | 8.0 |
117-
| Google Cloud SQL Postgres | 15 |
118-
| Google Cloud SQL SQL Server | 2019 |
119-
| Google Cloud AlloyDB for PostgreSQL | |
109+
| Database | Versions | Supports Amazon RDS |
110+
| :-------------------------- | :--------------------- | :-- |
111+
| Oracle | 12c, 19c, 21c | Yes |
112+
| MariaDB | >= 10.5 | No |
113+
| MySQL | 5.7, 8.0.x | No |
114+
| Postgres | 10, 11, 12, 13, 14, 15 | Yes |
115+
| SQL Server | 2017, 2019 | No |
116+
| Google Cloud SQL MySQL | 8.0 | No |
117+
| Google Cloud SQL Postgres | 15 | No |
118+
| Google Cloud SQL SQL Server | 2019 | No |
119+
| Google Cloud AlloyDB for PostgreSQL | | No |
120+
| AWS Aurora/PostgreSQL | 15 | Yes |
120121

121122

122123
## Documentation

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,18 @@ the backpressure mechanism.
8989

9090
RDI supports the following database sources using [Debezium Server](https://debezium.io/documentation/reference/stable/operations/debezium-server.html) connectors:
9191

92-
| Database | Versions |
93-
| --------------------------- | ---------------------- |
94-
| Oracle | 12c, 19c, 21c |
95-
| MariaDB | >= 10.5 |
96-
| MySQL | 5.7, 8.0.x |
97-
| Postgres | 10, 11, 12, 13, 14, 15 |
98-
| SQL Server | 2017, 2019 |
99-
| Google Cloud SQL MySQL | 8.0 |
100-
| Google Cloud SQL Postgres | 15 |
101-
| Google Cloud SQL SQL Server | 2019 |
102-
| Google Cloud AlloyDB for PostgreSQL | |
92+
| Database | Versions | Supports Amazon RDS |
93+
| :-------------------------- | :--------------------- | :-- |
94+
| Oracle | 12c, 19c, 21c | Yes |
95+
| MariaDB | >= 10.5 | No |
96+
| MySQL | 5.7, 8.0.x | No |
97+
| Postgres | 10, 11, 12, 13, 14, 15 | Yes |
98+
| SQL Server | 2017, 2019 | No |
99+
| Google Cloud SQL MySQL | 8.0 | No |
100+
| Google Cloud SQL Postgres | 15 | No |
101+
| Google Cloud SQL SQL Server | 2019 | No |
102+
| Google Cloud AlloyDB for PostgreSQL | | No |
103+
| AWS Aurora/PostgreSQL | 15 | Yes |
103104

104105
## How RDI is deployed
105106

0 commit comments

Comments
 (0)