@@ -7,13 +7,14 @@ This README is meant as a brief walkthrough on the core features with Flink CDC
7
7
8
8
## Supported (Tested) Databases
9
9
10
- | Connector | Database | Driver |
11
- | -----------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------------------|
12
- | [ mysql-cdc] ( docs/content/connectors/mysql-cdc.md ) | <li > [ MySQL] ( https://dev.mysql.com/doc ) : 5.6, 5.7, 8.0.x <li > [ RDS MySQL] ( https://www.aliyun.com/product/rds/mysql ) : 5.6, 5.7, 8.0.x <li > [ PolarDB MySQL] ( https://www.aliyun.com/product/polardb ) : 5.6, 5.7, 8.0.x <li > [ Aurora MySQL] ( https://aws.amazon.com/cn/rds/aurora ) : 5.6, 5.7, 8.0.x <li > [ MariaDB] ( https://mariadb.org ) : 10.x <li > [ PolarDB X] ( https://github.com/ApsaraDB/galaxysql ) : 2.0.1 | JDBC Driver: 8.0.16 |
13
- | [ postgres-cdc] ( docs/content/connectors/postgres-cdc.md ) | <li > [ PostgreSQL] ( https://www.postgresql.org ) : 9.6, 10, 11, 12 | JDBC Driver: 42.2.12 |
14
- | [ mongodb-cdc] ( docs/content/connectors/mongodb-cdc.md ) | <li > [ MongoDB] ( https://www.mongodb.com ) : 3.6, 4.x, 5.0 | MongoDB Driver: 4.3.1 |
15
- | [ oracle-cdc] ( docs/content/connectors/oracle-cdc.md ) | <li > [ Oracle] ( https://www.oracle.com/index.html ) : 11, 12, 19 | Oracle Driver: 19.3.0.0 |
16
- | [ sqlserver-cdc] ( docs/content/connectors/sqlserver-cdc.md ) | <li > [ Sqlserver] ( https://www.microsoft.com/sql-server ) : 2017, 2019 | JDBC Driver: 7.2.2.jre8 |
10
+ | Connector | Database | Driver |
11
+ | -----------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ---------------------------|
12
+ | [ mysql-cdc] ( docs/content/connectors/mysql-cdc.md ) | <li > [ MySQL] ( https://dev.mysql.com/doc ) : 5.6, 5.7, 8.0.x <li > [ RDS MySQL] ( https://www.aliyun.com/product/rds/mysql ) : 5.6, 5.7, 8.0.x <li > [ PolarDB MySQL] ( https://www.aliyun.com/product/polardb ) : 5.6, 5.7, 8.0.x <li > [ Aurora MySQL] ( https://aws.amazon.com/cn/rds/aurora ) : 5.6, 5.7, 8.0.x <li > [ MariaDB] ( https://mariadb.org ) : 10.x <li > [ PolarDB X] ( https://github.com/ApsaraDB/galaxysql ) : 2.0.1 | JDBC Driver: 8.0.16 |
13
+ | [ postgres-cdc] ( docs/content/connectors/postgres-cdc.md ) | <li > [ PostgreSQL] ( https://www.postgresql.org ) : 9.6, 10, 11, 12 | JDBC Driver: 42.2.12 |
14
+ | [ mongodb-cdc] ( docs/content/connectors/mongodb-cdc.md ) | <li > [ MongoDB] ( https://www.mongodb.com ) : 3.6, 4.x, 5.0 | MongoDB Driver: 4.3.1 |
15
+ | [ oracle-cdc] ( docs/content/connectors/oracle-cdc.md ) | <li > [ Oracle] ( https://www.oracle.com/index.html ) : 11, 12, 19 | Oracle Driver: 19.3.0.0 |
16
+ | [ sqlserver-cdc] ( docs/content/connectors/sqlserver-cdc.md ) | <li > [ Sqlserver] ( https://www.microsoft.com/sql-server ) : 2017, 2019 | JDBC Driver: 7.2.2.jre8 |
17
+ | [ Vitess-cdc] ( connectors/vitess-cdc.md ) | <li > [ Vitess] ( https://vitess.io/ ) : 8.0.x, 9.0.x | MySql JDBC Driver: 8.0.16 |
17
18
18
19
## Features
19
20
0 commit comments