GreptimeTeam / greptimedb-ingester-cpp

A C++ ingester for GreptimeDB, which is compatible with GreptimeDB protocol and lightweight.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greptimedb-client-cpp

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 examples

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

# run the example binary
./example_client_stream

About

A C++ ingester for GreptimeDB, which is compatible with GreptimeDB protocol and lightweight.

License:Apache License 2.0


Languages

Language:C++ 76.9%Language:CMake 22.2%Language:Shell 0.9%