From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-22-ewr.dyndns.com (mxout-044-ewr.mailhop.org [216.146.33.44]) by lists.bufferbloat.net (Postfix) with ESMTP id 8AC9C2E060A for ; Sun, 17 Apr 2011 22:58:08 -0700 (PDT) Received: from scan-22-ewr.mailhop.org (scan-22-ewr.local [10.0.141.244]) by mail-22-ewr.dyndns.com (Postfix) with ESMTP id E4A6A2EBBA for ; Mon, 18 Apr 2011 05:58:06 +0000 (UTC) X-Spam-Score: 1.5 (+) X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 130.207.160.69 Received: from deliverator2.gatech.edu (deliverator2.gatech.edu [130.207.160.69]) by mail-22-ewr.dyndns.com (Postfix) with ESMTP id 1D678403C2 for ; Mon, 18 Apr 2011 05:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id D2E32480F12; Mon, 18 Apr 2011 01:57:58 -0400 (EDT) Received: from deliverator2.gatech.edu by deliverator2.gatech.edu with queue id 1690284-2; Mon, 18 Apr 2011 05:57:56 GMT Received: from mail2.gatech.edu (mail2.gatech.edu [130.207.185.162]) by deliverator2.gatech.edu (Postfix) with ESMTP id 0CAB6480FAA; Mon, 18 Apr 2011 01:57:56 -0400 (EDT) Received: from kenmore-square.lan (adsl-145-176-102.asm.bellsouth.net [72.145.176.102]) (Authenticated sender: nf21@mail.gatech.edu) by mail2.gatech.edu (Postfix) with ESMTPSA id CBFFA185DAF; Mon, 18 Apr 2011 01:57:55 -0400 (EDT) From: Nick Feamster Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Mon, 18 Apr 2011 01:57:54 -0400 Message-Id: <27196F99-CB9E-4963-8AA9-71A66B567B69@cc.gatech.edu> To: Srikanth Sundaresan , Abhishek Jain , Walter de Donato Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Cc: "" , bismark-devel@lists.bufferbloat.net Subject: [Bismark-devel] FCC app progress: django X-BeenThere: bismark-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: BISMark related software development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 05:58:08 -0000 (sorry for list cross-posting) Srikanth, Abhishek, Walter, Small, slow progress on the FCC app--- I have a written a very simple server with django. I've got the django = server hooked up to our bismark mysql database. It's basically a slick = python wrapper for doing Web development with a database back-end. The = setup is ugly right now, but it's a proof of concept, and it works = (django is talking to our back-end). For example: http://networkdashboard.org:8000/summary/ Django has templates that will allow us to make this slick and pretty, = but it's getting a little late for that tonight. I think we can whip up some quick visualizations of what's in the DB = with a nice Web page with some concerted python hacking. For starters, = it would be nice to have a version of the data whereby queries can = actually complete in a reasonable time. :-) What's the best way to do = this? Split the table by months? I will check what I have into the bismark source tree so that others can = work on this. (I'm looking at Abhishek :-) -Nick=