Re: Corrugated Iron Samples for riak

2013-06-01 Thread Jeremiah Peschka
Hi Erik, We just added this to the develop branch two weeks ago and we'll be rolling it out in a point release via NuGet. You'll need to cast your instance of RiakObject to IWriteableVClock before you are able to set vector clocks: https://github.com/DistributedNonsense/CorrugatedIron/blob/develop

Re: Corrugated Iron Samples for riak

2013-06-01 Thread Erik F. Andersen
Hi! I for one have been looking for ways to save the Vector clock and re-submit it at a later time in a sort of semi-online system (devices that cache the objects and writes their modified versions back to the server at later time when it comes online again). /Erik ___

[ANN] Zukai, an ODM for Riak and Node.js

2013-06-01 Thread Troy Melhase
Hello everyone, I've put together an ODM [1] for Riak and Node.js. I tried a few of the the available packages, but none were to my liking. I wanted something that used protocol buffers, json schemas, and promises. So I made one. It's here: https://github.com/natural/zukai Feedback, bug repo

Help with a complex Map Reduce query

2013-06-01 Thread Julien Genestoux
Hello, We store the following in our Riak cluster: - feeds as a list of 10 keys to entries. All the keys are like this: feedKey-entryKey - entries as a complex JSON object. We try to avoid losing track of any entryKey by deleting it from the feed object only when corresponding object has been del