Hello guys, i got an intern ship job in a trading company for summer.
They have several servers, and plenty of logs with transactions id and
states.
My job is to parse all these stuffs get the timings of the states and
build an interface to search look at specific transaction.

The log are huge from 1 to 200 Mb a day !, i wont get all the data from
it but still. Maybe i will have to average the results after a week.

Anyway, i prosposed this solution
- crontab jobs in python to parse the log and insert the results in the
DB (every day at 12)
- some other script working on the DB to calculate some statistics.
- A django project to handle the presentation of this data.

If create tables without django model classes i guess i wont be able to
use ORM on it right ?


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to