Skip to content

leoncamel/dingo-poc

 
 

Repository files navigation

CMake_ubuntu CMake_rocky8.6 CMake_centos7 Java_Maven_Build Maven_Publish_package

What's Dingo-Store?

The Dingo-Store project is a distributed KV storage system based on multiple Raft replication groups, which also provides storage layer computation offloading capability. The upper-layer service of this project is DingoDB based on SQL, and it can also provide high-frequency serving storage capability based on KV. The overall architecture of the project is as follows:

How to build

Dingo-Store is a hybrid project of C++ and Java, where C++ provides distributed storage and computing capabilities, while the Java layer provides basic API interfaces.

For C++

git submodule update --init --recursive
mkdir build && cd build && cmake .. && make -j8

For Java

cd java && mvn clean package -DskipTests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.5%
  • Java 27.3%
  • CMake 4.5%
  • Shell 3.3%
  • Dockerfile 0.4%