Go to file
Ricard Illa ba964ccc32 feat: moved to alpine 3.18 2023-08-18 17:44:51 +02:00
caladan/acme_refresh feat: adjusted things for caladan 2023-07-12 15:38:09 +02:00
common feat: render dags as png images with makefile2graph 2023-05-19 17:13:46 +02:00
fugu/acme_refresh feat: fugu only needs certs for mail 2023-07-12 14:10:44 +00:00
lb/acme_refresh feat: added cuina certs 2023-08-18 17:28:31 +02:00
narwhal feat: moved to alpine 3.18 2023-08-18 17:44:51 +02:00
suricata/acme_refresh feat: vault tls in a subfolder 2023-07-12 17:32:30 +02: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.