Skip to content

Commit

Permalink
[FLINK-34732][cdc][ci] Fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
GOODBOY008 committed Mar 19, 2024
1 parent 5ba7da0 commit a978f63
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="[https://github.com/apache/flink-cdc](https://nightlies.apache.org/flink/flink-cdc-docs-stable/)"><img src="docs/static/fig/flinkcdc-logo.png" alt="Flink CDC" style="width: 375px;"></a>
<a href="https://nightlies.apache.org/flink/flink-cdc-docs-stable/"><img src="docs/static/fig/flinkcdc-logo.png" alt="Flink CDC" style="width: 375px;"></a>
</p>
<p align="center">
<a href="https://github.com/apache/flink-cdc/" target="_blank">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ describes how to setup the db2 CDC connector to run SQL queries against Db2 data

## Supported Databases

| Connector | Database | Driver |
|-----------------------|----------------------------------------------------|----------------------|
| [Db2-cdc](../db2-cdc) | <li> [Db2](https://www.ibm.com/products/db2): 11.5 | Db2 Driver: 11.5.0.0 |
| Connector | Database | Driver |
|-----------|----------------------------------------------------|----------------------|
| Db2-cdc | <li> [Db2](https://www.ibm.com/products/db2): 11.5 | Db2 Driver: 11.5.0.0 |

Dependencies
------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ The MySQL CDC connector allows for reading snapshot data and incremental data fr

## Supported Databases

| Connector | Database | Driver |
|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|
| [mysql-cdc](../mysql-cdc) | <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.27 |
| Connector | Database | Driver |
|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
| mysql-cdc | <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.27 |

Dependencies
------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ You can also read [tutorials]({{< ref "docs/connectors/legacy-flink-cdc-sources/

## Supported Connectors

| Connector | Database | Driver |
|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
| [mongodb-cdc](../mongodb-cdc) | <li> [MongoDB](https://www.mongodb.com): 3.6, 4.x, 5.0 | MongoDB Driver: 4.3.4 |
| [mysql-cdc](../mysql-cdc) | <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.28 |
| [oceanbase-cdc](../oceanbase-cdc) | <li> [OceanBase CE](https://open.oceanbase.com): 3.1.x, 4.x <li> [OceanBase EE](https://www.oceanbase.com/product/oceanbase): 2.x, 3.x, 4.x | OceanBase Driver: 2.4.x |
| [oracle-cdc](../oracle-cdc) | <li> [Oracle](https://www.oracle.com/index.html): 11, 12, 19, 21 | Oracle Driver: 19.3.0.0 |
| [postgres-cdc](../postgres-cdc) | <li> [PostgreSQL](https://www.postgresql.org): 9.6, 10, 11, 12, 13, 14 | JDBC Driver: 42.5.1 |
| [sqlserver-cdc](../sqlserver-cdc) | <li> [Sqlserver](https://www.microsoft.com/sql-server): 2012, 2014, 2016, 2017, 2019 | JDBC Driver: 9.4.1.jre8 |
| [tidb-cdc](../tidb-cdc) | <li> [TiDB](https://www.pingcap.com/): 5.1.x, 5.2.x, 5.3.x, 5.4.x, 6.0.0 | JDBC Driver: 8.0.27 |
| [db2-cdc](../db2-cdc) | <li> [Db2](https://www.ibm.com/products/db2): 11.5 | Db2 Driver: 11.5.0.0 |
| [vitess-cdc](../vitess-cdc) | <li> [Vitess](https://vitess.io/): 8.0.x, 9.0.x | MySql JDBC Driver: 8.0.26 |
| Connector | Database | Driver |
|-------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
| [mongodb-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc" >}}) | <li> [MongoDB](https://www.mongodb.com): 3.6, 4.x, 5.0 | MongoDB Driver: 4.3.4 |
| [mysql-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mysql-cdc" >}}) | <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.28 |
| [oceanbase-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/oceanbase-cdc" >}}) | <li> [OceanBase CE](https://open.oceanbase.com): 3.1.x, 4.x <li> [OceanBase EE](https://www.oceanbase.com/product/oceanbase): 2.x, 3.x, 4.x | OceanBase Driver: 2.4.x |
| [oracle-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/oracle-cdc" >}}) | <li> [Oracle](https://www.oracle.com/index.html): 11, 12, 19, 21 | Oracle Driver: 19.3.0.0 |
| [postgres-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/postgres-cdc" >}}) | <li> [PostgreSQL](https://www.postgresql.org): 9.6, 10, 11, 12, 13, 14 | JDBC Driver: 42.5.1 |
| [sqlserver-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/sqlserver-cdc" >}}) | <li> [Sqlserver](https://www.microsoft.com/sql-server): 2012, 2014, 2016, 2017, 2019 | JDBC Driver: 9.4.1.jre8 |
| [tidb-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tidb-cdc" >}}) | <li> [TiDB](https://www.pingcap.com/): 5.1.x, 5.2.x, 5.3.x, 5.4.x, 6.0.0 | JDBC Driver: 8.0.27 |
| [db2-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/db2-cdc" >}}) | <li> [Db2](https://www.ibm.com/products/db2): 11.5 | Db2 Driver: 11.5.0.0 |
| [vitess-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/vitess-cdc" >}}) | <li> [Vitess](https://vitess.io/): 8.0.x, 9.0.x | MySql JDBC Driver: 8.0.26 |

## Supported Flink Versions
The following table shows the version mapping between Flink<sup>®</sup> CDC Connectors and Flink<sup>®</sup>:
Expand All @@ -72,17 +72,17 @@ The following table shows the version mapping between Flink<sup>®</sup> CDC Con

The following table shows the current features of the connector:

| Connector | No-lock Read | Parallel Read | Exactly-once Read | Incremental Snapshot Read |
|--------------------------------|--------------|---------------|-------------------|---------------------------|
| [mongodb-cdc](../mongodb-cdc) |||||
| [mysql-cdc](../mysql-cdc) |||||
| [oracle-cdc](../oracle-cdc) |||||
| [postgres-cdc](../postgres-cdc) |||||
| [sqlserver-cdc](../sqlserver-cdc) |||||
| [oceanbase-cdc](../oceanbase-cdc) |||||
| [tidb-cdc](../tidb-cdc) |||||
| [db2-cdc](../db2-cdc) |||||
| [vitess-cdc](../vitess-cdc) |||||
| Connector | No-lock Read | Parallel Read | Exactly-once Read | Incremental Snapshot Read |
|-------------------------------------------------------------------------------------------------------|--------------|---------------|-------------------|---------------------------|
| [mongodb-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc" >}}) |||||
| [mysql-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mysql-cdc" >}}) |||||
| [oracle-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/oracle-cdc" >}}) |||||
| [postgres-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/postgres-cdc" >}}) |||||
| [sqlserver-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/sqlserver-cdc" >}}) |||||
| [oceanbase-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/oceanbase-cdc" >}}) |||||
| [tidb-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/tidb-cdc" >}}) |||||
| [db2-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/db2-cdc" >}}) |||||
| [vitess-cdc]({{< ref "docs/content.zh/docs/connectors/legacy-flink-cdc-sources/vitess-cdc" >}}) |||||

## Usage for Table/SQL API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ describes how to setup the db2 CDC connector to run SQL queries against Db2 data

## Supported Databases

| Connector | Database | Driver |
|-----------------------|----------------------------------------------------|----------------------|
| [Db2-cdc](../db2-cdc) | <li> [Db2](https://www.ibm.com/products/db2): 11.5 | Db2 Driver: 11.5.0.0 |
| Connector | Database | Driver |
|-----------|----------------------------------------------------|----------------------|
| Db2-cdc | <li> [Db2](https://www.ibm.com/products/db2): 11.5 | Db2 Driver: 11.5.0.0 |

Dependencies
------------
Expand Down
Loading

0 comments on commit a978f63

Please sign in to comment.