Skip to main content
Version: Next

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

GoalStart here
CDC from MySQL into an analytics databaseMySQL CDC to Doris
JDBC extraction into object storageJDBC to S3
Streaming from Kafka into a table formatKafka to Iceberg
HTTP ingestion into a relational targetHTTP to JDBC
File-based loading into an analytical systemFile to StarRocks
Multi-table CDC orchestrationMulti-Table CDC

How To Read A Recipe

  1. Confirm the source and sink combination matches your target pipeline.
  2. Compare the env, source, transform, and sink sections with your own job.
  3. Replace only one system at a time when adapting the sample.
  4. If the sample depends on CDC, drivers, or extra plugins, verify those prerequisites before running it.