influxdb-cpp-rest icon indicating copy to clipboard operation
influxdb-cpp-rest copied to clipboard

Simple C++ InfluxDB client via MS C++ REST SDK + RxCpp for batching (Windows/OSX/Linux) + a C wrapper

Results 4 influxdb-cpp-rest issues
Sort by recently updated
recently updated
newest added

- [Line Protocol](https://docs.influxdata.com/influxdb/v2.1/reference/syntax/line-protocol/)

good-first-issue

## Problem - synchronous inserts need to catch exceptions - asynchronous inserts just drop data - output only to `stderr` ## Possible independent solution strategies - callbacks - retries -...

help wanted
good-first-issue

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...