Skip to content

adark47/Microservices-Based-Algorithmic-Trading-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBATS Logo

Microservices Based Algorithmic Trading System - INFRASTRUCTURE UPDATE

License


MBATS is a docker based platform for developing, testing and deploying Algorthmic Trading strategies with a focus on Machine Learning based algorithms.

This repository is an advanced version of the MBATS infrastructure without any of the business logic. Compared to MBATs, here are the changes that are made in this version.

  • Celery workers for Airflow.
  • Replaced Superset with a multi-page Dash Web-application.
  • Replaced Jupyer notebook with Jupyter lab
  • Added a Flask rest-ful container for processing ETL jobs.
  • Wrapped all the services in a Nginx reverse proxy server for single point of access.

Now all these changes are made to ensure cross platform compatibility between the local docker-machine and the cloud (Google cloud here). To know more about the reasons for these new services and changes, plese refer to the below articles.

Latest Linkedin Article on scaling MBATS to the cloud using Terraform
Linkedin Article about MBATS

MBATS

Architecture

MBATS

Quickstart

Please use this repository for the infrastructure and for all the Quant Trading business logic use the orignal MBATS repo.

  1. Downlod/Clone the Github Repository (current)
  2. Run docker compose, to start with 5 celery workers:
    docker-compose -f "docker-compose.yml" up --build -d scale worker=5
    First run would take some time as all the Docker base images need to be downloaded.
    Once its is running, you can access the following components from the webaddress

About

Microservices-Based-Algorithmic-Trading-System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published