Re: Implementation of the possibility of "subscribe"

2015-01-23 Thread John Daily
You may wish to take a look at the support for post-commit hooks: http://docs.basho.com/riak/latest/dev/advanced/commit-hooks/ -John On Jan 23, 2015, at 1:54 PM, Никита Нежевский wrote: > Hello. > I've used riak for online processing of incoming data and faced with problem. > I've used riak-er

Implementation of the possibility of "subscribe"

2015-01-23 Thread Никита Нежевский
Hello. I've used riak for online processing of incoming data and faced with problem. I've used riak-erlang client. It has a function that allows to get all keys that are in the bucket. But I'd like to receive data continuously as thay arrive (that is to realize a subscribe) I asked this question on

Riak Recap - Jan 23 2015

2015-01-23 Thread Matthew Brender
Good morning, afternoon and evening everyone. I'm Matt Brender, new to Basho and focused on efforts out here in the open source portion of the Riak world. Tyler Hannan recommended that the very first task I take on is bringing back the Recap and Mark confirmed it was valuable to others. I hope you

using g-counter for sequence number synchronization

2015-01-23 Thread Hristo Asenov
Hello everyone, I have noticed that in latest documentation on Riak data types (http://docs.basho.com/riak/latest/theory/concepts/crdts/#Counters ), for Counters it is not recommended to use them for ordered IDs (UUIDs). Can I

Re: Multiget java client performance

2015-01-23 Thread Santi Kumar
Brain, I'm able to get only 10 results from the mutliFetch though I'm passing more number of keys. I'm getting the keys from Riak Search and Building locaitons from those keys, setting List locationList = new ArrayList(); for(String key : keys){ locationList.add(new Location(bucketNamespa

Re: Having trouble in connecting to Riak in EC2 with another Ec2 instance

2015-01-23 Thread Cosmin Marginean
Hi Santi, I’m presuming you’re running Linux, so this might be the result of Riak binding to 127.0.01 by default. You might want to adjust that in /etc/riak/riak.conf Check for listener.protobuf.* and listener.http.* area. More on this topic here: http://docs.basho.com/riak/latest/ops/building/b