💜 C++ client for InfluxDB. Contribute to yushen777/influxdb-cpp development by creating an account on GitHub.
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. ...
Simple C++ InfluxDB client via MS C++ REST SDK + RxCpp for batching (Windows/OSX/Linux) + a C wrapper - d-led/influxdb-cpp-rest
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...
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...