sumo icon indicating copy to clipboard operation
sumo copied to clipboard

Clojure driver for Riak

Results 3 sumo issues
Sort by recently updated
recently updated
newest added

We need a way to add links to an object, and to query them ``` clojure ; starts with a bucket/key ; and then a list of bucket/link-tags ; specs...

Maybe the usage looks something like ``` clojure (sumo.client/connect "riak-0.example.com" 8087 "riak-1.example.com" 8087 "riak-2.example.com" 8087) ```

Right now we only support protocol buffers