python daemon - compress data and load data into MySQL by pyodbc

David Smith dns4 at cornell.edu
Thu Sep 3 10:33:24 EDT 2009


MacRules wrote:
> Sean DiZazzo wrote:
>> On Sep 2, 8:36 pm, MacRules <MacRu... at nome.com> wrote:
>>> Hi,
>>>
>>> I installed Python daemon, pyodbc module to access the back-end DB
>>> server.
>>>
>>> My setup is like this
>>>
>>> load data job -> Python Daemon A, port 6000 -> Python Daemon B, port
>>> 7000 -> MySQL
>>>
>>> Daemon A will perform data compression, such as GZIP, and send over data
>>> to Daemon B.
>>> Daemon B will perform data uncompression, GUNZIP, and insert records to
>>> MySQL or MSSQL or Oracle.
>>>
>>> Where should I start this to code this?
>>> Can someone give me a hint, as detail as possible here?
>>>
>>> I am a python newbie.
>>>
>>> Thanks for all the help I can get,
>>
>> Start by reading the tutorial.  http://docs.python.org/tutorial/
>>
>> ~Sean
> Are you a Python expert?
> Can you show me the basic coding to get a Daemon (pass through insert
> data) up and insert to the backend MySQL?
> 

You've asked a rather large and non-specific question.  What avenues
have you explored so far?  Can you describe the problem this is designed
to solve?

--David



More information about the Python-list mailing list