Skip to content

Commit

Permalink
[docs][tidb] Add tidb cdc connector document
Browse files Browse the repository at this point in the history
This closes apache#959.
  • Loading branch information
GOODBOY008 authored and leonardBang committed Mar 23, 2022
1 parent 2455f10 commit 7ad3756
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This README is meant as a brief walkthrough on the core features with Flink CDC
| [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 |
| [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 |
| [sqlserver-cdc](docs/content/connectors/sqlserver-cdc.md) | <li> [Sqlserver](https://www.microsoft.com/sql-server): 2017, 2019 | JDBC Driver: 7.2.2.jre8 |
| [tidb-cdc](docs/content/connectors/tidb-cdc.md) | <li> [TiDB](https://www.pingcap.com): 5.1.0+ | JDBC Driver: 8.0.16 |
| [oceanbase-cdc](/docs/content/connectors/oceanbase-cdc.md) | <li> [OceanBase CE](https://open.oceanbase.com): 3.1.x | JDBC Driver: 5.7.4x |

## Features
Expand Down
1 change: 1 addition & 0 deletions docs/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The Flink CDC Connectors integrates Debezium as the engine to capture data chang
| [mongodb-cdc](connectors/mongodb-cdc.md) | <li> [MongoDB](https://www.mongodb.com): 3.6, 4.x, 5.0 | MongoDB Driver: 4.3.1 |
| [oracle-cdc](connectors/oracle-cdc.md) | <li> [Oracle](https://www.oracle.com/index.html): 11, 12, 19 | Oracle Driver: 19.3.0.0 |
| [sqlserver-cdc](connectors/sqlserver-cdc.md) | <li> [Sqlserver](https://www.microsoft.com/sql-server): 2017, 2019 | JDBC Driver: 7.2.2.jre8 |
| [tidb-cdc](connectors/tidb-cdc.md) | <li> [TiDB](https://www.pingcap.com/): 5.1.0+ | JDBC Driver: 7.2.2.jre8 |
| [oceanbase-cdc](connectors/oceanbase-cdc.md) | <li> [OceanBase CE](https://open.oceanbase.com): 3.1.x | JDBC Driver: 5.7.4x |

## Supported Flink Versions
Expand Down
1 change: 1 addition & 0 deletions docs/content/connectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ mongodb-cdc
oceanbase-cdc
oracle-cdc
sqlserver-cdc
tidb-cdc
```
Loading

0 comments on commit 7ad3756

Please sign in to comment.