Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

futurewei-cloud/chogori-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chogori-platform

K2 Project is a platform for building low-latency (μs) in-memory distributed persistent OLTP databases.

This repository contains implementations for K2 core services and subsystems (transport, persistence, etc.).

For more interactive discussions, news, planning and other questions, please visit our discussion board here: https://groups.google.com/forum/#!forum/chogori-dev

Build instructions

Install instructions

  • Install chogori-seastar-rd (see instructions in the repo https://github.com/futurewei-cloud/chogori-seastar-rd)
  • run ./install_deps.sh to install other dependency libraries
  • build and install the cmake subprojects under src/logging and src/skvhttpclient
  • generate cmake and build mkdir build && cd build && cmake .. && make -j
  • run tests cd build/test && ctest
  • run integration tests ./test/integration/run.sh