Category: devops
-
Cromtit as Raku alternative to Apache Airflow
Cromtit was born as a simple wrapper around Sparky jobs scheduler, but it turned out it could be more than that: Hosts are VMs with installed Sparky agents: So, in nutshell, Cromit allows one to run their jobs in distributed environments similar to Apache Airflow. However instead of Python Cromtit uses Bash and Raku as…
-
Sparky on k8s cluster
Sparky is a lightweight CI server written on Raku. It uses Bailador for UI and Sparrow/Sparrowdo as an automation engine. Initially the server was written to be run on a single machine and did not scale well. So it only could handle a small/medium load, mostly working in localhost mode. Now, with the help of…