💜 C++ client for InfluxDB. Contribute to yushen777/influxdb-cpp development by creating an account on GitHub.
Simple C++ InfluxDB client via MS C++ REST SDK + RxCpp for batching (Windows/OSX/Linux) + a C wrapper - d-led/influxdb-cpp-rest
魏士杰/influxdb-cpp 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 仓库网络图 附件列表 名称(点击预览或下载)大小描述上传于下载数关联分支操作 ...
influxdb_cpp::server_infosi("127.0.0.1",8086,"db","usr","pwd"); string resp;influxdb_cpp::query(resp,"select * from t", si); You can usexpjsonto parse the result refer toissue #3. You shouldinit socket environment by yourselfunder Windows. ...
influxdb::api::simple_dbsimpledb("http://localhost:8086","my_db"); db.insert(line("log", key_value_pairs("my_tag",42L), key_value_pairs("value","hello world!"))); Asynchronous insertion The asynchronous API inserts the points on an active object with automatic batching, thus increa...
@@ -215,7 +215,8 @@ namespace influxdb_cpp { struct timeval timeout; timeout.tv_sec = static_cast<long>(timeout_sec); timeout.tv_usec = 0; if(setsockopt(sock, SOL_SOCKET, SO_SNDTIMEO, reinterpret_cast<char*> (&timeout), sizeof(timeout)) < 0) return -2; if(setsockopt(soc...
rules.cpp rules.hpp Breadcrumbs ddosdetector / influxdb.cpp Latest commit velp Add send statistic to InfluxDB database bc71a0c· Oct 7, 2016 HistoryHistory File metadata and controls Code Blame 40 lines (38 loc) · 1.37 KB Raw #include "influxdb.hpp" InfluxClient::InfluxClient(const st...