Skip to content

nliao6622/QuantaDB-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,786 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantaDB

What is QuantaDB?

QuantaDB is a cloud-scale distributed transactional engine. It is designed for applications that need low-latency transaction to a large distributed datastore, ranging from rack-scale deployment to geo-distributed deployment.

Prerequisites

  • protobuf
  • OpenJDK8
  • boost
  • libtbb

Build Instruction

  • Checkout the Submodules
git submodule update --init --recursive
  • Build Prometheus
cd prometheus-cpp
mkdir build
cd build; cmake ..; make -j 20
  • Build QuantaDB
make -j 20

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 85.2%
  • Python 6.5%
  • C 5.7%
  • Java 1.3%
  • Shell 0.4%
  • Makefile 0.3%
  • Other 0.6%