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

Maxim Sokhatsky 1440aafb41 invite systems are really weird stuff 12 years ago
include dab949015d cleanup 12 years ago
src 1440aafb41 invite systems are really weird stuff 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