Influxdb2 #2

Merged
d_mcknight merged 11 commits from github/fork/gcrevell/influxdb2 into influxdb2 2023-06-22 21:07:06 -07:00

11 commits

Author SHA1 Message Date
Gabe Revells
ac25883dc4 Use bucket given in ini file 2021-03-01 10:42:35 -05:00
Gabe Revells
b4efd15f1e Wrap create bucket in try/catch 2021-02-13 16:40:02 -05:00
Gabe Revells
a78da1281b Clean up linting errors 2021-02-13 16:38:42 -05:00
Gabe Revells
ede4762818 Update InfluxDB type on README 2021-02-13 16:05:45 -05:00
Gabe Revells
1a712abe73 Create influx bucket if it doesn't exist 2021-02-13 16:03:06 -05:00
Gabe Revells
06e6a0fb80 Add influxdb2 to the example varken config file 2021-02-13 15:50:48 -05:00
Gabe Revells
364253e107 Use the correct db manager for varken 2021-02-13 15:50:12 -05:00
Gabe Revells
6d170c1cdc Add influxdb2 manager class
This stores the data needed for InfluxDB2, and has a single `write_points` function on this that takes an array of points to add to the database
2021-02-13 15:49:41 -05:00
Gabe Revells
5b15299a73 Parse influxdb 2 config data 2021-02-13 15:48:41 -05:00
Gabe Revells
59d6821a3a Add structure for influxdb 2 params
This contains all the data needed for connecting and writing to an InfluxDB2 server
2021-02-13 15:46:26 -05:00
Gabe Revells
12c2a5790d Add influxdb 2 client 2021-02-13 15:45:37 -05:00