Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/behnambm/swarm-control
https://github.com/behnambm/swarm-control
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/behnambm/swarm-control
- Owner: behnambm
- Created: 2023-04-21T13:51:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T14:04:53.000Z (over 1 year ago)
- Last Synced: 2024-04-16T00:18:59.945Z (8 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.