agemooij / riak-scala-client

An easy to use, non-blocking, fast Scala client library for interacting with Riak.
http://riak.scalapenos.com/
Apache License 2.0
84 stars 24 forks source link

upgrade to riak 2.0 #33

Open rbraley opened 9 years ago

agemooij commented 9 years ago

Do you have any information on problems with compatibility issues you have run into? Or do you mean supporting the new 2.0 features?

rbraley commented 9 years ago

New features such as CRDTs are of interest

agemooij commented 9 years ago

Ah, regretfully I have very little time for building new features at the moment. I've been working on bringing the codebase up to date with the latest Scala/Aka/Spray and that's almost finished but for new features in the short term I have to hope some people will submit pull requests.

CRDTs are very interesting though and I do want to work on supporting them, the problem (as always) is purely lack of time).

rbraley commented 9 years ago

https://github.com/patriknw/akka-data-replication I found this interesting project for an implementation of CRDTs for akka. I mainly wanted a way to model my data with CRDTs but perhaps this other project will help someone. The downside of akka-data-replication is, of course, it is harder to implement an efficient indexed query dsl of actors, whereas riak already makes queries relatively easy.

I hope support in scala will come in time to riak, lest it become left behind. Wish I could afford to help as well, but I wouldn’t be scratching my own itch enough yet to make it possible.

Ryan Braley  |  Founder  http://traintracks.io/ US: +1 (206) 866 5661

CN: +86 185 1129 5661

Coding the future. Decoding the game.

On Tue, Oct 21, 2014 at 4:16 PM, Age Mooij notifications@github.com wrote:

Ah, regretfully I have very little time for building new features at the moment. I've been working on bringing the codebase up to date with the latest Scala/Aka/Spray and that's almost finished but for new features in the short term I have to hope some people will submit pull requests.

CRDTs are very interesting though and I do want to work on supporting them, the problem (as always) is purely lack of time).

Reply to this email directly or view it on GitHub: https://github.com/agemooij/riak-scala-client/issues/33#issuecomment-59893669