Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #64149

Re: Process datafeed in one MySql table and output to another MySql table

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'preferably': 0.05; 'friday,': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; 'language.': 0.14; '"python': 0.16; 'did.': 0.16; 'googling': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'spacing': 0.16; 'subject: \n ': 0.16; 'prevent': 0.16; 'language': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'thu,': 0.19; 'thanks.': 0.20; '>>>': 0.22; 'header:User- Agent:1': 0.23; 'url:moin': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'code': 0.31; 'url:wiki': 0.31; 'libraries': 0.31; 'url:python': 0.33; 'table': 0.34; 'but': 0.35; 'there': 0.35; 'subject:one': 0.36; 'useful': 0.36; 'similar': 0.36; 'url:org': 0.36; 'january': 0.37; 'project': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'above,': 0.60; 'email addr:gmail.com': 0.63; 'our': 0.64; 'more': 0.64; 'sample': 0.67; 'sam': 0.68; 'hoping': 0.75; 'received:2': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Process datafeed in one MySql table and output to another MySql table
Date Fri, 17 Jan 2014 09:23:35 +0000
References <e78e38ba-ce13-49ec-b988-11002f22124d@googlegroups.com> <lba39u$7p1$6@dont-email.me> <6dacfcba-e677-4c62-878e-c14c70d6b654@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-2-98-198-27.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
In-Reply-To <6dacfcba-e677-4c62-878e-c14c70d6b654@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5629.1389950705.18130.python-list@python.org> (permalink)
Lines 41
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389950705 news.xs4all.nl 2854 [2001:888:2000:d::a6]:42564
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:64149

Show key headers only | View raw


On 17/01/2014 08:53, Sam wrote:
> On Friday, January 17, 2014 10:07:58 AM UTC+8, Denis McMahon wrote:
>> On Thu, 16 Jan 2014 17:03:24 -0800, Sam wrote:
>>
>>
>>
>>> I have a datafeed which is constantly sent to a MySql table ...
>>
>>
>>
>>> Which are the python libraries which are suitable for this purpose? Are
>>
>>> there any useful sample code or project on the web that I can use as
>>
>>> reference?
>>
>>
>>
>> Did you search for mysql on the python docs website, or perhaps try
>>
>> googling "python mysql"?
>>
>
> I did. There were documentation but I was hoping to have more sample code. Preferably a similar project which I can use as reference.
>
>>
>>
>> --
>>
>> Denis McMahon, denismfmcmahon@gmail.com

Would you please read and action this 
https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing the 
double line spacing above, thanks.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Process datafeed in one MySql table and output to another MySql table Sam <lightaiyee@gmail.com> - 2014-01-16 17:03 -0800
  Re: Process datafeed in one MySql table and output to another MySql table Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-17 02:07 +0000
    Re: Process datafeed in one MySql table and output to another MySql table Sam <lightaiyee@gmail.com> - 2014-01-17 00:53 -0800
      Re: Process datafeed in one MySql table and output to another MySql table Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-17 09:23 +0000
  Re: Process datafeed in one MySql table and output to another MySql table Jason Friedman <jsf80238@gmail.com> - 2014-01-16 19:23 -0700

csiph-web