Coder Social home page Coder Social logo

jingmouren / microservices-based-algorithmic-trading-system-v-2.0 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saeed349/microservices-based-algorithmic-trading-system-v-2.0

0.0 0.0 0.0 9.69 MB

Python 81.26% Shell 1.46% Dockerfile 17.28%

microservices-based-algorithmic-trading-system-v-2.0's Introduction

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
  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

microservices-based-algorithmic-trading-system-v-2.0's People

Contributors

usquant349 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.