Skip to content

BorgesLu/chogori-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  • generate cmake and build mkdir build && cd build && cmake .. && make -j
  • run tests cd build/test && ctest
  • run integration tests ./test/integration/run.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.7%
  • Other 2.3%