14 releases (breaking)

new 0.12.0 Apr 22, 2024
0.10.0 Jan 21, 2024
0.9.0 Nov 11, 2023
0.5.1 Jul 11, 2023

#226 in Unix APIs

Download history 3/week @ 2024-01-21 14/week @ 2024-02-18 16/week @ 2024-02-25 23/week @ 2024-03-10 20/week @ 2024-03-17 20/week @ 2024-03-24 53/week @ 2024-03-31 131/week @ 2024-04-07 47/week @ 2024-04-14

253 downloads per month

MIT/Apache

130KB
2.5K SLoC

Super Orchestrator

The purpose of Super Orchestrator is to act as a more easliy programmable, scalable, and debuggable alternative to the horrors of bash scripts and docker-compose. This is based on Tokio and supplies convenient tools for file management, command running, and Docker container management.

First, see the documentation of stacked_errors (https://docs.rs/stacked_errors/latest/stacked_errors/) to understand the error strategy. Then, look over the documentation. Finally, check the examples in order of: paths, basic_commands, basic_containers, commands, dockerfile_entrypoint_pattern, postgres, and clean.

Note that Windows has several intrinsic issues such as cross compilation being a pain (the dockerfile entrypoint pattern will not work without a lot of setup). Any of the examples with UNIX specific commands will of course not work.

The "nix_support" feature enables some functions to be able to send UNIX signals to commands.

Dependencies

~7–18MB
~192K SLoC