|
|
|
Show HN: Repeater – lightweight task scheduler for data analytics
(github.com)
|
|
1 points
by abrdk
292 days ago
|
|
Repeater is a lightweight task scheduler for data analytics.
It helps load data into a DWH and update marts without the overhead of heavier orchestration tools.
Jobs are defined in TOML files as sequences of command-line programs and can run on a schedule or be triggered by the success of other jobs.
An example Docker Compose setup demonstrates its use with ClickHouse as the DWH and Streamlit for BI. |
|