influxdb-cxx icon indicating copy to clipboard operation
influxdb-cxx copied to clipboard

C++ client library for InfluxDB 1.x/2.x

Results 17 influxdb-cxx issues
Sort by recently updated
recently updated
newest added

Hi, this looks interesting but do you also plan to support Windows anytime soon?

enhancement
help wanted

My Code: auto influxdb = influxdb::InfluxDBFactory::Get("http://localhost:8086/?db=test"); std::vector points = influxdb->query("SELECT * FROM test"); cout

Hi, I am new to C++. I have tried this API. It works good and code is maintained very well. I have tried both HTTP and UDP, it works fine....

OS: Manjaro Linux Using GCC as well as MinGW-w64 (from AUR). 1. I want to build this library in a way that's statically linked to necessary components, so I can...

write() return void? I want to know what influxdb return, such as some err message.