From 5ab71318fda37eb4b8b71d62a712631cca47e696 Mon Sep 17 00:00:00 2001 From: "hele.kc" Date: Wed, 16 Mar 2022 20:23:30 +0800 Subject: [PATCH] [docs] List supported databases in docs (#954) --- README.md | 19 ++++++++++--------- docs/content/about.md | 14 +++++++------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f1d4468006c..51457b911cc 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,16 @@ The Flink CDC Connectors integrates Debezium as the engine to capture data chang This README is meant as a brief walkthrough on the core features with Flink CDC Connectors. For a fully detailed documentation, please see [Documentation](https://ververica.github.io/flink-cdc-connectors/master/). -## Supported (Tested) Connectors - -| Database | Version | -| --- | --- | -| MySQL | Database: 5.7, 8.0.x
JDBC Driver: 8.0.16 | -| PostgreSQL | Database: 9.6, 10, 11, 12
JDBC Driver: 42.2.12| -| MongoDB | Database: 3.6, 4.x, 5.0
MongoDB Driver: 4.3.1| -| Oracle | Database: 11, 12, 19
Oracle Driver: 19.3.0.0| -| Sqlserver | Database: 2017, 2019
JDBC Driver: 7.2.2.jre8| +## Supported (Tested) Databases + +| Connector | Database | Driver | +|-----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------| +| [mysql-cdc](docs/content/connectors/mysql-cdc.md) |
  • [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x
  • [RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x
  • [PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x
  • [Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x
  • [MariaDB](https://mariadb.org): 10.x
  • [PolarDB X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | JDBC Driver: 8.0.16 | +| [postgres-cdc](docs/content/connectors/postgres-cdc.md) |
  • [PostgreSQL](https://www.postgresql.org): 9.6, 10, 11, 12 | JDBC Driver: 42.2.12 | +| [mongodb-cdc](docs/content/connectors/mongodb-cdc.md) |
  • [MongoDB](https://www.mongodb.com): 3.6, 4.x, 5.0 | MongoDB Driver: 4.3.1 | +| [oracle-cdc](docs/content/connectors/oracle-cdc.md) |
  • [Oracle](https://www.oracle.com/index.html): 11, 12, 19 | Oracle Driver: 19.3.0.0 | +| [sqlserver-cdc](docs/content/connectors/sqlserver-cdc.md) |
  • [Sqlserver](https://www.microsoft.com/sql-server): 2017, 2019 | JDBC Driver: 7.2.2.jre8 | + ## Features 1. Supports reading database snapshot and continues to read transaction logs with **exactly-once processing** even failures happen. diff --git a/docs/content/about.md b/docs/content/about.md index f6d3bbbf416..10cf00521c9 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -7,13 +7,13 @@ The Flink CDC Connectors integrates Debezium as the engine to capture data chang ## Supported Connectors -| Database | Version | -| --- | --- | -| MySQL | Database: 5.7, 8.0.x
    JDBC Driver: 8.0.16 | -| PostgreSQL | Database: 9.6, 10, 11, 12
    JDBC Driver: 42.2.12| -| MongoDB | Database: 3.6, 4.x, 5.0
    MongoDB Driver: 4.3.1| -| Oracle | Database: 11, 12, 19
    Oracle Driver: 19.3.0.0| -| Sqlserver | Database: 2017, 2019
    JDBC Driver: 7.2.2.jre8| +| Connector | Database | Driver | +|-----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------| +| [mysql-cdc](connectors/mysql-cdc.md) |
  • [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x
  • [RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x
  • [PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x
  • [Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x
  • [MariaDB](https://mariadb.org): 10.x
  • [PolarDB X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | JDBC Driver: 8.0.16 | +| [postgres-cdc](connectors/postgres-cdc.md) |
  • [PostgreSQL](https://www.postgresql.org): 9.6, 10, 11, 12 | JDBC Driver: 42.2.12 | +| [mongodb-cdc](connectors/mongodb-cdc.md) |
  • [MongoDB](https://www.mongodb.com): 3.6, 4.x, 5.0 | MongoDB Driver: 4.3.1 | +| [oracle-cdc](connectors/oracle-cdc.md) |
  • [Oracle](https://www.oracle.com/index.html): 11, 12, 19 | Oracle Driver: 19.3.0.0 | +| [sqlserver-cdc](connectors/sqlserver-cdc.md) |
  • [Sqlserver](https://www.microsoft.com/sql-server): 2017, 2019 | JDBC Driver: 7.2.2.jre8 | ## Supported Flink Versions The following table shows the version mapping between Flink CDC Connectors and Flink: