Skip to content

saeed349/Microservices-Based-Algorithmic-Trading-System-V-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

Built With

This project has been devloped and tested on 2 Docker environments

Contributing

All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

License

This repository is available under the BSD 3-Clause License.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published