Hey,

not yet another kv-store? I written a blog post to clearify the design
decisions here:

https://whilo.github.io/articles/16/unified-storage-io

>From the README:

A simple document store protocol defined with core.async semantics to
allow Clojuresque collection operations on associative key-value stores,
both from Clojure and ClojureScript for different backends. Data is
generally serialized with edn semantics or, if supported, as native
binary blobs and can be accessed similar to clojure.core functions
get-in,assoc-in and update-in. update-in especially allows to run
functions atomically and returns old and new value.

https://github.com/replikativ/konserve

There are now two new backends:

- LevelDB: https://github.com/replikativ/konserve-leveldb
- Riak: https://github.com/replikativ/konserve-welle


I hope you find it useful and ping back,
Christian

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to