Re: Get times of day with most entries

2008-09-15 Thread Ross
http://graphite.wikidot.com/ Graphite is a very cool open source graphing utility that was actually written purely in Python and Django. It has its own persistence back end, so you would actually have very little work to do for what it sounds like you are trying to do. There's no sense in reinve

Re: Get times of day with most entries

2008-09-15 Thread Russell Keith-Magee
On Mon, Sep 15, 2008 at 8:33 PM, Henrik Lied <[EMAIL PROTECTED]> wrote: > > Hi there! > > I'm working on a very interesting pet project where I monitor the > traffic outside a house. ... > This adds up to quite a lot of traffic in a day, and I want to be able > to filter out which time of day the

Get times of day with most entries

2008-09-15 Thread Henrik Lied
Hi there! I'm working on a very interesting pet project where I monitor the traffic outside a house. The system works like this: I have a AXIS 214 PTZ IP Camera, which has motion sensoring. Whenever a car drives past its viewing area, the camera server sends a TCP message to a Django server. The