Skip to content

Commit f84c585

Browse files
DOC-4647 updated supported sources table with AWS RDS details (#974)
* DOC-4647 updated supported sources table with AWS RDS details * DOC-4647 updates based on feedback and added embed for version table * DOC-4647 implemented feedback * Update content/embeds/rdi-supported-source-versions.md Co-authored-by: Yaron Parasol <[email protected]> --------- Co-authored-by: Yaron Parasol <[email protected]>
1 parent 4e6f7a9 commit f84c585

File tree

3 files changed

+11
-23
lines changed

3 files changed

+11
-23
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
| Database | Versions | AWS RDS Versions | GCP SQL Versions |
2+
| :-- | :-- | :-- | :-- |
3+
| Oracle | 12c, 19c, 21c | 19c, 21c | - |
4+
| MariaDB | 10.5, 11.4.3 | 10.4 to 10.11, 11.4.3 | - |
5+
| MySQL | 5.7, 8.0.x, 8.2 | 8.0.x | 8.0 |
6+
| PostgreSQL | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | 15 |
7+
| SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 | 2019 |
8+
| AlloyDB for PostgreSQL | 14.2, 15.7 | - | 14.2, 15.7 |
9+
| AWS Aurora/PostgreSQL | 15 | 15 | - |

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,7 @@ 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 | |
120-
109+
{{< embed-md "rdi-supported-source-versions.md" >}}
121110

122111
## Documentation
123112

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,7 @@ 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+
{{< embed-md "rdi-supported-source-versions.md" >}}
10393

10494
## How RDI is deployed
10595

0 commit comments

Comments
 (0)