/greptimedb-client-cpp

GreptimeDB C++ Client

Primary LanguageC++Apache License 2.0Apache-2.0

greptimedb-client-cpp

Dependencies

  • libprotobuf-lite32_3.21
  • libprotobuf32_3.21
  • libprotoc32_3.21
  • protobuf-compiler_3.21
  • libprotobuf-dev_3.21

Build

git clone --recurse-submodules --depth 1 --shallow-submodules https://github.com/GreptimeTeam/greptimedb-client-cpp

cd greptimedb-client-cpp

# create a new build directory where the project is compiled
mkdir build && cd build

cmake ..

make -j$(nproc)

Run

# the test program is in the greptimedb-client-cpp/build/examples directory
cd greptimedb-client-cpp/build/examples

# run the executable file you want to execute
./example_client_stream