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 04FFFC71F for ; Fri, 8 Jun 2012 03:13:27 +0000 (UTC) Received: (qmail 30431 invoked by uid 500); 8 Jun 2012 03:13:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30345 invoked by uid 500); 8 Jun 2012 03:13:24 -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 30285 invoked by uid 99); 8 Jun 2012 03:13:21 -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 03:13:21 +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 03:13:16 +0000 Received: by eaai12 with SMTP id i12so797635eaa.11 for ; Thu, 07 Jun 2012 20:12:55 -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:content-transfer-encoding; bh=9sG1StG23VNBpfWUPTDtRAK4UAjFV5pzPh+wXgfa+00=; b=CtLyoRd+xJwLVn2w7f9jIC22+NJpt+/0aHHwMluZLZhPlNDkMgvijqqyWYxt7mr3jG PxQarPhT3aDZvcbyGo1HA4Pcgp+vGNpd0BG1uYJBjB/VajTy0hy8O9bnBPqRx8XrXewi S78DhQe6+G+UjaJEDyzV+jtlWZg+/vMrpvpLDIhNFlIQ/K77Q7R7wMYLRKXTjjjUZcMn aAiA9vsPo8oIR4YvQN1ItoMFFh86/7dwAKiJ2zywNrzP56kN/W0aCPRxWhvYaycDiaNm 0hygB2wo0bw1mMYi0Q/HmAFZFAtSC7BWl3i3ck9QlwsY/cbWWw1KPoezwNSJwgiZWBZD gGJA== MIME-Version: 1.0 Received: by 10.14.96.142 with SMTP id r14mr2890382eef.46.1339125175185; Thu, 07 Jun 2012 20:12:55 -0700 (PDT) Received: by 10.14.190.196 with HTTP; Thu, 7 Jun 2012 20:12:55 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 Jun 2012 05:12:55 +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 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Because my JSON file is generated programmatically. Ok basically I have a program that runs on my local computer that generates data that I want to insert/modify to my Couch instance. So my local data should be in synch with my cloud data... but i can't install CouchDB locally... so how do I keep it in synch with my hosted Couch instance without having to re-upload all of my data every time? On Fri, Jun 8, 2012 at 4:46 AM, Mark Hahn wrote: >> =A0 I can't use futon. > > Why not?