Go to file
Ricard Illa f6b37d602a feat: added direnv nix flake 2023-05-19 16:36:28 +02:00
caladan/acme_refresh feat: caldan's acme_rsync turned into just acme_refresh 2023-05-08 18:29:49 +02:00
fugu/acme_refresh feat: fugu's acme_rsync becomes acme_refresh 2023-05-08 16:34:13 +00:00
narwhal fix: typo 2023-05-10 12:56:15 +02:00
pikvm/acme_refresh feat: move pikvm's acme sync to acme refresh 2023-05-09 11:20:00 +03: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 direnv nix flake 2023-05-19 16:36:28 +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.