Re: [Tutor] [OT] ETL Tools

2007-04-16 Thread Bob Gailer
I responded on 3/30, but did not hear back from you, so I thought I'd try again: Stephen Nelson-Smith wrote: > Hello all, > > Does anyone know of any ETL (Extraction, Transformation, Loading) > tools in Python (or at any rate, !Java)? > I have under development a Python tool that is based on I

Re: [Tutor] [OT] ETL Tools

2007-03-30 Thread Bob Gailer
Stephen Nelson-Smith wrote: > Hello all, > > Does anyone know of any ETL (Extraction, Transformation, Loading) > tools in Python (or at any rate, !Java)? > I have under development a Python tool that is based on IBM's CMS Pipelines. I think it would be suitable for ETL. It would help me to see

[Tutor] [OT] ETL Tools

2007-03-29 Thread Stephen Nelson-Smith
Hello all, Does anyone know of any ETL (Extraction, Transformation, Loading) tools in Python (or at any rate, !Java)? I have lots (and lots) of raw data in the form of log files which I need to process and aggregate and then do a whole bunch of group-by operations, before dumping them into text/r