Re: Trying to revamp the clj-riak driver

2012-12-19 Thread Michael Klishin
2012/12/19 bgp2396 > I did check out both of those, but as far as I could tell neither one > supported conflict resolution, or at least it's not documented. Welle supports passing it to welle.kv/store as :vclock: https://github.com/michaelklishin/welle/blob/master/src/clojure/clojurewerkz/well

Re: Trying to revamp the clj-riak driver

2012-12-18 Thread Reid Draper
ng that correct one in some way was well before sending it back). > > --- On Tue, 12/18/12, Reid Draper wrote: > >> From: Reid Draper >> Subject: Re: Trying to revamp the clj-riak driver >> To: "bgp2396" >> Cc: riak-users@lists.basho.com >> Date:

Re: Trying to revamp the clj-riak driver

2012-12-18 Thread bgp2396
That works, thanks so much for the help! :) --- On Tue, 12/18/12, Reid Draper wrote: > From: Reid Draper > Subject: Re: Trying to revamp the clj-riak driver > To: "bgp2396" > Cc: riak-users@lists.basho.com > Date: Tuesday, December 18, 2012, 5:21 PM > > On De

Re: Trying to revamp the clj-riak driver

2012-12-18 Thread bgp2396
correct one in some way was well before sending it back). --- On Tue, 12/18/12, Reid Draper wrote: > From: Reid Draper > Subject: Re: Trying to revamp the clj-riak driver > To: "bgp2396" > Cc: riak-users@lists.basho.com > Date: Tuesday, December 18, 2012, 3:44 PM >

Re: Trying to revamp the clj-riak driver

2012-12-18 Thread Reid Draper
For a more up-to-date Clojure client, I'd recommend looking at Welle [1] or Sumo [2]. Not to discourage you from doing some hacking, just throwing some other options out there. [1] http://clojureriak.info/ [2] https://github.com/reiddraper/sumo Reid On Dec 18, 2012, at 3:12 PM, bgp2396 wrote:

Trying to revamp the clj-riak driver

2012-12-18 Thread bgp2396
I'm working on updating this driver to be in some kind of working state: https://github.com/mmcgrana/clj-riak I've actually made some good progress, you can find my fork of it here: https://github.com/mediocregopher/clj-riak I've gotten all the dependencies and such updated, and (afaik) all of th