A docker (compose) environment on Linux / macOS is required to play with this. Ruby is not necessary.
./cdcup.sh initInitialize a playground environment, and generate configuration files.
./cdcup.sh upStart 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:
./cdcup.sh flinkPrint Flink Web dashboard URL.
./cdcup.sh stopStop all running playground containers.
./cdcup.sh downStop and remove containers, networks, and volumes.