awesome-compose VS administrative-scripting-with-julia

Compare awesome-compose vs administrative-scripting-with-julia and see what are their differences.

administrative-scripting-with-julia

Guide for writing shell scripts in Julia (by ninjaaron)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
awesome-compose administrative-scripting-with-julia
45 7
29,634 161
4.4% -
2.8 5.2
24 days ago 6 months ago
HTML Jupyter Notebook
Creative Commons Zero v1.0 Universal -
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.

awesome-compose

Posts with mentions or reviews of awesome-compose. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-11.

administrative-scripting-with-julia

Posts with mentions or reviews of administrative-scripting-with-julia. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-06.
  • Administrative Scripting with Julia
    9 projects | news.ycombinator.com | 6 Apr 2023
    I appreciate the "Why You Shouldn't Use Julia for Administrative Scripts" section[0] which asked exactly the questions I would have asked.

    The choice of (non-Bash) language to write command line utilities is in a bit of odd spot right now. Python is basically almost everywhere installed but the dependency on runtime + venv oddities bring their own set of problems. Java has the same runtime need issues though things might improve with initiatives regarding native binary compilation (though including the runtime may not produce exactly lightweight executables). Perl used to be a hot favorite in this space but I don't think lot of people are writing new stuff in Perl even though it is still present by default almost everywhere. Go is almost perfect here except I don't want to deal with 3x the boilerplate. Personally I think Rust isn't a bad choice (libraries like clap hugely reduce the boilerplate) but the learning curve makes it a harder sell (even though for basic utilities, I don't think there would be too much wrestling with the borrow checker). Another choice that comes to mind is Nim; I think it is very well positioned except a lot of people don't know even about it so its a hard sell + even among those who know, everyone is looking at everyone else to take the initiative to adopt it in a corporate environment at a non-trivial scale.

    [0]: https://github.com/ninjaaron/administrative-scripting-with-j...

    9 projects | news.ycombinator.com | 6 Apr 2023
  • Lisp or Julia
    2 projects | /r/sysadmin | 23 Oct 2021
    My question is actually not what everyone uses, but what is best suited for the task. Those two things are, of course, almost always different, because the average person is anything but smart. Here you see that Julia is indeed better suited for handling data than Bash: https://github.com/ninjaaron/administrative-scripting-with-julia And here you see that Lisp will be the best scripting language for certain persons: https://quotepark.com/quotes/1879617-larry-wall-is-lisp-a-candidate-for-a-scripting-language-whil/ Obviously, if you don't have in-depth experience with both languages, you don't have to answer my question.

What are some alternatives?

When comparing awesome-compose and administrative-scripting-with-julia you can also consider the following projects:

docker-kodi-beta - Docker image for kodi master branch builds

coturn - coturn TURN server project

mrsk - Deploy web apps anywhere. [Moved to: https://github.com/basecamp/kamal]

wg-easy - The easiest way to run WireGuard VPN + Web-based Admin UI. [Moved to: https://github.com/wg-easy/wg-easy]

DockSTARTer - DockSTARTer helps you get started with running apps in Docker.

FreshRSS - A free, self-hostable news aggregator…

awesome-ipfs - Community list of awesome projects, apps, tools, pinning services and more related to IPFS.

compose-spec - The Compose specification

selfhosted-apps-docker - Guide by Example

covid-19-us-api - A REST API for the US COVID-19 data (nytimes)

awesome-jmeter - A collection of resources covering different aspects of JMeter usage.

nginx-flask-postgres-docker-compose-example - A working example of nginx+flask+postgres multi-container setup using Docker Compose