From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-34-ewr.dyndns.com (mxout-039-ewr.mailhop.org [216.146.33.39]) by lists.bufferbloat.net (Postfix) with ESMTP id 2E4632E060A for ; Mon, 18 Apr 2011 00:58:02 -0700 (PDT) Received: from scan-31-ewr.mailhop.org (scan-31-ewr.local [10.0.141.237]) by mail-34-ewr.dyndns.com (Postfix) with ESMTP id 848B070C702 for ; Mon, 18 Apr 2011 07:58:01 +0000 (UTC) X-Spam-Score: 1.5 (+) X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 209.85.161.171 Received: from mail-gx0-f171.google.com (mail-gx0-f171.google.com [209.85.161.171]) by mail-34-ewr.dyndns.com (Postfix) with ESMTP id 5536670B2E6 for ; Mon, 18 Apr 2011 07:57:56 +0000 (UTC) Received: by gxk22 with SMTP id 22so2042078gxk.16 for ; Mon, 18 Apr 2011 00:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=53qv7PQlYsM4kvnEjbH8Qlgg5NkrRE20BQHbuVEtH6o=; b=NtiS3a6hveJHcngtlqBeuMZr9u3uTuu7LPy6kFZjo56MX8o6hizbrgK+fNNUjnvX1P r7vcDB70lZkgF/JxkJtIHynVUW3HsnTCTSgeYTy6VNitDdypFn/joG/rcX9ON+VJOuT+ nkNOsDhgy/0l84LVxe5huB63RGtjLrkkHAGDQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=rn6YSHSYxfnrolZcu7A7luw/HtamVbpyQB4eVuDpqqfHl17cnikwWI/k1R4qHxe7wJ OlJJ9Vq3WJYjpKAfH4xPCM3Hp56vOLsDChPRPxrTuJeaerdxCtFJm+lyPozITNnv4a++ f8s4IB306aoYwSnRvIAfS6t9SIsYqEvAAqp1w= Received: by 10.150.210.6 with SMTP id i6mr4141598ybg.311.1303113475029; Mon, 18 Apr 2011 00:57:55 -0700 (PDT) Received: from [172.16.0.159] (adsl-145-176-102.asm.bellsouth.net [72.145.176.102]) by mx.google.com with ESMTPS id m12sm719963ybn.27.2011.04.18.00.57.53 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Apr 2011 00:57:53 -0700 (PDT) Sender: Nick Feamster Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Nick Feamster In-Reply-To: <27196F99-CB9E-4963-8AA9-71A66B567B69@cc.gatech.edu> Date: Mon, 18 Apr 2011 03:57:52 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <27196F99-CB9E-4963-8AA9-71A66B567B69@cc.gatech.edu> To: Nick Feamster X-Mailer: Apple Mail (2.1082) Cc: "" , bismark-devel@lists.bufferbloat.net, Abhishek Jain Subject: Re: [Bismark-devel] [Hndr] 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 07:58:03 -0000 Got the django-backed production server up and running at = http://networkdashboard.org/ woot! we are ready to go. will check in to bismark svn first thing = tomorrow. -Nick On Apr 18, 2011, at 1:57 AM, Nick Feamster wrote: > (sorry for list cross-posting) >=20 > Srikanth, Abhishek, Walter, >=20 > Small, slow progress on the FCC app--- >=20 > 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/ >=20 > Django has templates that will allow us to make this slick and pretty, = but it's getting a little late for that tonight. >=20 > 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? >=20 > I will check what I have into the bismark source tree so that others = can work on this. (I'm looking at Abhishek :-) >=20 > -Nick > _______________________________________________ > HNDR mailing list > HNDR@lists.pixilab.org > http://lists.pixilab.org/listinfo.cgi/hndr-pixilab.org