mirror https://github.com/synrc/kvs
![]() |
11 лет назад | |
---|---|---|
include | 11 лет назад | |
src | 11 лет назад | |
.gitignore | 12 лет назад | |
LICENSE | 12 лет назад | |
README.md | 12 лет назад | |
rebar.config | 11 лет назад |
This is database handling application that hides database access and provides high-level rich API to stored and extend following data:
This Framework provides also a Plugin for Feed Server for sequential consistency. All write requests with given object keys will be handled by single processes in Feed Server so you may not worry about concurrent changes of user feeds.
All write operations that are made to data with secondary indexes, i.e. not like linked lists could be potentially handled without feed_server. But some KV storages are not supporting secondary indexes add those backends carefully.
Currently kvs includes following store backends:
OM A HUM