Skip to content

Simple C++ InfluxDB client via MS C++ REST SDK + RxCpp for batching (Windows/OSX/Linux) + a C wrapper

License

Notifications You must be signed in to change notification settings

dawidborycki/influxdb-cpp-rest

 
 

Repository files navigation

Info

I made changes to the influxdb-cpp-rest demo app to show how to store and retrieve sine wave.

Build and test

Assuming cpprestsdk is installed (brew install cpprestsdk): make -C build/<PLATFORM>/gmake/ config=<CONFIGURATION>

For example, on macOS that would be: make -C build/macosx/gmake/ config=release_x64;

To run the app type: ./bin/<PLATFORM>/gmake/<CONFIGURATION>/demo

Assuming macOS platform and x64 Release configuration the binaries can be executed as follows: ./bin/macosx/gmake/x64/Release/demo

Example

Figure

About

Simple C++ InfluxDB client via MS C++ REST SDK + RxCpp for batching (Windows/OSX/Linux) + a C wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 64.7%
  • C++ 31.1%
  • Lua 1.7%
  • C 1.6%
  • Shell 0.5%
  • Ruby 0.3%
  • Batchfile 0.1%