Re : Workshop Summary

2017-10-25 Thread Jean Parpaillon
Hi Andrew, all,IIRC, we have mentioned an important step to bootstrap the community is to identify baselines.Can anyone confirm that contributions should be based on NHS branch (which one ?) ? In particular, I'm interested in contributing to OTP19/20 upgrade. Furthermore, I've mentioned OW2 organiz

Re: Workshop Summary

2017-10-25 Thread Russell Brown
Hi, TL:DR - https://github.com/nhs-riak/riak/tree/rdb/nhs-riak-2.2.5 is the fork/branch that I’ve been making progress on. >From my understanding of what we discussed, or at least my view: in order that >we generate momentum and show signs of life, the best thing to do is release a >new Riak,

Re: Workshop Summary

2017-10-25 Thread Carlos Baquero Moreno
Hi Russell and all, I noticed the reference to offer G-sets (assuming its grow only sets) in an upcoming release. Would it make sense to also support grow only maps? I know that there are already add-wins recursive maps in Riak, but it requires all that causal context management that add-wins

riak python paginate_stream_index hangs when results are empty

2017-10-25 Thread Travis Kirstine
I using a ranged secondary index search to find then delete objects from riak using python (riak version 2.7.0) something like: for page in bucket.paginate_stream_index("tile_coord_bin", min_index, max_index): for keys in page: for key in keys: .