Giter VIP home page Giter VIP logo

mastersdiploma's Introduction

MastersDiploma

Authors: Vladislav Ladenkov ([email protected])
              Alexander Vorontsov (запили сюда свое мыло)

This repository contains code and papers to our master's degree diploma. The diploma's subject is "Finfing figures of technical analysis in cryptocurrency exchange time serieses".

The code base here is mainly about distributed computing of Wishart algorithm using message queueing.

BRIEF EXPLANATION ON PROJECT

PICTURE HERE

Project Structure Overview

├── configs      # Configs for worker role, producer role and evaluater role
├── dockerfilers # Dockerfiles for worker, producer and evaluater
├── docs         # Documentation, tutorials, etc.
├── notebooks    # Research and examples
├── paperrs      # Relevent academic papers
└── src
    ├── algo      # Contains Wishart algo and math tools to work with chaotic time-serieses
    ├── datamart  # Database uploads/downloads, models storing/preprocessing 
    ├── evaluater # Predicter, evaluater
    └── network   # Rabbit MQ + celery

Documentation:

  1. [algo]
  2. [datamart]
  3. evaluater
  4. [network]

Quick start

Every part of the project is dockerized, so everything should be easy as soon as you set up your machines to run docker correctly.
Schematically, you should do this:
1. Install docker(18.09.0 was used) and docker-compose(1.23.1 was used) on all your machines

# Installing docker-ce
sudo apt-get update
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
sudo apt-get update
sudo apt-get install docker-ce
# Adding a new user to the «docker» group
sudo usermod -aG docker $USER
# Tmux installation
sudo apt-get install tmux

2. Pull project from github (Later, it would be upgraded to CI)

git clone https://github.com/waryak/MastersDiploma.git
cd MastersDiploma

3. Build services for worker and producer roles:

# For producer
docker-compose build wishart-producer
# For worker
docker-compose build wishart-worker

4. Launch services for worker and producer roles:

# For producer
docker-compose up wishart-producer
# For worker
docker-compose up wishart-worker

mastersdiploma's People

Stargazers

Bhupender Singh avatar Vladislav avatar

Watchers

James Cloos avatar Alexander Vorontsov avatar Vladislav avatar

Forkers

alvorontsov

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.