Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 246 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 246 Bytes

ohmykv

ohmykv is a distributed key/value database writen in golang

DONE list:

  • cluster consensus
  • PUT/GET/DELETE方法
  • backend storage使用rocks
  • 水平扩展

TODO list:

  • cluster manager
  • backend storage支持bitcask