Reference implementation of the OpenSTEF stack. It includes all key functionality, e.g. the forecast engine, data storage and -models, the expert user dashboard!
Both Docker and Docker compose have to be installed. It is recommended to follow the instruction of the corresponding page:
Follow the instruction on the Get Docker page: https://docs.docker.com/get-docker/
Follow the instruction on the Install Docker Compose page: https://docs.docker.com/compose/install/
To start using the OpenSTEF reference stack use Docker Compose to bring up the whole stack:
$ sudo docker-compose up
Note: if you're running docker on a windows machine, issues might be caused by windows line endings. All line endings should be Unix!
Open on http://localhost:3000
Log in using username admin
and password admin
Set the mysql pasword (root
) from withing the dashboard. Do this via Configuration > DataSources > tst_icarus (MySQL) > password.
Set the influx token pasword (mytoken
) from withing the dashboard. Do this via Configuration > DataSources > InfluxDB-V2 > token.
To view the dash board navigate to the dashboard: Dashboards > Station forecasts.
Screenshot of the operational dashboard showing the key functionality of OpenSTEF. Dashboard documentation can be found here.
Open on http://localhost:8080
Log in using username root
and password root
Open on http://localhost:8086
Log in using username myusername
and password passwordpasswordpassword
Open on http://localhost:8090
Open on http://localhost:8099
In the root of the project run:
pip install -r requirements.txt
Run a training or forecast pipeline by running the corresponding python files in openstef_example_tasks
from the root of this repository.
To enter the InfluxDB container run:
$ sudo docker exec -it openstef-influxdb /bin/bash
$ sudo docker exec -it openstef-nginx /bin/bash
Docker will try using previous volumes on runs. But sometimes you want to start fresh. Docker-compose offers the --renew-anon-volumes
option for this purpose:
$ docker-compose up --renew-anon-volumes
This project is licensed under the Mozilla Public License, version 2.0 - see LICENSE for details.
This project includes third-party libraries, which are licensed under their own respective Open-Source licenses. SPDX-License-Identifier headers are used to show which license is applicable. The concerning license files can be found in the LICENSES directory.
Please read CODE_OF_CONDUCT.md, CONTRIBUTING.md and PROJECT_GOVERNANACE.md for details on the process for submitting pull requests to us.
Please read SUPPORT.md for how to connect and get into contact with the OpenSTEF project