Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
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
9 changes: 9 additions & 0 deletions content/embeds/rdi-supported-source-versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
| Database | Versions | Versions for Amazon RDS | Versions for Google Cloud SQL |
| :-- | :-- | :-- | :-- |
| Oracle | 12c, 19c, 21c | 19c, 21c | - |
| MariaDB | 10.5, 11.4.3 | 10.4 to 10.11, 11.4.3 | - |
| MySQL | 5.7, 8.0.x, 8.2 | 8.0.x | 8.0 |
| PostgreSQL | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | 15 |
| SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 | 2019 |
| AlloyDB for PostgreSQL | 14.2, 15.7 | - | 14.2, 15.7 |
| AWS Aurora/PostgreSQL | 15 | 15 | - |
13 changes: 1 addition & 12 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,18 +106,7 @@ 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 | |

{{< embed-md "rdi-supported-source-versions.md" >}}

## Documentation

Expand Down
12 changes: 1 addition & 11 deletions content/integrate/redis-data-integration/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,7 @@ 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 | |
{{< embed-md "rdi-supported-source-versions.md" >}}

## How RDI is deployed

Expand Down
Loading