Go to file
rilla 1a1136444e fix: typo 2023-07-10 15:30:07 +02:00
caladan/acme_refresh feat: moved from docker-compose to docker compose 2023-05-31 11:27:36 +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
lb/acme_refresh feat: restructured LB's repo 2023-06-02 17:59:07 +02:00
narwhal feat: sync certs to suricata 2023-07-10 15:26:11 +02:00
pikvm/acme_refresh feat: added justfiles 2023-05-19 17:17:34 +02:00
suricata/acme_refresh fix: typo 2023-07-10 15:30:07 +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.