zhichao-cao / chogori-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 93.0%Language:C 3.9%Language:Python 1.3%Language:Shell 0.9%Language:CMake 0.8%Language:Dockerfile 0.0%