Hello,

I writing a script parsing a large log file and shoveling it into Postgresql.

1. I would like to read some codes examples using the twisted + storm
integration, any idea of where to look?

Also. I was thinking about modeling a line of logs with a namedtuple,
because it is handy to create one without having to write a long and
dumb __init__ which take every constructor argument and one by one
assign them to the instance member of the same name.

2. Is the namedtuple compatible with storm objects? Namedtuple members
are properties and I am not sure it plays well with the storm
machinery.

Thank you for your help,

jdb

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to