Return-Path: Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: (qmail 4064 invoked from network); 13 Apr 2010 19:48:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 19:48:26 -0000 Received: (qmail 88607 invoked by uid 500); 13 Apr 2010 19:48:26 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 88591 invoked by uid 500); 13 Apr 2010 19:48:26 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 88583 invoked by uid 99); 13 Apr 2010 19:48:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 19:48:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of miguelitovert@gmail.com designates 74.125.83.66 as permitted sender) Received: from [74.125.83.66] (HELO mail-gw0-f66.google.com) (74.125.83.66) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 19:48:18 +0000 Received: by gwb11 with SMTP id 11so284346gwb.1 for ; Tue, 13 Apr 2010 12:47:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=UOPGCKqZSZH9qA8YJHYHRv76pRgz1opNTFJF9BqqftY=; b=HGeRmOQatJijn4CB8pt0UxwqKFJThtQdoBa+tU3zpYPsytf3r5DQgndvH9cOqty2/2 xn0ziJauOHBiZtwCfzN6pDnR3pFNVMuP9Ft21b7xZbyNv8uFoQ0MEDwE3IrVaUG0VIgA n19xoyj2MEPulrltZfkSOGx7ieJSwE4USmOYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tJ5zNX/jHhfA2RGb3kiDtwbV5cW6COJ37RNHO0UJ/GiiCzUg60mQ2RRuX2NmkBxC9X D1CvKEmSEmTwgkXbC7gCspbyIkzRWn4c9Hj3rd3XTyIQGCjgqrd9YCm/Wl4o9oUTKwWX upcBJ5F04Lkg1zGL5Jh3kMzNmgu2CvqX1InO0= MIME-Version: 1.0 Received: by 10.150.181.13 with HTTP; Tue, 13 Apr 2010 12:47:57 -0700 (PDT) In-Reply-To: References: <286836083-1271179762-cardhu_decombobulator_blackberry.rim.net-1158258022-@bda619.bisx.prod.on.blackberry> <1635993873-1271181923-cardhu_decombobulator_blackberry.rim.net-125116706-@bda619.bisx.prod.on.blackberry> <572443DC-3151-4C40-9FB9-6A2BFCE3B477@gmail.com> Date: Tue, 13 Apr 2010 14:47:57 -0500 Received: by 10.150.48.34 with SMTP id v34mr6180368ybv.137.1271188077653; Tue, 13 Apr 2010 12:47:57 -0700 (PDT) Message-ID: Subject: Re: python web framework suggestions (for Cassandra Web UI) needed From: Miguel Verde To: dev@cassandra.apache.org Content-Type: multipart/alternative; boundary=000e0cd71a98cfad5e04842389f4 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd71a98cfad5e04842389f4 Content-Type: text/plain; charset=ISO-8859-1 -1 vote for Tornado. As far as I know, it still doesn't run on Windows and has had only 2 releases. I don't think it makes sense to push that as a dependency to potential deployers of this UI. There are many alternatives with broader platform support and more consistent mainline releases: Bottle, CherryPy, Django, Paste/Pylons, Werkzeug On Tue, Apr 13, 2010 at 2:37 PM, Paul Bohm wrote: > tornado +1 - it's lightweight and has few external dependencies. > > Pylons +4 > Tornado +3 > Django +1 > Undetermined +2 > > On Tue, Apr 13, 2010 at 11:29 AM, Ray Slakinski > wrote: > > I'll put in a vote for django, you can use managers to handle a lot of > the object code. > > > > Ray Slakinski > > > > On 2010-04-13, at 2:15 PM, Pablo Cuadrado wrote: > > > >> Pylons +4 > >> Tornado +2 > >> Django +1 > >> Undetermined +2 > >> > >> Do I smell Pylons? :) > >> > >> On Tue, Apr 13, 2010 at 3:13 PM, Brandon Williams > wrote: > >>> On Tue, Apr 13, 2010 at 1:09 PM, Pablo Cuadrado < > pablocuadrado@gmail.com>wrote: > >>> > >>>> Well, so far we are: > >>>> > >>>> Pylons +3 > >>>> Tornado +2 > >>>> Django +1 > >>>> Undetermined +2 > >>>> > >>> > >>> +1 for pylons. I think a more popular framework is likely to have > better > >>> chances of being maintained and avoiding bitrot in the long haul. > >>> > >>> -Brandon > >>> > > > > > --000e0cd71a98cfad5e04842389f4--