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 E06C310FC5 for ; Fri, 15 Nov 2013 09:28:55 +0000 (UTC) Received: (qmail 72880 invoked by uid 500); 15 Nov 2013 09:28:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 72828 invoked by uid 500); 15 Nov 2013 09:28:38 -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 72814 invoked by uid 99); 15 Nov 2013 09:28:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 09:28:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.220.44 as permitted sender) Received: from [209.85.220.44] (HELO mail-pa0-f44.google.com) (209.85.220.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 09:28:33 +0000 Received: by mail-pa0-f44.google.com with SMTP id fb1so1779616pad.3 for ; Fri, 15 Nov 2013 01:28:12 -0800 (PST) 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; bh=PugFveLDcEDsbpaDRftIK11Vl5z945glV95HL4Ic/D0=; b=PRRayFFAIlmodfP83NZAWfNmPvArbOcjXQnKkTp4PQUrdsupoX3vvauqC+3TVdfBv7 XNQtuDRlsUAPeQShZnq7PYtbHlRU8h3qHOWpO92o6AaVEKkJH87wJL/TC5xJERXc2Yzc UvxiOH4DELX4zM2/w+f8tceMuQ77Le3I7tEoLqUr+KrbIoe0Rz62trMj+aZfktU/S4uJ YR835vpddGnhTGE1FNVSvK4UkmP3/4DXMX8mfQiU0oejXP7G+8FLwpDftYhqQxVyxO7C KNXryogs8eVO71ejtzvTFtmzZZHtVoznt7tDciB0OelzV26cHDkIk5OTZT5G8jsCQLXG d3NA== MIME-Version: 1.0 X-Received: by 10.68.234.165 with SMTP id uf5mr5941957pbc.41.1384507692804; Fri, 15 Nov 2013 01:28:12 -0800 (PST) Received: by 10.70.59.7 with HTTP; Fri, 15 Nov 2013 01:28:12 -0800 (PST) In-Reply-To: References: Date: Fri, 15 Nov 2013 10:28:12 +0100 Message-ID: Subject: Re: Product management means saying no From: Benoit Chesneau To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=047d7b33cb7637f11004eb33d18b X-Virus-Checked: Checked by ClamAV on apache.org --047d7b33cb7637f11004eb33d18b Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Fri, Nov 15, 2013 at 9:49 AM, Dave Cottlehuber wrote= : > On 14. November 2013 at 20:45:55, Ryan Mohr (ryan@kumu.io) wrote: > > > > The show/list thread (posted by thomas.bock@ptb.de) recently > > sparked an > > interesting debate. Like Joan, I too feel that CouchDB tries > > to handle way > > more than it should. (Caveat -- I actually take this stance to > > the extreme > > believing that the couchapp behavior and utilities like futon/fauxton > > shouldn't be included in the core installation.) > > > > IMO the show/list behavior is an application concern, not a database > > concern, and should be handled by the application server or client. > > If you > > think of CouchDB as your database and your application server > > the line > > quickly gets blurry. > > > > I'm curious, where does the dev team draw the line on couchdb's > > responsibilities? The fact that it's already an api+database+services > > suggests there won't be any concrete boundaries. All must be > > by design. > > > > > > Some related articles: > > http://insideintercom.io/product-strategy-means-saying-no/ > > http://zurb.com/article/744/steve-jobs-innovation-is-saying-no-to-1-0 > > Good links. > > Personally, I like the idea of a lean core, comprising k/v b-tree store o= n > disk + replication. And pretty much everything else as plugin/extensions. > > For me, CouchDB is JSON docs + attachments, with streaming HTTP API for > docs, attachments, views/db, changes, security authorisation + > replication. I think the rest could be taken out =97 plugins, incl show/l= ist > and authentication. > > Well I am not sure you want a documented oriented database then ;) Imo yo= u are thinking to an object database :) > CouchApps are a unique feature but in principle can be added to any db > that supports HTTP, arbitrary binary blobs & mime content type. It=92s ju= st > that with couch=92s other features its just so yummy. I still love the fa= ct > that the whole iriscouch website is a single couchdb document. That=92s > awesome. > lists/shows ! couchapps again. If the doc says that it should be fixed ASAP= . > > Maybe an appropriate objective for the project post merge completion? > > A+ > Dave > > --047d7b33cb7637f11004eb33d18b--