[Details to be added]
- This tasks involves creating the APB for the whole setup. - Take metrics-apb as reference : https://github.com/aerogearcatalog/metrics-apb - Components: -- Metrics service application: containerize it and bind Postgres -- Postgres: install TimescaleDB extension, create default database, [more details needed] enable timescaleDB extension on that database -- Grafana: do as in metrics-apb [more details needed]
For Postgres, there is an image that has TimescaleDB and Postgres in it: - https://hub.docker.com/r/timescale/timescaledb/ - http://docs.timescale.com/v0.8/getting-started/installation/linux/installation-docker |
|