On Tuesday, March 4, 2014, Russell Duhon <[email protected]> wrote: > For python I recommend cloudant's library, which uses the requests library > to make concurrency a lot easier. We're switching our app to it from > python-couchdb, which is overly chatty and has concurrency issues. > > https://pypi.python.org/pypi/cloudant/0.5.5 > > Sincerely, > Russell > > or couchdbkit that allows you to use gevent, eventlet or threads. Also compared to requezt it is using http-parser from joyent.
> > On Tue, Mar 4, 2014 at 10:46 AM, Ramanadham, Radhika < > [email protected] <javascript:;>> wrote: > > > I am looking at perl or python. > > > > -----Original Message----- > > From: Jens Alfke [mailto:[email protected] <javascript:;>] > > Sent: Tuesday, March 04, 2014 1:40 PM > > To: [email protected] <javascript:;> > > Subject: Re: Which interface/library is better for couchDB > > > > > > On Mar 4, 2014, at 9:42 AM, Ramanadham, Radhika < > > [email protected] <javascript:;>> wrote: > > > > > I am trying to see if couchDB is a good fit for my project. For the > most > > part, looks like it is. I also wanted to know which interface/library is > a > > better one with better support out there to talk to couchDB? > > > > You need to specify what language/platform you're using. > > > > -Jens > > >
