Beyond using Mongrel2 as a proxy, which webserver might be best suited to work with Riak.
Also, let me give you a basic idea of the system I'm planning to test. More or less I'm trying to set-up the proxy in front of the riak kvs and will be making calls to the datastore from a mobile phone application, that will be doing some basic JSON MPqueries on the system (I'm debating the merit of link walking for new db information, though I hear that riak get is faster for objects that are known to exists). These will be either parsed and returned to the mobile app, or returned to the webserver to view in an online application. Otherwise, the webserver needs to make simple authenticated writes to the kvs, mostly to add links to existing objects, which will ideally be populated into the db via scripts built into the webserver front-end (but for testing purposes I was planning to use bash scripts, or some faster equivalent). On Wed, 2011-08-24 at 11:38 -0400, Jonathan Langevin wrote: > I dunno about mongrel, but I know some of the guys at basho have > personally used a proxy in front of Riak (Matt Heitzenroder is one > that's mentioned it before, I've CC'd him). > > > My thought is that if you can find out the general configuration > method of how to set up a proxy in front of Riak (such as how it may > differ from a typical proxy, if there's any special headers you have > to pass, what settings to apply regarding caching, etc), you could > then take that info to the Mongrel community and get some specific > help there for implementing the proxy configuration with the general > information you've gleamed from the Basho guys. > > > > Jonathan Langevin > Systems Administrator > > Loom Inc. > Wilmington, NC: (910) 241-0433 > - [email protected] - www.loomlearning.com - Skype: intel352 > > > > On Tue, Aug 23, 2011 at 5:28 PM, trevor stanhope > <[email protected]> wrote: > exactly. I'm looking to setup mongrel2 as front-end to a Riak > kvs. > > > On Tue, 2011-08-23 at 14:25 -0400, Jonathan Langevin wrote: > > Is your intention to use mongrel as a proxy for Riak? > > > > > > > > Jonathan Langevin > > Systems Administrator > > > > Loom Inc. > > Wilmington, NC: (910) 241-0433 > > - [email protected] - www.loomlearning.com - Skype: > intel352 > > > > > > > > On Thu, Aug 18, 2011 at 2:01 AM, trevor stanhope > > <[email protected]> wrote: > > Hey, I've been probing around for any existing > examples of a > > Riak + > > Mongrel2 stack being deployed and haven't had any > luck. I'm > > not familiar > > with Mongrel2 but it was recommended to me and I'm > very > > interested in > > deploying on that platform. What recommendations or > who would > > be best to > > speak with on that subject? > > > > Best Regards, > > Trev Stanhope > > > > > > _______________________________________________ > > riak-users mailing list > > [email protected] > > > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > > > > > _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
