Skip to content

lry22221111/dingo-sdk

 
 

Repository files navigation

DINGO SDK

What's dingo-sdk?

The Dingo Store cpp sdk

First, you have prepared the Dingo Store environment, see the docs at https://github.com/dingodb/dingo-store

Requirements

gcc 13

How to build

Build dingo-eureka

refer https://github.com/dingodb/dingo-eureka

Build SDK

Download the Submodule

In the source dir

git submodule sync --recursive

git submodule update --init --recursive

Build

In the source dir

mkdir build 

cd build

cmake -DTHIRD_PARTY_INSTALL_PATH=dingo-eureka-install-path ..

make -j 32

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.3%
  • Python 2.7%
  • CMake 1.4%
  • C 0.6%