STOMP support

2011-02-12 Thread Jonathan Brisbin
I was thinking about these new asynchronous applications and Riak yesterday and it occurred to me that it wouldn't be terribly difficult to implement a STOMP adapter for Riak, right? People use Redis as a message server because of the basic notifications it has. What if there could be a seamles

key filters and other key values

2011-01-28 Thread Jonathan Brisbin
I figured I would run into this when I thought about implementing a min and max key filter: in order for this to work, I need to know the values of the other keys. So basically, I always end up with two in my result: the first one I come across, because I have nothing to compare it to and don't

Re: key filters and other key values

2011-01-28 Thread Jonathan Brisbin
On Jan 28, 2011, at 3:38 PM, Alexander Sicular wrote: in your m/r you just need to pop off the first or last item in an array depending on how you sort. no? Sure. I just thought it might be more scalable to do it in a filter, than in a reduce phase, given the potential for lots and lots of keys