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

Maxim Sokhatsky dabb21b2e7 cleanup 12 years ago
include dab949015d cleanup 12 years ago
src dabb21b2e7 cleanup 12 years ago
README.md dab949015d cleanup 12 years ago
rebar.config dab949015d cleanup 12 years ago

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