influxdb-cpp
influxdb-cpp copied to clipboard
💜 C++ client for InfluxDB.
Hello, I have a minor request. The influx_cpp::builder function returns -1, -2 or -3 depending on certain criteria. I'm not too famliar with influx yet so it would be super...
Hi, Could you please provide an example on how to do chunk queries? Thanks a lot.
 {"error":"unable to parse 'test,k=v,x=y x=10i,y=10,b=t 1512722735522840439': time outside range -9223372036854775806 - 9223372036854775806"}
Hi, The example could be run correctly along in a project. But when I include this code into my project, the error came out. c4996 'inet_addr':Use inet_pton() or InetPton() instead...
Have your guys ever tested the client with Ujson instead of regular Json ? I was wondering if serializing / de-serializing would be faster if using Ujson.
I've just started working with your library, and I've found it quite helpful and easy to use so far. However, I got to a point where I needed to change...
Make explicit the time units. ```c++ struct field_caller : public ts_caller { detail::field_caller& field(const std::string& k, const std::string& v) { return _f_s(',', k, v); } detail::field_caller& field(const std::string& k, bool...
x = [1,2,3,4,5] y = [1,2,3,4,5] how to insert batch data once instead of insert five times?
Is it possible to use FetchContent in my CMakeLists file to load the header into my build using the current layout of this project? I could not get it to...