Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions content/integrate/redis-data-integration/_index.md
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table is inconsistent now in structure. RDS is a column while google sqls are rows
We can decide we make all cloud support columns and types of database are rows. that's ok
In this case google versions will move to the right of RDS

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yaronp68 OK, I've tidied it up. Also, I based the AlloyDB version info on the table here.

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 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazon RDS supports several db types.
We support RDS MySQL, RDS Oracle, RDS SQL Server, RDS Postgres, RDS Mariadb with the same versions we support on prem
(List of supported versions can be updated based on Debezium 2.7 support matrix)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debezium only specifies what they test with 2.7 I think we can leave the versions that also worked with 2.6 that we have today (I did not copy)
MySQL 8.0.x, 8.2. -> RDS supports 8.4.3 and few versions of 8.0.x We never tested with 8.4.3 so we can't include it yet
Postgres: 12, 13, 14, 15, 16 -> RDS supports 11 to 17. We haven't tested on 17 yet so can't include it
Oracle: 12c, 19c, 21c -> RDS supports 19 and 21
SQL Server: 2017, 2019, 2022 -> RDS supports 2016 - 2022
Maria DB: 11.4.3 -> 11.4.3 and 10.4 - 10.11

| :-------------------------- | :--------------------- | :-- |
| 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
Loading