https://github.com/openclimatefix/pv-site-production
Production service for PV site level forecasts
https://github.com/openclimatefix/pv-site-production
Last synced: about 1 year ago
JSON representation
Production service for PV site level forecasts
- Host: GitHub
- URL: https://github.com/openclimatefix/pv-site-production
- Owner: openclimatefix
- License: mit
- Created: 2023-01-06T14:41:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:10:49.000Z (about 1 year ago)
- Last Synced: 2025-03-19T16:23:19.655Z (about 1 year ago)
- Language: Python
- Size: 6.81 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PV Site Production
[](#contributors-)
## Repo structure
[`./infrastructure`][inf]: Docker files for the services
At the core of each service is a self-contained python package. See the individual directories:
[`./forecast-inference`][infe]: Service that runs the site forecasting model in inference
[`./database-cleanup`][arc]: Service that archives the forecasts to keep the database small
## Development
### Run the CI for the whole repo
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
[inf]: ./infrastructure
[infe]: ./forecast-inference
[arc]: ./database-cleanup
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!