Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 60996 invoked from network); 19 Jun 2008 04:26:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2008 04:26:31 -0000 Received: (qmail 3533 invoked by uid 500); 19 Jun 2008 04:26:33 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 3505 invoked by uid 500); 19 Jun 2008 04:26:33 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 3487 invoked by uid 99); 19 Jun 2008 04:26:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 21:26:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jchris@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2008 04:25:41 +0000 Received: by wa-out-1112.google.com with SMTP id m16so455263waf.6 for ; Wed, 18 Jun 2008 21:26:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=PSIc5YVtxqSq2APDH4AIfcvDMYW672hqupFX8wm7Dmg=; b=LdgjOwM6TqTOood1KwzrvG9AlbVU5vbMzmJ+xupiZ6ZutAz3d358QWxI10Y6Kc2X1z iHSEPkptiQKGcktX9AObyxMcXeC4Z+OxSZrLUAr02OgFb0/a/XYDQ+EZukhjBRj8D2un cvaJhfTbJhxFfzv6M1SQf+nmGO318CQRqUaXE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=UB3fdR2Y+t+nF3uAfgjJ+hav85aG/B/3wSNiGvtFcrMAbd6qnNHmS4JIUOgK4YAjRx 7OhBAnQrTA08lP8vaLO2/U9kP9W5TXvqaalUUGAyka7hpkfXG8F3+QZ0VNv2AxQ2Aa5q snWbP63ZN68PjPYLUqN+3sdScj9Dt7723kVUE= Received: by 10.114.149.2 with SMTP id w2mr1868441wad.92.1213849560038; Wed, 18 Jun 2008 21:26:00 -0700 (PDT) Received: by 10.115.91.19 with HTTP; Wed, 18 Jun 2008 21:25:59 -0700 (PDT) Message-ID: Date: Wed, 18 Jun 2008 21:25:59 -0700 From: "Chris Anderson" Sender: jchris@gmail.com To: couchdb-user@incubator.apache.org Subject: gathering requirements for the plugin system MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: ea2ed3c75e6df6e5 X-Virus-Checked: Checked by ClamAV on apache.org We've been talking a little in the IRC channel about the plugin system. It doesn't exist yet, so we're trying to figure out what use cases it needs to support. I've started a wiki page to gather ideas, and please also discuss things here. Anything you'd like to do with CouchDB that isn't really part of its core functionality, could be supported in a plugin. Also, some of the core features will be supported by the plugin system as well (as far as I have gathered from the IRC discussions). These include the view servers and the search servers. The wiki page: http://wiki.apache.org/couchdb/PluginAPIUseCases The goal is to have the foundation for plugins ready for the 1.0 release (I think, based on the IRC discussions.) -- Chris Anderson http://jchris.mfdz.com