Categorygithub.com/pat-rohn/go-iotedge
repositorypackage
0.0.0-20240319060613-d2cfea1eb2c2
Repository: https://github.com/pat-rohn/go-iotedge.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-iotedge

Simple IoT-Server for receiving and storing timeseries

Example for a client can be found here

Timeseries

Check out this for how to set-up a postgres-database. Example query for Grafana:

SELECT
  "time",
  value as "Temperature"
FROM
  measurements where 
  $__timeFilter("time") AND
  Tag ilike 'Wemos2Temperature'

Example using Grafana

alt text