Skip to content

Commit

Permalink
[docs][oceanbase] Add docs for OceanBase CDC connector
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe authored and leonardBang committed Mar 23, 2022
1 parent 7137467 commit b7534ee
Show file tree
Hide file tree
Showing 4 changed files with 512 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 |
| [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 |
| [oceanbase-cdc](connectors/oceanbase-cdc.md) | <li> [OceanBase CE](https://open.oceanbase.com): 3.1.x | JDBC Driver: 5.7.4x |

## Supported Flink Versions
The following table shows the version mapping between Flink CDC Connectors and Flink:
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 @@ -6,6 +6,7 @@
mysql-cdc
postgres-cdc
mongodb-cdc
oceanbase-cdc
oracle-cdc
sqlserver-cdc
```
Loading

0 comments on commit b7534ee

Please sign in to comment.