Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 14476 invoked from network); 21 Feb 2011 23:40:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Feb 2011 23:40:23 -0000 Received: (qmail 31203 invoked by uid 500); 21 Feb 2011 23:40:21 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 31160 invoked by uid 500); 21 Feb 2011 23:40:20 -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 31152 invoked by uid 99); 21 Feb 2011 23:40:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 23:40:20 +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 (nike.apache.org: domain of andrew.stuart@supercoders.com.au designates 174.133.41.139 as permitted sender) Received: from [174.133.41.139] (HELO rubidium.mailguard.com.au) (174.133.41.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 23:40:10 +0000 Received: from rubidium.mailguard.com.au (localhost.localdomain [127.0.0.1]) by rubidium.mailguard.com.au (Postfix) with ESMTP id DD5B315B758 for ; Tue, 22 Feb 2011 10:39:41 +1100 (EST) Received: from public001.crowdwave.com (ec2-174-129-235-19.compute-1.amazonaws.com [174.129.235.19]) by rubidium.mailguard.com.au (Postfix) with ESMTPA id 3168B15CBE8 for ; Tue, 22 Feb 2011 10:39:28 +1100 (EST) Received: from public001.crowdwave.com (public001.crowdwave.com [127.0.0.1]) by public001.crowdwave.com (Postfix) with ESMTP id 870497A217 for ; Tue, 22 Feb 2011 10:39:20 +1100 (EST) Received: from public001.crowdwave.com (public001.crowdwave.com [127.0.0.1]) by mx-int.flatraterecruitment.com.au (Postfix) with ESMTP id 48A0F7A395 for ; Tue, 22 Feb 2011 10:39:20 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on public001.crowdwave.com X-Spam-Level: Received: from [192.168.1.104] (dsl-202-45-109-118-static.VIC.netspace.net.au [202.45.109.118]) by public001.crowdwave.com (Postfix) with ESMTPSA id B41F17A217 for ; Tue, 22 Feb 2011 10:39:19 +1100 (EST) Message-Id: From: "Andrew Stuart (SuperCoders)" To: user@couchdb.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Is it possible to gather data from various databases into another? Date: Tue, 22 Feb 2011 10:39:16 +1100 X-Mailer: Apple Mail (2.936) X-Virus-Scanned: ClamAV using ClamSMTP X-MailGuard-UID: 4d62f7b06fc8fd15 X-MailGuard-ID: 4d62f7bc4e5ce8 X-Filtered: by MailGuard - visit http://www.mailguard.com.au X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED,AWL autolearn=ham version=3.2.5 Imagine an architecture in which there is a database per group discussion. Each user has their own private database into which data is pulled out all the various discussion databases that they have access to. Is there a mechanism in Couchdb to pull data from various databases into another one? thanks as