tkurki / signalk-to-influxdb2

Apache License 2.0
6 stars 4 forks source link

fix: create v1 db rp mapping on demand #34

Closed tkurki closed 1 year ago

tkurki commented 1 year ago

Using v1 influxql as it is used in the history api requires that there is a mapping from the v1 database to the bucket used for writing and a default retention policy.

On startup the plugin checks that the mapping exists and creates it if it does not.