Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 51469 invoked from network); 8 Apr 2009 04:25:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2009 04:25:05 -0000 Received: (qmail 26254 invoked by uid 500); 8 Apr 2009 04:24:39 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 26137 invoked by uid 500); 8 Apr 2009 04:24:39 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 25846 invoked by uid 500); 8 Apr 2009 04:24:38 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 25669 invoked by uid 99); 8 Apr 2009 04:20:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 04:20:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO aurora.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 04:20:38 +0000 Received: from aurora.apache.org (localhost [127.0.0.1]) by aurora.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n384KGe7026515 for ; Wed, 8 Apr 2009 04:20:17 GMT Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Wed, 08 Apr 2009 04:20:16 -0000 Message-ID: <20090408042016.26487.54035@aurora.apache.org> Subject: [Couchdb Wiki] Update of "Introduction to CouchDB views" by Kowsik X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by Kowsik: http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views ------------------------------------------------------------------------------ In addition: reduce functions should not grow its output larger than log(n) where n is the number of input rows. ''(Reference needed)'' + == Interactive CouchDB Tutorial == + + See [http://labs.mudynamics.com/2009/04/03/interactive-couchdb/ this blog posting] for an interactive tutorial (emulator in JavaScript) that explains map/reduce, view collation and how to query CouchDB RESTfully. +