eclipse-zenoh / zenoh-backend-influxdb

Backend and Storages for zenoh using InfluxDB
Other
19 stars 19 forks source link

Fix/createdb #162

Closed Charles-Schleich closed 1 month ago

Charles-Schleich commented 1 month ago

New PR pointing to correct branch. fix: createdb not functioning due to missing application/json header in request implement: get_all_entries function of Storage Trait for InfluxDbStorage

Also there are logic + safety + code quality improvements (happy to discuss this) in this PR. Note: I did not treat this as a refactor, however this could use a minor refactor. It makes sense for next release.

Old PR: https://github.com/ZettaScaleLabs/zenoh-backend-influxdb/pull/4