riak-scala-client
riak-scala-client copied to clipboard
upgrade to riak 2.0
Do you have any information on problems with compatibility issues you have run into? Or do you mean supporting the new 2.0 features?
New features such as CRDTs are of interest
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).
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 [email protected] 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