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

2014-01-17 Thread Mark Lawrence
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 t

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

2014-01-17 Thread Sam
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 use

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

2014-01-16 Thread Jason Friedman
> > I have a datafeed which is constantly sent to a MySql table. The table > grows constantly as the data feeds in. I would like to write a python > script which process the data in this table and output the processed data > to another table in another MySql database in real-time. > > Which are the

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

2014-01-16 Thread Denis McMahon
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