./infrastructure
: Docker files for the services
At the core of each service is a self-contained python package. See the individual directories:
./forecast-inference
: Service that runs the site forecasting model in inference
./database-cleanup
: Service that archives the forecasts to keep the database small
To make sure that everything builds, passes the lint and tests, you can run
make all
Optionally run everything in parallel:
make all -j 8
Thanks goes to these wonderful people (emoji key):
Sukh-P 👀 |
This project follows the all-contributors specification. Contributions of any kind welcome!