Maxim Sokhatsky
Live
> kvs:join('root@synrc.com').> kvs:initialize().> kvs:init_db().> kvs:dir().[{table,"user"}, {table,"feed"}, {table,"acl"}, {table,"transaction"}, ... ]> rr(kvs).> kvs:add(#user{id="[email protected]"}).> kvs:entries( kvs:get(feed,users), user,undefined).[#user{id="[email protected]"}]> kvs:get(user,"mes@ua.fm").{ok,#user{id="[email protected]"}By Maxim Sokhatsky
KVS is statically typed, Erlang Term, abstract database with secondary indexes support and REST handler. It has default schema that was designed for social applications, blog engines, app stores.