Update 'README.md'
parent
1df0b67f49
commit
6954c8dcfe
|
@ -1,2 +1,8 @@
|
||||||
# dags
|
# DAGs
|
||||||
|
|
||||||
|
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.
|
Loading…
Reference in New Issue