Go to file
Ricard Illa 3e862d40c3 feat: added justfiles 2023-05-19 17:17:34 +02:00
caladan/acme_refresh feat: added justfiles 2023-05-19 17:17:34 +02:00
common feat: render dags as png images with makefile2graph 2023-05-19 17:13:46 +02:00
fugu/acme_refresh feat: added justfiles 2023-05-19 17:17:34 +02:00
narwhal feat: added justfiles 2023-05-19 17:17:34 +02:00
pikvm/acme_refresh feat: added justfiles 2023-05-19 17:17:34 +02:00
suricata/acme_rsync fixed typos 2023-01-09 18:32:01 +01:00
.envrc feat: added direnv nix flake 2023-05-19 16:36:28 +02:00
.gitignore feat: added direnv nix flake 2023-05-19 16:36:28 +02:00
LICENSE Update 'LICENSE' 2022-08-18 16:39:20 +02:00
README.md Update 'README.md' 2022-08-18 16:44:30 +02:00
flake.lock feat: added direnv nix flake 2023-05-19 16:36:28 +02:00
flake.nix feat: added justfiles 2023-05-19 17:17:34 +02:00

README.md

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.