Auto-scale Rackspace Cloud servers with Fabric and Celery

Categories: Linux Projects Python Stock Trading Technology
Auto-Scaling Celery Workers with Rackspace Cloud Servers I have been working on an automated stock trading system for some time. Part of my automated trading system involves a lot of number crunching and calculations, such as for technical analysis and neural networks. Processing large amounts of data for thousands of stock tickers can be very time consuming and take a significantly long time to fully process the data. I have begun creating additional worker nodes so that I have more processing power available in order to complete the data processing and number crunching much faster.

Read More →