GithubHelp home page GithubHelp logo

xyzkernel / kvstore-se Goto Github PK

View Code? Open in Web Editor NEW

This project forked from helloyym/kvstore-se

0.0 1.0 0.0 634 KB

华为云 TaurusDB 性能挑战赛第二名——计算存储分离的 KV 引擎

C++ 99.26% C 0.22% CMake 0.52%

kvstore-se's Introduction

说明

  • 接口:src/include
  • 参考demo:example

build - 在代码根目录执行

  • mkdir build
  • cd build
  • cmake ..
  • make

run - 在build目录执行

  • 启动存储节点: src/kv_store/kv_store tcp://127.0.0.1 data clear
  • 测试计算节点: test/tester 1024 16 src/kv_service/libkv_service.so tcp://127.0.0.1

其他

1 参赛者可以使用其他的通信协议,但需要自行继承到cmake编译配置中; 2 每轮测试前(包括一次测试中间的recovery前),计算节点(对应kv_service)中的所有数据将被清空,不允许在kv_service中保存任何持久化信息,也不允许利用系统缓存信息; 3 存储节点的输出文件名必须为kv_store,必须实现示例demo中的console接口;

kvstore-se's People

Contributors

qiwc avatar cyif avatar helloyym avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.