lvyanquan commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1904878568
########## README.md: ########## @@ -25,14 +25,25 @@ and elegance of data integration via YAML to describe the data movement and tran The Flink CDC prioritizes efficient end-to-end data integration and offers enhanced functionalities such as full database synchronization, sharding table synchronization, schema evolution and data transformation. - + +### Quickstart Guide +Flink CDC provides a CdcUp CLI utility to start a playground environment and run Flink CDC jobs. +You will need to have a working Docker and Docker compose environment to use it. + +1. Run `git clone https://github.com/apache/flink-cdc.git --depth=1` to retrieve a copy of Flink CDC source code. +2. Run `cd tools/cdcup/ && ./cdcup.sh init` to use the CdcUp tool to start a playground environment. +3. Run `./cdcup.sh up` to initialize docker containers, and `./cdcup.sh pipeline` to submit a pipeline job. Review Comment: What about providing a default yaml file for MySQL to Doris pipeline? As we can check the result from Doris web ui directly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
