influxdb-rs/influxdb-rust

Sperarate influxDB line protocol

xoac opened this issue · 0 comments

xoac commented

I think it could be good to separate influx db line protocol. It could be shared between clients.

I have found:

  • influxdbv2
  • telegraf/
  • this crate
  • more clients implementation that can be found on crates.io

I have created a proposed solution I didn't published it yet. I would consider implement derive method also in influxdb-line-protocol. What do you think?