babushka VS runnable-plans

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

babushka

Test-driven sysadmin. (by benhoskings)

runnable-plans

A half-measure between "this recurring task is documented on a page somewhere" and "this recurring task is automated" (by vatine)
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
babushka runnable-plans
2 1
792 4
- -
10.0 0.0
over 4 years ago about 1 year ago
Ruby Python
GNU General Public License v3.0 or later MIT License
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.

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

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.

What are some alternatives?

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

Runbook - A framework for gradual system automation

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

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

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