You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flink-cdc-connectors/tools/cdcup
yuxiqian 865e14bfd7
[FLINK-35634][build] Add CdcUp playground CLI scripts
This closes #3605
2 weeks ago
..
src [FLINK-35634][build] Add CdcUp playground CLI scripts 2 weeks ago
.gitignore [FLINK-35634][build] Add CdcUp playground CLI scripts 2 weeks ago
Dockerfile [FLINK-35634][build] Add CdcUp playground CLI scripts 2 weeks ago
README.md [FLINK-35634][build] Add CdcUp playground CLI scripts 2 weeks ago
cdcup.sh [FLINK-35634][build] Add CdcUp playground CLI scripts 2 weeks ago

README.md

cdcup

A docker (compose) environment on Linux / macOS is required to play with this. Ruby is not necessary.

./cdcup.sh init

Initialize a playground environment, and generate configuration files.

./cdcup.sh up

Start docker containers. Note that it may take a while before database is ready.

./cdcup.sh pipeline <yaml>

Submit a YAML pipeline job. Before executing this, please ensure that:

  1. All container are running and ready for connections
  2. (For MySQL) You've created at least one database & tables to be captured

Print Flink Web dashboard URL.

./cdcup.sh stop

Stop all running playground containers.

./cdcup.sh down

Stop and remove containers, networks, and volumes.