Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider : process-compose #489

Open
gedw99 opened this issue Jan 17, 2025 · 0 comments
Open

Provider : process-compose #489

gedw99 opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement New feature or request provider Issue related to a provider

Comments

@gedw99
Copy link

gedw99 commented Jan 17, 2025

Describe the provider

Code: https://github.com/F1bonacc1/process-compose

Docs: https://f1bonacc1.github.io/process-compose/launcher/

Process-compose is like docker compose / swarm but runs on any OS and does not use docker.

It's a simple golang process runner, with a Config that is very similar to Docker compose.

I use it on Desktops, Laptop and on Servers.

Sometimes on servers I have a docker and then run 100’s of processes in 1 docker.

This is possible because the config can be hierarchical.

Does the provider provide the following APIs

API Yes No I don't know
Start an instance yes
Stop an instance yes
Get info about an instance yes
Listening for external events happening yes

Does the provider have a Go API SDK?

Yes

REST API (OpenAPI a.k.a Swagger)

Open API client and documentation is available on: http://localhost:8080

https://github.com/F1bonacc1/process-compose/tree/main/src/api

Usage: https://github.com/F1bonacc1/process-compose/blob/main/src/cmd/root.go#L167

Can the provider be started locally

Yes.

Additional context

Is used with Nix systems, and gets code updates often.

@gedw99 gedw99 added enhancement New feature or request provider Issue related to a provider labels Jan 17, 2025
@gedw99 gedw99 changed the title Add process compose provider Provider : process-compose Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request provider Issue related to a provider
Projects
None yet
Development

No branches or pull requests

1 participant