riaken / riaken-core

Go Protocol Buffer driver for the Riak distributed database
Other
31 stars 7 forks source link

Riak 2.0.x Support #2

Closed boj closed 8 years ago

boj commented 9 years ago

For the record everything from 1.4.x but Search appears to be completely compatible. Possible riak.conf setup issue, checking into it soon.

TODO:

mike-marcacci commented 9 years ago

Hey there! Just wondering if any progress has been made on this – this is an excellent looking library (I particularly like how lightweight it is), but 2i on 2.0.x is definitely a must for me. Thanks!

boj commented 9 years ago

@mike-marcacci Thanks for the comment. I may be able to get around to implementing some of this in a few weeks (pretty busy right now), otherwise a PR would be most welcome. I'm still not clear why 2i doesn't work (I don't use them myself), open to suggestions on what the problem might be.

mike-marcacci commented 9 years ago

Thanks for the quick reply @boj, I'll poke around a bit and see what I can find!

boj commented 9 years ago

@mike-marcacci I had a moment to sit down tonight and glance at things.

Turns out I wasn't paying close enough attention when I originally opened this issue. 2i works fine, just make sure storage_backend = leveldb is set in your riak.conf.

mike-marcacci commented 9 years ago

@boj, that's wonderful news! Thanks so much for looking into it and for building the lib in the first place! :)

boj commented 9 years ago

CRDTs are now completely in place. Turns out I needed this for a new project I am working on.