runnable-plans VS babushka

Compare runnable-plans vs babushka and see what are their differences.

runnable-plans

A half-measure between "this recurring task is documented on a page somewhere" and "this recurring task is automated" (by vatine)

babushka

Test-driven sysadmin. (by benhoskings)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
runnable-plans babushka
1 2
4 792
- -
0.0 10.0
about 1 year ago over 4 years ago
Python Ruby
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

runnable-plans

Posts with mentions or reviews of runnable-plans. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-02.
  • Do-nothing scripting: the key to gradual automation
    6 projects | news.ycombinator.com | 2 Nov 2021
    This is basically why I ended up writing Runnable Plans, over at https://github.com/vatine/runnable-plans/, the main differences are "you define the plan in YAML" (yeah, horrible, but better than hand-chasing a parser, that MAY come at a later date) instead of "in the script", "the plan has no inherent order" (to allow for future parallel execution), "saves success/failure to allow for later restart", and "can generate a GraphViz graph of the plan dependency ordering".

    But, whatever works, works. Start somewhere, get it into a script, plan, whatever. Then, it is easier to identify steps that can be turned to entirely machine-operated.

babushka

Posts with mentions or reviews of babushka. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-10.
  • Decker Progress Update
    4 projects | /r/steamdeck_linux | 10 May 2022
    I am using a great tool called Babushka, which makes testing and running shell commands easy, and allows me to check whether the package has been installed, cached and registered correctly by Decker. Hopefully, with these many checks in place, Decker should become quite friendly towards beginners.
  • Do-nothing scripting: the key to gradual automation
    6 projects | news.ycombinator.com | 2 Nov 2021
    Thank you for introducing me to babushka style "Check - Set - Check" methodology. I assume you meant this:

    https://github.com/benhoskings/babushka

What are some alternatives?

When comparing runnable-plans and babushka you can also consider the following projects:

Runbook - A framework for gradual system automation

Camunda BPM - Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.

bash-timestamping-sqlite - bash commandline timestamping using a sqlite database for personal analytics, activity logging and auditing

decker - A Package Restore Helper for the Steam Deck.

AppImageKit - Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat

donothing - do-nothing scripting framework