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 59ADD10AB0 for ; Thu, 14 Nov 2013 20:56:03 +0000 (UTC) Received: (qmail 38810 invoked by uid 500); 14 Nov 2013 20:56:02 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 38772 invoked by uid 500); 14 Nov 2013 20:56:01 -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 38764 invoked by uid 99); 14 Nov 2013 20:56:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 20:56:01 +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 lancecarlson@gmail.com designates 209.85.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 20:55:58 +0000 Received: by mail-ie0-f173.google.com with SMTP id x13so3520950ief.18 for ; Thu, 14 Nov 2013 12:55:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=k/7poENBAhdhz3c/2UbQ0B1TLnXECju2xULMJ5UNRCw=; b=uzrIOVsni78V+tq5bwE+apYClcfOEFKq6SkKhDz4TiguxCY8g6l1njNqL04AKybO9K Gt8Hqpt/jM+QbArPx/8mZoVacUdvACGWFERcoImsZ/FHgrU3zw0C25tZiWWWMfX0zmgn +LBteMwyfyCODQUmWyGjlpniGUnvIWqhbKEq3J/lFdmxh7Us/wDzYXM9vHIg2HEaRcpb ERZ3CH2n8T79ucF3LHGn+IbNLGXiJrCfUNZqsm9ECMZTTGQKUjzXDvhFwbvTLvkfP1gw EYon4Gc5dWnReNz9fP+ZXr0nG+9cenkynlamqtXWdzcbc8boVhEX/f3dvgiJDOPf5sQ+ WfbQ== X-Received: by 10.50.30.229 with SMTP id v5mr2681910igh.27.1384462537232; Thu, 14 Nov 2013 12:55:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.226.138 with HTTP; Thu, 14 Nov 2013 12:55:17 -0800 (PST) In-Reply-To: <528536B9.5040000@gmail.com> References: <75175787-0293-4918-9CC3-0CE24B8B41C6@programmazione.it> <528536B9.5040000@gmail.com> From: Lance Carlson Date: Thu, 14 Nov 2013 15:55:17 -0500 Message-ID: Subject: Re: show/list To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=047d7bacc30cbc9aa804eb294d96 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bacc30cbc9aa804eb294d96 Content-Type: text/plain; charset=ISO-8859-1 Some examples of shows that I've used couchdb for: - A standalone couchapp that generates everything I need to create an amazon S3 http post request. - A standalone couchapp that generates everything I need to make an authorize.net request It was so easy to build these little services and have been re-usable for other projects On Thu, Nov 14, 2013 at 3:46 PM, Kevin Coombes wrote: > > On 11/14/2013 3:34 PM, Alexander Shorin wrote: > >> On Fri, Nov 15, 2013 at 12:06 AM, Filippo Fadda >> wrote: >> >>> On Nov 14, 2013, at 8:08 PM, Alexander Shorin wrote: >>> >>> On Thu, Nov 14, 2013 at 9:58 PM, Filippo Fadda >>>> - Provide different from JSON response to clients: browsers, >>>> non-couchdb clients (mostly xml driven), etc. >>>> >>> You can do them in PHP or Ruby. In Rails you need 2 lines of code. >>> I'm not gonna to expose my database just to serve some different client, >>> all the urls are handled by a web server and I will serve any client from >>> the web server. Security, consistence, scalability. >>> >> Why I do need PHP or Ruby, when CouchDB is able to do the same without >> them?(: Having yet another technology in whole system only raises his >> complexity and reduced fault tolerance. >> >> +10. > > I really like the idea of couchapps using JavaScript (frameworks) in > CouchDB. There are then only two moving parts: the browser and the > database, with no middleman to complicate matters. > --047d7bacc30cbc9aa804eb294d96--