Kria (a right rotation of "Riak") is an asynchronous Clojure driver for
Riak 2.0 built on top of Java 7's NIO.2. It uses Riak's protocol buffer
interface.

https://github.com/bluemont/kria
https://clojars.org/kria

In my work projects, we have found that core.async works great as a layer
on top of Kria. Just create a core.async channel in advance and have the
callback put the desired return value in the core.async channel. (You might
also try atoms or promises.)

There are several Riak drivers in Clojure, and I hope some people find this
one useful. I have a section in the README about why I made it.

Feedback welcome! It does not yet support all of the Riak API, but the
essentials are there.

-David

-- 
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.

Reply via email to