An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PV Site Production

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#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)):



Sukh-P
Sukh-P

👀

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!