Skip to content

BarbieQkiller/climate_observer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors