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

💜 C++ client for InfluxDB.

Results 19 influxdb-cpp issues
Sort by recently updated
recently updated
newest added

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.

![изображение](https://user-images.githubusercontent.com/920705/75749407-ca2e4780-5d32-11ea-8291-3dc091fa0e56.png) {"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.

几种返回结果码能说明一下吗?

help wanted
question

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

enhancement
good first issue

x = [1,2,3,4,5] y = [1,2,3,4,5] how to insert batch data once instead of insert five times?