Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 63410 invoked from network); 18 Dec 2008 19:43:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2008 19:43:17 -0000 Received: (qmail 37640 invoked by uid 500); 18 Dec 2008 19:43:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 37613 invoked by uid 500); 18 Dec 2008 19:43:27 -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 37602 invoked by uid 99); 18 Dec 2008 19:43:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 11:43:27 -0800 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=FS_REPLICA,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of randall.leeds@gmail.com designates 209.85.218.10 as permitted sender) Received: from [209.85.218.10] (HELO mail-bw0-f10.google.com) (209.85.218.10) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 19:43:08 +0000 Received: by bwz3 with SMTP id 3so1371066bwz.11 for ; Thu, 18 Dec 2008 11:42:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=Nh6VjK/X97dPIcMUWPW/UEQDhFtzxJOFrVg9WMHhZqw=; b=rC9oei9fDdcWPwSq37YmxP7Hm8QKt4jpa+cL28797oHZadR19mmTcB9mtp8Vo+95WD vmZ6JSCCSafiVH5sidHSABvpU4coRxyKMvLVYTxlJ+/PKze6FIfs3C6RMbTN9kOfP7Ci pEPQBL7LEn7SBqlCHYODMr64w23fcM8tA9Ajw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=WpMQm1Zj61ZjsdBVKNXgFdb622z06hA176VDW1L7POkYGispY37dcbR+bc6SBhT83R Ggbe0cwiJNiyLnJQT8rUusi3Gb+nHFfDtwjE+ciC8Xl0NrYNvpF+d8ulHDAlvSw6ru4P pPfeETEDGydifpKM+2U3wp+idce6cBqkwPN/k= Received: by 10.181.199.6 with SMTP id b6mr768858bkq.137.1229629135359; Thu, 18 Dec 2008 11:38:55 -0800 (PST) Received: by 10.181.142.7 with HTTP; Thu, 18 Dec 2008 11:38:55 -0800 (PST) Message-ID: Date: Thu, 18 Dec 2008 14:38:55 -0500 From: "Randall Leeds" To: user@couchdb.apache.org Subject: Re: replication in couchdb In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14797_29042145.1229629135375" References: <4c69d7170812181108o13ca1390s734830cec6ccee13@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14797_29042145.1229629135375 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Couldn't you trigger the replication from the db update script? There are examples in the docs of doing things like updating views after 3 document updates or 5 minutes (or some such timing thing). I feel as though you could accomplish something similar with replication. On Thu, Dec 18, 2008 at 14:35, Paul Davis wrote: > Replication must be triggered. Futon's replicator merely allows a > human to initiate replication. > > Looking around I don't actually see a page on the wiki explaining the > JSON api. I'll add some later this afternoon unless someone speaks up. > > On Thu, Dec 18, 2008 at 2:08 PM, paul jobs wrote: > > How do we implement replication in couchdb > > > > The replicator given in the futon utility is manual or does it create a > > permanent link between the source and destination dbs > > > > thanks a lot > > > ------=_Part_14797_29042145.1229629135375--