Scenario Recipes
These recipes are best read after your first local job succeeds. Instead of reading every example in order, start with the pipeline shape that is closest to your real source and sink.
Choose A Recipe By Pipeline Goal
| Goal | Start here |
|---|---|
| CDC from MySQL into an analytics database | MySQL CDC to Doris |
| JDBC extraction into object storage | JDBC to S3 |
| Streaming from Kafka into a table format | Kafka to Iceberg |
| HTTP ingestion into a relational target | HTTP to JDBC |
| File-based loading into an analytical system | File to StarRocks |
| Multi-table CDC orchestration | Multi-Table CDC |
How To Read A Recipe
- Confirm the source and sink combination matches your target pipeline.
- Compare the
env,source,transform, andsinksections with your own job. - Replace only one system at a time when adapting the sample.
- If the sample depends on CDC, drivers, or extra plugins, verify those prerequisites before running it.