Riak Recap for 9/1 - 9/2

2010-09-03 Thread Mark Phillips
Afternoon, Evening, Morning to all, I love writing Recaps like this. Here's why: Blog posts, new wiki pages, great stuff from #riak, slide decks, and much more. Have a great weekend! Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for 9/1 - 9

Riak and no of clients limit?

2010-09-03 Thread Senthilkumar Peelikkampatti
Hi, I am using Riak with distributed Erlang and I wanted to know what's the limit on # of riak clients (I used it before erlang pb client, so yet to migrate). I am using single client to talk to Riak, is it better? or in web, is it ok to create a client per request? I looked riak_kv_wm_raw.e

Re: PBC API questions

2010-09-03 Thread Jon Meredith
Hi Mingfai, Don't worry, you didn't come off ranting :) 1. The symbolic names are mapped to high values of r/w one = 0xfffe quorum = 0xfffd all = 0xfffc default = 0xfffb 2. The PBC API does not currently support any of the conditional updates the REST API pro

Python client doesn't implement bucket.get_keys() for probuffers

2010-09-03 Thread Carlo Pires
Hi, I'm doing some tests with riak and python client. I've got this error when trying to get keys of a bucket: In [1]: from connection import db In [2]: b = db.bucket('test') In [3]: b.get_keys() --- AttributeError