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.

ETL Pipeline Patterns

Pattern 1: Daily Batch Load from S3

Installs
2
GitHub Stars
4
First Seen
Jun 22, 2026
starrocks-etl-and-tasks — tiansuyu/agent-skills