dk307 / HSPI_InfluxDBPersistence

PlugIn For Homeseer to persist to InfluxDB
MIT License
12 stars 6 forks source link

Support for other DB? #14

Open DJF3 opened 3 years ago

DJF3 commented 3 years ago

Team, Just installed this plugin on HS4 in Docker (Debian) and it seems to work fine. However, I do have a request:

Would it be possible to make this plugin work with SQLite or some other super lightweight DB (that is potentially running locally in the HS container)?

dk307 commented 3 years ago

I have not tested with HS4 yet.

It would take a fair amount of work to migrate this to other dbs. There is a lot of functionality that come from a time series database. Replicating it on other database is not easy.

You can always create a separate influxdb container.