remco
remco is a lightweight configuration management tool (by HeavyHorst)
go-web-crontab
A crontab-like executor with a web front-end (by titpetric)
remco | go-web-crontab | |
---|---|---|
3 | 1 | |
401 | 4 | |
1.5% | - | |
3.9 | 0.0 | |
about 2 months ago | over 5 years ago | |
Go | Go | |
MIT License | Do What The F*ck You Want To Public 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.
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.
remco
Posts with mentions or reviews of remco.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-15.
- Remco is a lightweight configuration management tool
-
Ask HN: Configuration engine that doesn't depend on interpreted language?
Keeping the package up to date for odd systems like Illumos and BSDs. Most interpreted languages require a whole ecosystem and modules just to install. The one exception is shell script because it usually comes out of the box, but each of those platforms also has a different version too. That's what I'd prefer something statically compiled.
Comtrya seems like a cool solution, has BSD support, but it's in very early stages: https://comtrya.dev/introduction.html
Remco also looks good, although it's also more complex: https://github.com/HeavyHorst/remco
-
How to achieve interactive communication between a Go app and an exec'ed app via stdin/stdout?
I've also searched GitHub for working examples of similar solutions. Here is one, which I believe to have come across on StackOverflow https://github.com/HeavyHorst/remco/blob/89b372b597e621cf0934ffbb313d7abe9e96fc26/pkg/template/executor.go
go-web-crontab
Posts with mentions or reviews of go-web-crontab.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-15.
-
How to achieve interactive communication between a Go app and an exec'ed app via stdin/stdout?
Again, the solution involves pipes. There is not much further elaboration on the answer, except for the tip that you can reuse io.Reader/io.Writer intended to be used as pipes for other purposes, and vice-versa: any package that uses io.Reader/io.Writer can also read and write from stdin/stdout pipes.
What are some alternatives?
When comparing remco and go-web-crontab you can also consider the following projects:
stolon - PostgreSQL cloud native High Availability and more.
GoBot2 - Second Version of The GoBot Botnet, But more advanced.
ephemerald - Ephemeral docker-based server instances for (parallel) testing
gomplate - A flexible commandline tool for template rendering. Supports lots of local and remote datasources.