Skip to content

BITchCreateShitWare/distribute-keyvalue-database-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdistribkvcgo

  • probe go expose a key value database for c ecosystem
  • this is not expected be a go package anymore, it is a package that expose to c so far
  • not production code, should be noticed

funtionality doc

分布式 KV 存储的核心能力:

  • 多实例部署(不同端口)
  • 实例间数据自动同步
  • 本地查询不到 key 时自动重定向到对应实例
  • 保留核心的 set/get/delete 功能
  • full-sync 用于手动触发全量同步

ref links

TODO

  1. testing more apis
  2. cleanup codebase
  3. make a bbolot db viewer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors