influxdb-cpp-rest
influxdb-cpp-rest copied to clipboard
Simple C++ InfluxDB client via MS C++ REST SDK + RxCpp for batching (Windows/OSX/Linux) + a C wrapper
- [Line Protocol](https://docs.influxdata.com/influxdb/v2.1/reference/syntax/line-protocol/)
## Problem - synchronous inserts need to catch exceptions - asynchronous inserts just drop data - output only to `stderr` ## Possible independent solution strategies - callbacks - retries -...
Hi, would you accept a PR with CMake integration? I would like to use this as a *third party* library, but it is hard to integrate this repo as a...