dags/README.md

8 lines
269 B
Markdown
Raw Permalink Normal View History

2022-08-18 16:44:30 +02:00
# DAGs
2022-08-18 16:38:48 +02:00
2022-08-18 16:44:30 +02:00
These are some simple DAGs (directed acyclic graphs) of tasks that I may need
to run.
I'm implementing them using Makefiles and scheduling them using cron, because
that's perfectly sufficient for my use-case and something like Apache Airflow
would be overkill.