https://github.com/behnambm/swarm-control
https://github.com/behnambm/swarm-control
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/behnambm/swarm-control
- Owner: behnambm
- Created: 2023-04-21T13:51:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T14:04:53.000Z (about 2 years ago)
- Last Synced: 2025-01-11T23:47:04.297Z (5 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.

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