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 On Tue, Mar 4, 2014 at 10:46 AM, Ramanadham, Radhika < [email protected]> wrote: > I am looking at perl or python. > > -----Original Message----- > From: Jens Alfke [mailto:[email protected]] > Sent: Tuesday, March 04, 2014 1:40 PM > To: [email protected] > Subject: Re: Which interface/library is better for couchDB > > > On Mar 4, 2014, at 9:42 AM, Ramanadham, Radhika < > [email protected]> 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 >
