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

Maxim Sokhatsky dab949015d cleanup 12 лет назад
include dab949015d cleanup 12 лет назад
src dab949015d cleanup 12 лет назад
README.md dab949015d cleanup 12 лет назад
rebar.config dab949015d cleanup 12 лет назад

README.md

KVS Framework

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

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