starrocks-etl-and-tasks
Installation
SKILL.md
StarRocks ETL and Tasks
Design ETL pipelines in StarRocks and run them asynchronously or on a schedule with SUBMIT TASK.
When to Use
- Designing batch, incremental, or real-time ETL pipelines
- Running long INSERT/CTAS in the background (avoid client timeout)
- Scheduling recurring transformations natively in StarRocks
- Backfilling or migrating data
- Implementing SCD Type 2 dimensions
Related skills: [starrocks-data-loading] for the underlying load methods; [starrocks-materialized-views] as an alternative to scheduled aggregation tasks; [starrocks-table-design] for staging/target schemas.