eclipse-kuksa / kuksa.cloud

Kuksa Cloud repo
Eclipse Public License 2.0
17 stars 18 forks source link

[HonoInfluxDBConnector] Run it with rover as tenant #61

Closed phil-hei closed 5 years ago

phil-hei commented 5 years ago

Currently, one instance of the HonoInfluxDBConnector runs and stores all data that goes to the "DEFAULT_TENANT". Due to seperation of concerns and to support the storing of Rover telemetry data, an instance should also be configured and run for the "rover" tenant.

ghost commented 5 years ago

I'll either set up a second HonoInfluxDBConnector or change the implementation to run for multiple tenants.

ghost commented 5 years ago

I assume that both

phil-hei commented 5 years ago

Yep, the database should reflect the tentant, so I would say that both should be the same

ghost commented 5 years ago

The InfluxDB connector has been rewritten and re-deployed for BCX. I'll keep this issue open until the changes have been contributed.

ghost commented 5 years ago

The contribution will be based on https://github.com/bsinno/kuksa.cloud/tree/feature/hono-influxdb-connector-update