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.
865e14bfd7
This closes #3605 |
2 weeks ago | |
---|---|---|
.. | ||
src | 2 weeks ago | |
.gitignore | 2 weeks ago | |
Dockerfile | 2 weeks ago | |
README.md | 2 weeks ago | |
cdcup.sh | 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:
- All container are running and ready for connections
- (For MySQL) You've created at least one database & tables to be captured
./cdcup.sh flink
Print Flink Web dashboard URL.
./cdcup.sh stop
Stop all running playground containers.
./cdcup.sh down
Stop and remove containers, networks, and volumes.