From 5da3f6955e2ab4d9a9be78f15e4265896c69e0de Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Wed, 11 Dec 2024 09:23:13 +0000 Subject: [PATCH 1/4] DOC-4647 updated supported sources table with AWS RDS details --- .../redis-data-integration/_index.md | 23 ++++++++++--------- .../redis-data-integration/architecture.md | 23 ++++++++++--------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/content/integrate/redis-data-integration/_index.md b/content/integrate/redis-data-integration/_index.md index 234a2e6086..261a355ce1 100644 --- a/content/integrate/redis-data-integration/_index.md +++ b/content/integrate/redis-data-integration/_index.md @@ -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 diff --git a/content/integrate/redis-data-integration/architecture.md b/content/integrate/redis-data-integration/architecture.md index 2b558ee5d3..697863289e 100644 --- a/content/integrate/redis-data-integration/architecture.md +++ b/content/integrate/redis-data-integration/architecture.md @@ -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 From eefbdd9603b9da75fa5895cdaa0a65c125b35adb Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Fri, 13 Dec 2024 10:08:17 +0000 Subject: [PATCH 2/4] DOC-4647 updates based on feedback and added embed for version table --- content/embeds/rdi-supported-source-versions.md | 12 ++++++++++++ content/integrate/redis-data-integration/_index.md | 14 +------------- .../redis-data-integration/architecture.md | 13 +------------ 3 files changed, 14 insertions(+), 25 deletions(-) create mode 100644 content/embeds/rdi-supported-source-versions.md diff --git a/content/embeds/rdi-supported-source-versions.md b/content/embeds/rdi-supported-source-versions.md new file mode 100644 index 0000000000..209b2abba0 --- /dev/null +++ b/content/embeds/rdi-supported-source-versions.md @@ -0,0 +1,12 @@ +| Database | Versions | Versions for Amazon RDS | +| :-------------------------- | :--------------------- | :-- | +| 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 | +| Postgres | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | +| SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 | +| Google Cloud SQL MySQL | 8.0 | None | +| Google Cloud SQL Postgres | 15 | None | +| Google Cloud SQL SQL Server | 2019 | None | +| Google Cloud AlloyDB for PostgreSQL | | None | +| AWS Aurora/PostgreSQL | 15 | 15 | \ No newline at end of file diff --git a/content/integrate/redis-data-integration/_index.md b/content/integrate/redis-data-integration/_index.md index 261a355ce1..8e37140260 100644 --- a/content/integrate/redis-data-integration/_index.md +++ b/content/integrate/redis-data-integration/_index.md @@ -106,19 +106,7 @@ You should *not* use RDI when: RDI can capture data from any of the following sources: -| 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 | - +{{< embed-md "rdi-supported-source-versions.md" >}} ## Documentation diff --git a/content/integrate/redis-data-integration/architecture.md b/content/integrate/redis-data-integration/architecture.md index 697863289e..8a253f3153 100644 --- a/content/integrate/redis-data-integration/architecture.md +++ b/content/integrate/redis-data-integration/architecture.md @@ -89,18 +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 | 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 | +{{< embed-md "rdi-supported-source-versions.md" >}} ## How RDI is deployed From 21ab27da48211419f3ea12a8ec5e266a44af1745 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Fri, 13 Dec 2024 10:55:15 +0000 Subject: [PATCH 3/4] DOC-4647 implemented feedback --- .../embeds/rdi-supported-source-versions.md | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/content/embeds/rdi-supported-source-versions.md b/content/embeds/rdi-supported-source-versions.md index 209b2abba0..7364860527 100644 --- a/content/embeds/rdi-supported-source-versions.md +++ b/content/embeds/rdi-supported-source-versions.md @@ -1,12 +1,9 @@ -| Database | Versions | Versions for Amazon RDS | -| :-------------------------- | :--------------------- | :-- | -| 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 | -| Postgres | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | -| SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 | -| Google Cloud SQL MySQL | 8.0 | None | -| Google Cloud SQL Postgres | 15 | None | -| Google Cloud SQL SQL Server | 2019 | None | -| Google Cloud AlloyDB for PostgreSQL | | None | -| AWS Aurora/PostgreSQL | 15 | 15 | \ No newline at end of file +| 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 | - | \ No newline at end of file From e55b3bc0e2bdc4d7544fed9bb4b0528cdd922de7 Mon Sep 17 00:00:00 2001 From: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:57:04 +0000 Subject: [PATCH 4/4] Update content/embeds/rdi-supported-source-versions.md Co-authored-by: Yaron Parasol --- content/embeds/rdi-supported-source-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/embeds/rdi-supported-source-versions.md b/content/embeds/rdi-supported-source-versions.md index 7364860527..b224ba2217 100644 --- a/content/embeds/rdi-supported-source-versions.md +++ b/content/embeds/rdi-supported-source-versions.md @@ -1,4 +1,4 @@ -| Database | Versions | Versions for Amazon RDS | Versions for Google Cloud SQL | +| Database | Versions | AWS RDS Versions | GCP SQL Versions | | :-- | :-- | :-- | :-- | | Oracle | 12c, 19c, 21c | 19c, 21c | - | | MariaDB | 10.5, 11.4.3 | 10.4 to 10.11, 11.4.3 | - |