English | 简体中文
The project is a set of CLI (command line interface) tools that supports submitting Flink jobs to migrate data from other data sources to OceanBase.
You can get the release packages at Releases Page or Maven Central,or get the latest snapshot packages at Sonatype Snapshot.
You can also manually build it from the source code.
git clone https://github.com/oceanbase/flink-connector-oceanbase.git
cd flink-connector-oceanbase
mvn clean package -DskipTests
This command line tool supports the following connectors as sources:
Source Connectors | Supported Data Sources | Documentation |
---|---|---|
Flink CDC | MySQL | Flink CDC Source |