bemasher / rtlamr-collect

Data aggregation for rtlamr.
GNU Affero General Public License v3.0
171 stars 29 forks source link

InfluxDB 2 support #29

Closed ccutrer closed 3 years ago

ccutrer commented 3 years ago

title says it all. currently you're using the v1 influx db client, and the v2 one is available at https://github.com/influxdata/influxdb-client-go. It still supports InfluxDB 1.8, so there is an upgrade path for users

bemasher commented 3 years ago

A draft is in the works. I'm testing on my home setup and will hopefully have something released in a little while.

The meter preloading is also being tossed and will instead persist data to disk with boltdb.

ccutrer commented 3 years ago

awesome, thanks!

konstk1 commented 3 years ago

+1