-
Notifications
You must be signed in to change notification settings - Fork 274
DOC-4647 updated supported sources table with AWS RDS details #974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
5da3f69
eefbdd9
21ab27d
e55b3bc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.