From 6954c8dcfe736de5bab29fbb5d1e64e7bf896a01 Mon Sep 17 00:00:00 2001 From: rilla Date: Thu, 18 Aug 2022 16:44:30 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e91bd24..292afa1 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file