Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 18799 invoked from network); 6 Jan 2010 17:54:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2010 17:54:41 -0000 Received: (qmail 23132 invoked by uid 500); 6 Jan 2010 17:54:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 23095 invoked by uid 500); 6 Jan 2010 17:54:39 -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 23085 invoked by uid 99); 6 Jan 2010 17:54:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 17:54:39 +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: domain of luckbr1975@gmail.com designates 209.85.160.56 as permitted sender) Received: from [209.85.160.56] (HELO mail-pw0-f56.google.com) (209.85.160.56) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 17:54:33 +0000 Received: by pwi19 with SMTP id 19so12285025pwi.35 for ; Wed, 06 Jan 2010 09:54:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=818kEIr0O+W9T5U2/sO0kXn17J/2m5ifiJ0L23wS4qo=; b=vpR31+wMMlvrOQKN75Z/pQ8fkhkr2dx40QGLLPZoRUL3jBTRy/YGDCs4htdmWo1Q39 vrP3triExkFIhDO1Gn2+pPKIGmZMVZA8DO0tBwu9LiotLHBHe6RdUdlbITVKRj/x9SZN aKjhtK7ZwrSgQE1ok4t4L/Vm/1xiw6T2Y3jak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oy374mTj5sLoHwydpcAf9dfKoZdumXVmbJ+yZcBLF0lhWN03J1hpda0/o7LVe772Ny 7/kbiSPg9P8ajCcVflLr6unXgb/G+mo4V/AyklhVYLH+r5X/679sMBrMVNbYwgFC2Bya ztL64huxO7lvF4tz5CGN4bA8jqTDbtQoBab1A= MIME-Version: 1.0 Received: by 10.141.90.18 with SMTP id s18mr2131422rvl.241.1262800452899; Wed, 06 Jan 2010 09:54:12 -0800 (PST) Date: Wed, 6 Jan 2010 09:54:12 -0800 Message-ID: <5a75db781001060954q3ef78e8bp6dc73b97d9a0e428@mail.gmail.com> Subject: Importing sample data with couchApp From: Luciano Resende To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 I'm starting to play with couchDB and I have a small application that is being loaded to couchDB using couchApp and so far so good. Now I want to also provide some sample data that would be available as documents to the application and I couldn't find exactly how to do that, I have tried to add some xxx.json documents in the root of the application folder structure, but that didn't work and these docs were imported as design documents. Any pointers on how I could import sample data documents to the application using couchApp ? -- Luciano Resende http://people.apache.org/~lresende http://lresende.blogspot.com/