Skip to content

Commit

Permalink
DOC-4647 updated supported sources table with AWS RDS details
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-stark-redis committed Dec 11, 2024
1 parent f6eee75 commit 5da3f69
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
23 changes: 12 additions & 11 deletions content/integrate/redis-data-integration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,18 @@ You should *not* use RDI when:

RDI can capture data from any of the following sources:

| Database | Versions |
| :-------------------------- | :--------------------- |
| Oracle | 12c, 19c, 21c |
| MariaDB | >= 10.5 |
| MySQL | 5.7, 8.0.x |
| Postgres | 10, 11, 12, 13, 14, 15 |
| SQL Server | 2017, 2019 |
| Google Cloud SQL MySQL | 8.0 |
| Google Cloud SQL Postgres | 15 |
| Google Cloud SQL SQL Server | 2019 |
| Google Cloud AlloyDB for PostgreSQL | |
| Database | Versions | Supports Amazon RDS |
| :-------------------------- | :--------------------- | :-- |
| Oracle | 12c, 19c, 21c | Yes |
| MariaDB | >= 10.5 | No |
| MySQL | 5.7, 8.0.x | No |
| Postgres | 10, 11, 12, 13, 14, 15 | Yes |
| SQL Server | 2017, 2019 | No |
| Google Cloud SQL MySQL | 8.0 | No |
| Google Cloud SQL Postgres | 15 | No |
| Google Cloud SQL SQL Server | 2019 | No |
| Google Cloud AlloyDB for PostgreSQL | | No |
| AWS Aurora/PostgreSQL | 15 | Yes |


## Documentation
Expand Down
23 changes: 12 additions & 11 deletions content/integrate/redis-data-integration/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,18 @@ the backpressure mechanism.

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

| Database | Versions |
| --------------------------- | ---------------------- |
| Oracle | 12c, 19c, 21c |
| MariaDB | >= 10.5 |
| MySQL | 5.7, 8.0.x |
| Postgres | 10, 11, 12, 13, 14, 15 |
| SQL Server | 2017, 2019 |
| Google Cloud SQL MySQL | 8.0 |
| Google Cloud SQL Postgres | 15 |
| Google Cloud SQL SQL Server | 2019 |
| Google Cloud AlloyDB for PostgreSQL | |
| Database | Versions | Supports Amazon RDS |
| :-------------------------- | :--------------------- | :-- |
| Oracle | 12c, 19c, 21c | Yes |
| MariaDB | >= 10.5 | No |
| MySQL | 5.7, 8.0.x | No |
| Postgres | 10, 11, 12, 13, 14, 15 | Yes |
| SQL Server | 2017, 2019 | No |
| Google Cloud SQL MySQL | 8.0 | No |
| Google Cloud SQL Postgres | 15 | No |
| Google Cloud SQL SQL Server | 2019 | No |
| Google Cloud AlloyDB for PostgreSQL | | No |
| AWS Aurora/PostgreSQL | 15 | Yes |

## How RDI is deployed

Expand Down

0 comments on commit 5da3f69

Please sign in to comment.