Add column for solar index
Add column for boiler index
Add functions used by teleinfo-api
SQL scripts to initialize PostgreSQL database used by the teleinfo-logger and teleinfo-api applications.
This is packaged as a Maven project and uses Liquibase.
Using a PostgreSQL database:
sudo docker run --name teleinfo-db -e POSTGRES_PASSWORD=teleinfo -e POSTGRES_USER=teleinfo -p 5432:5432 postgres
One can initialize it using:
mvn process-resources -Dliquibase.url=jdbc:postgresql://localhost:5432/teleinfo -Dliquibase.username=teleinfo -Dliquibase.password=teleinfo