Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 57330 invoked from network); 8 Jan 2010 02:27:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2010 02:27:08 -0000 Received: (qmail 47408 invoked by uid 500); 8 Jan 2010 02:27:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 47349 invoked by uid 500); 8 Jan 2010 02:27:06 -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 47339 invoked by uid 99); 8 Jan 2010 02:27:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 02:27:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.85.222.182] (HELO mail-pz0-f182.google.com) (209.85.222.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 02:26:57 +0000 Received: by pzk12 with SMTP id 12so4497631pzk.13 for ; Thu, 07 Jan 2010 18:26:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.55.8 with SMTP id d8mr746204wfa.22.1262917596322; Thu, 07 Jan 2010 18:26:36 -0800 (PST) In-Reply-To: References: Date: Fri, 8 Jan 2010 13:26:36 +1100 Message-ID: <55047b711001071826t793fac2bi9318c5bf0671274d@mail.gmail.com> Subject: Re: CouchDB site launch -- sharegrove From: Nicholas Orr To: user Content-Type: multipart/alternative; boundary=001636b2be36b59b6a047c9dea1f --001636b2be36b59b6a047c9dea1f Content-Type: text/plain; charset=ISO-8859-1 Ok I've used it and now I'm not seeing the point of this.... Yes if my friend is not in Facebook then I can use email... However isn't that what email groups are for? What is the end goal here that make sense for someone who all ready uses facebook and can have private discussions with friends in facebook? Also looking at the UI - conversations could get out of control and then I'd have to scroll scroll scroll - at least with Google Wave they you have to click on a discussion to view its contents. Nick 2010/1/8 Adam Wolff > We've been working on a group communication app which uses CouchDB as the > backend. It's called Sharegrove http://sharegrove.com and we couldn't have > done it without couch! > > In addition to the CouchDB back-end, we've built a custom framework in Java > and server-side Javascript (using Rhino) to handle authentication, > application logic, and comet-y messaging. The unique thing about our > framework is that the app is written almost entirely in Javascript, and > portions of it are delivered directly to the browser. So couch is a perfect > fit: in some cases we run the same function in our app that we do in the > database! > > The biggest challenge we've faced with couch is the trouble it has with 2nd > order relations. For instance, in order to figure out which of a user's > groups have the most recent comments, we first fetch all the groups that > the > user belongs to, and then we get the update times via a POST request to a > different view. > > But overall couch is awesome, and I also want to say thanks for all the > help > we've gotten from this list. We're starting to see traffic pick up on our > site, but our CPU utilization remains almost nil. I'll hope to see some of > you on http://sharegrove.com! > > Best, > Adam Wolff > --001636b2be36b59b6a047c9dea1f--