mirror https://github.com/synrc/kvs

Maxim Sokhatsky d60cbe0a07 kvs prefix for modules 12 years ago
include 9cb36a7481 feed_state 12 years ago
src d60cbe0a07 kvs prefix for modules 12 years ago
.gitignore 1630f7de88 fix typo 12 years ago
README.md 33915692a4 Update README.md 12 years ago
rebar.config e6ee5671f9 voxoz 12 years ago

README.md

KVS: Data Framework for KV databases

Overview

This is database handling application that hides database access and provides high-level rich API to stored and extend following data:

  • Acl
  • Users
  • Groups
  • Subscriptions
  • Feeds
  • Accounts
  • Meetings
  • Payments
  • Purchases

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.

Store Backends

Currently kvs includes following store backends:

  • Mnesia
  • Riak, supports secondary indexes via LevelDB

Credits

  • Maxim Sokhatsky
  • Andrii Zadorozhnii
  • Alex Kalenuk
  • Sergey Polkovnikov

OM A HUM