Riak Recap for October 12 - 16

2011-10-17 Thread Mark Phillips
Afternoon, Evening, Morning to All - Great Recap for today (especially for our RabbitMQ fans): new code, talks, slides, and much more. Enjoy. Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for October 12 - 16 ==

Re: Hey, Python client users

2011-10-17 Thread Russell Brown
On 16 Oct 2011, at 06:18, Greg Stein wrote: > Hey all, > > The Basho folks have been slow to integrate changes, given their busy > schedule with the 1.0 release. This is true. Sorry. But we are now putting some time into the client libraries in general and the python client in particular. > I

Link walking and keep field

2011-10-17 Thread Anton Podviaznikov
Hi, I had question about Link walking. I need to walk links in few levels and keep results from previous steps. I managed to achieve this using URL syntax /users/userid/projects,*,1/parts,*,1/units,*,* Here I find all user's projects than parts and finally units. However I couldn't achieve the sa

Re: network-based access control

2011-10-17 Thread Alexander Sicular
Nope. Not available within Riak. You need to front Riak by something like nginx or haproxy. @siculars on twitter http://siculars.posterous.com Sent from my iRotaryPhone On Oct 17, 2011, at 13:39, Simon Chen wrote: Hi folks, Is it possible to perform some network-level access control in r

Re: network-based access control

2011-10-17 Thread Aphyr
Yes; front Riak with a proxy which performs the appropriate access control. Note that you'll have to ban (or have a javascript/erlang interpreter to identify/contain incorrect access) mapreduce through this proxy as well. --Kyle On 10/17/2011 10:39 AM, Simon Chen wrote: Hi folks, Is it poss

network-based access control

2011-10-17 Thread Simon Chen
Hi folks, Is it possible to perform some network-level access control in riak? For example, clients within a network prefix can only access a specific set of buckets? How is riak usually set up in a multi-tenant environment? Thanks. -Simon ___ riak-us