Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 20413 invoked from network); 26 Jun 2009 12:22:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 12:22:51 -0000 Received: (qmail 82795 invoked by uid 500); 26 Jun 2009 12:23:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 82736 invoked by uid 500); 26 Jun 2009 12:23:01 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 82726 invoked by uid 99); 26 Jun 2009 12:23:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 12:23:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [145.58.169.70] (HELO tweehoog.vpro.nl) (145.58.169.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 12:22:50 +0000 Received: from digi174.vpro.nl ([145.58.169.174]) by tweehoog.vpro.nl with esmtp (Exim 3.36 #1) id 1MKARn-0004vN-00 for user@couchdb.apache.org; Fri, 26 Jun 2009 14:22:27 +0200 Message-ID: <4A44BD82.8020501@vpro.nl> Date: Fri, 26 Jun 2009 14:22:26 +0200 From: Nils Breunese User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: "user@couchdb.apache.org" Subject: Re: Extract JSON objects with Python? References: <20090626075712.BD9C43000204@bmail00.one.com> <6121f1ea0906260359j22b3ecd5k4018072f77f32858@mail.gmail.com> In-Reply-To: <6121f1ea0906260359j22b3ecd5k4018072f77f32858@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Nicolas Steinmetz wrote: > 2009/6/26 > >> Is there any way to extract these JSON objects from CouchDB directly? >> The server that extracts from the db are supposed to present JSON >> objects, so it would be stupid to create new objects if they are stored >> in the correct syntax. >> >> Is this possible in Python? (if not, in any other language?) > > Did you try couchdbkit ? See http://www.couchdbkit.org which aims to access > CouchDB from python. I have used couchdb-python in the past and that was also very nice: http://code.google.com/p/couchdb-python/ Nils.