Skip to content

connecting existing services with a tiny python script collecting data from sensors.

Notifications You must be signed in to change notification settings

BarbieQkiller/climate_observer

Repository files navigation

Observability - metrics

graph TD;
    Sensors-->InfluxDB;
    Telegraf-->InfluxDB;
    Grafana-->InfluxDB;
Loading

Building

Building the mock sensor image.

cd sensor && docker build -t sensor .

Managing secrets

Copy the env-template to .env and edit.

Run the project

docker compose up -d

About

connecting existing services with a tiny python script collecting data from sensors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published