💜 C++ client for InfluxDB. Contribute to orca-zhang/influxdb-cpp development by creating an account on GitHub.
💜 C++ client for InfluxDB. Contribute to yushen777/influxdb-cpp development by creating an account on GitHub.
Security Insights Additional navigation options master 1Branch0Tags Code README MPL-2.0 license influxdb-cpp-rest Status: archive as the build & dependenies are out of date A naive C++(14)InfluxDBclient viaC++ REST SDK+ a C wrapper of the asynchronous API as a shared library. ...
CHECK(s.find("33i")!=std::string::npos); CHECK(s.find("hi!")!=std::string::npos); CHECK(s.find("ho!")!=std::string::npos); } } }© 2020 GitHub, Inc. Terms Privacy Security Status Help Contact GitHub Pricing API Training Blog About ...
💜 C++ client for InfluxDB. Contribute to orca-zhang/influxdb-cpp development by creating an account on GitHub.
#include "influxdb.hpp" InfluxClient::InfluxClient(const std::string& host, const unsigned int port, const std::string& db, const std::string& user, const std::string& pass, const std::string& use) : host_(host), port_(port), database_(db), user_(user), pass_(pass), enable_...