> I wonder if something like bbclone [1] (especially the "live" view > [2]) exists in python? I've just found Peastat [3] which looks new but > interesting (fortunately, the author is maybe on this list).
Yes, I am. :) I'm planning to release Peastat 0.3 at tonight's Oxford Geek Night [1], and it should be available on my site [2] shortly afterwards. New features include better referrer data and a bookmarklet that allows you to check the current activity for the page you're looking at. This latter feature could be adapted to provide an API so that you could include current activity information from your Django views, but with the two important limitations that 1) Peastat runs as a CGI and 2) it doesn't store cumulative records of traffic. If you need cumulative traffic data but you're worried about rapidly inflating database, consider a Round Robin Database like RRDtool [3], which has Python bindings. [1] http://oxford.geeknights.net/ [2] http://www.throwingbeans.org/ [3] http://oss.oetiker.ch/rrdtool/ Yours Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
