Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/behnambm/swarm-control


https://github.com/behnambm/swarm-control

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Swarm Control
Swarm Control is a simple application designed to automate the scaling of swarm services. It utilizes a threshold stored in a SQLite database to manage up and down scaling.

Additionally, the application features a web interface that allows for manual scaling of services.

![Screenshot from 2023-04-21 17-00-36](https://user-images.githubusercontent.com/26994700/233656337-a6d531d8-1a71-4aab-8016-c57fdf86edaa.png)

# TODO

- Implement a web interface for setting high and low thresholds.
- Refactor the codebase for improved performance and maintainability.