Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A30BDE5B for ; Tue, 25 Sep 2012 09:17:31 +0000 (UTC) Received: (qmail 21034 invoked by uid 500); 25 Sep 2012 09:17:30 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 20933 invoked by uid 500); 25 Sep 2012 09:17:30 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 20924 invoked by uid 99); 25 Sep 2012 09:17:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 09:17:30 +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 bchesneau@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 09:17:24 +0000 Received: by eaa1 with SMTP id 1so396676eaa.11 for ; Tue, 25 Sep 2012 02:17:04 -0700 (PDT) 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:content-transfer-encoding; bh=eIqPc6ifJX2nVADu3cLhV6cjdKiCLWex+PqGh1fq6zw=; b=QjN/s2dJVYEhQfLXr9L55pF/N2EscEHDTHucAaSu2f0TG+0n0nyUri0n28BFsY2XGA ZQQuxyphjavk8lT45kj9WBjbI7khbn3SITeGylLewVKKprsVYtY7bMGl8YAyoPl3UMQN Yt3WGFf7WnUJpqSt9hPQlxzWZJDcOryT6UbwogOo142alcY+rDbAw2cUn4swL/2xZveE K92YFBZUicUpU1FueFC8A1nxI7nJXaYjFQif2ON1NVqdtTqgf2ETSuBv8V+L37CnVmWs PVh8iqJCsaMle3YmNUyoFUCommcMVHqBjoQTji02o6B8iO2RYllRXMlLUrrBYBolEQGw gMFw== MIME-Version: 1.0 Received: by 10.14.4.198 with SMTP id 46mr18249244eej.11.1348564624048; Tue, 25 Sep 2012 02:17:04 -0700 (PDT) Received: by 10.14.175.196 with HTTP; Tue, 25 Sep 2012 02:17:04 -0700 (PDT) In-Reply-To: References: <5060B9C0.7010903@gmail.com> Date: Tue, 25 Sep 2012 11:17:04 +0200 Message-ID: Subject: Re: Part2: What's up dev? About couchapps. From: Benoit Chesneau To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Sep 25, 2012 at 10:34 AM, wrote: >> >> Just to come back to your user mindset argument. I would argue that the >> people we really need to convince ARE the developers. Because the >> developers are the people who pick the tooling. And if CouchDB/apps do n= ot >> look attractive, they will be ignored. > > > I'd just like to jump in and echo this. I'm the architect for a number of > commercial projects and will often be the person specifying the datastore > technology. I'm happy to see the progress that has been made with 1.2 in > recent months as this makes it viable for me to continue to advocate > CouchDB as a perfect backend for mobile projects in particular. > > But. > > When it comes to datastores for a backend API, the landscape is different= . > For years my tooling of choice would have been mod_perl and MySQL, but Pe= rl > has become fragmented and less relevant and is generally perceived as old > technology with a long list of deficiencies. > > The driver for change has therefore been the backend development language= , > not the database per se. > > I'm finding now that Scala is a superb choice for replacing Perl for > reasons that aren't at all relevant to this discussion, but what is highl= y > relevant is that the choice of language can often drive the choice of > database depending on what is best supported. > > With Scala, and particularly when using the popular Play! framework, that > seems to mean Mongo - for example if you search the play site for CouchDB= , > you'll get zero results, whereas with Mongo ... > > http://scala.playframework.org/documentation/2.0.3/Modules > > And so I find myself doing new projects with Scala and Mongo ... > > The detail of this isn't important, but I guess what I'm saying is that > it's probably more important now for the CouchDB team to focus on > advocating a great solution than it is to add new features to it. Buildin= g, > maintaining and promoting some great client libraries for emerging stacks > like Scala / Play would not be the worst place to start. > > I know that actions speak louder than words though, and to that end I wil= l > be finishing my presentations on why Couch is such a great fit for mobile > and will be happy to contribute that to the project if it is in anyway > useful. > > Great to see the group active with passion! > > Roger Nothing stop people to write cliens in scala. Imo that not the role of a server to also propose clients to access to it. We already have one of the easiest transport and API available (HTTP) . If none have written one in scala that maybe just because no scala users are using us or did the job to promote its lib. Personnaly before that I would dream to have a cool page presenting languages like redis.io does : http://redis.io/clients It would help a lot. As a side note I find the redis website a lot more useful than ours for the beginner or the guy that is just looking for a link ;) The wiki doesn't replace that . - beno=EEt