Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EEB4C670 for ; Fri, 8 Jun 2012 02:45:57 +0000 (UTC) Received: (qmail 67717 invoked by uid 500); 8 Jun 2012 02:45:56 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 67401 invoked by uid 500); 8 Jun 2012 02:45:56 -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 67376 invoked by uid 99); 8 Jun 2012 02:45:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 02:45:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lmatteis@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 02:45:50 +0000 Received: by eaai12 with SMTP id i12so783284eaa.11 for ; Thu, 07 Jun 2012 19:45:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kqyYDkWbxDxftOBwUvRqaXOU38w8fBWay3ENbFvaE98=; b=qBVb7WBMSlmx/8Bpn/bUCqAj7z4blqvmo8Og0oUlzByfki5SwiBQ8dg1uewHTC/qsk t0RAaqVEkE1pJeeLna99r0ITUzZdjfaBHP6g7O3CJ0dXy4hcgrViucgufWcYkt/2pmoW ehu0cKHJ3mMn7z+99Zt/dg1VTjN0Hog7gxLLHrJUa3yyC9UvcKA6RcNuoaEZqqTpul/y e2sXehv/DN+vaBhi4Hjzr/D0xSLxJNTRYUPu4MsawummbJXEsD1adMMwIQox/xdrYFmG VAYGPlszkFoljLQCNb98bcan+8ONwAI3ImY7LJ6fjQ1QT8HnBg7z9tG1I9aGqENxPdkV T5tA== MIME-Version: 1.0 Received: by 10.14.99.206 with SMTP id x54mr2684717eef.94.1339123528858; Thu, 07 Jun 2012 19:45:28 -0700 (PDT) Received: by 10.14.190.196 with HTTP; Thu, 7 Jun 2012 19:45:28 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 Jun 2012 04:45:28 +0200 Message-ID: Subject: Re: Adding vs replicating documents From: Luca Matteis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Jun 8, 2012 at 4:35 AM, Simon Metson wrote: > Hi, > Can't your program write to a local CouchDB instance instead of a file? Right, the thing is that I can't install CouchDB on my local computer. That's why I'm wondering if there's a simpler solution, but probably not, right?