Milan Cermak
unread,Mar 22, 2009, 1:23:53 PM3/22/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-gsoc
Hi,
I have this idea for the Django project. It's a concept, I haven't yet
thought about it thoroughly, so I'd love to here the community's
feedback and if it's at all suitable for the GSoC.
The idea is to create a framework that let's developers integrate
monitoring and logging resources into webapps and also a way to
display the accumulated data. Developers will be able to monitor
anything which is a part of a Django project (cron jobs, data imports/
exports, HTTP requests, user actions, page views, DB and server load,
etc.).
Data (what's happening with the apps) can be logged in real-time into
a DB backend, using the ORM. This, together with other data sources
(e.g. Apache log files) will be then displayed in a pretty, elegant
and dynamic way, ,maybe as a part of the admin interface.
This is a ruff sketch of the idea. Let me know what you think.
Thanks,
Milan