An Intelligent Autoscaling System
configuration requirements before development:
- python3
Installation dependencies
pip install -r requirements.txt
The project is divided into three parts:
./forecast
: Including the prediction algorithm we use../performance_model
: Including our performance model building code../e2e_test
: Contains the code for our end-to-end testing.
- MIT