Re: How does riak support multiple databases?

2010-12-31 Thread Alexander Sicular
In short, yes, run several instance/clusters to maintain data privacy between applications. Riak itself provides very little security and certainly no security once your application has access to the cluster. ...And no I'm not at home alone on NY/E, duh. I'm between parties on Houston and

How does riak support multiple databases?

2010-12-31 Thread Joshua Partogi
Hi all, I want to use riak for several applications. Each applications shall have its own database. How do we do this in riak? From what I understand one riak instance is a database. CMIIW. Does that mean we need to run several riak instances if we want each application to connect to its own datab

Re: unix sockets, pbuffer load balance, many bucket approach, score consistency?

2010-12-31 Thread Alexander Sicular
I'll take a stab... Inline. @siculars on twitter http://siculars.posterous.com Sent from my iPhone On Dec 31, 2010, at 14:15, David Hollander wrote: I am developing a python web application and have several questions: 1. Can Riak use unix sockets in addition to TCP? I think the closest y

unix sockets, pbuffer load balance, many bucket approach, score consistency?

2010-12-31 Thread David Hollander
I am developing a python web application and have several questions: 1. Can Riak use unix sockets in addition to TCP? 2. Load-balancing a REST interface with nginx would be straightforward. However, if using protocol buffers with the python client should I also be implementing load balancing? Sho

Re: riak indexing/search issue with json

2010-12-31 Thread Joseph Lambert
Seems that they are. I haven't repeated over large numbers of different tests though example: search:search(<<"test">>, <<"users:0002619082">>). curl ' http://192.168.1.47:8098/solr/test/select?q=userData_viewedBy2619082_isDeleted%3Afalse&wt=json ' riak_search> s(users:0002619082). I've got a

Re: riak indexing/search issue with json

2010-12-31 Thread Dan Reverri
Hi Joseph, Are these results consistently reproducible? Can you provide the full queries you are using? Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu, Dec 30, 2010 at 11:46 PM, Joseph Lambert wrote: > Hello, > > I'm having a bit of a problem wit