Skip to content

seiyaterada/day-trading-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

day-trading-system

This is an implementation of a highly scalable day trading application utilizing tools such as caching and load balancing.

Getting Started

To get started with the application first clone the repository using git clone

Run docker-compose up --build --scale transact=n where n is the number of transaction servers you want started up which will spin up all the containers needed for the application

Command Line

Running the command line interface to test commands can be done by follwing these steps:

1. switching into the bin folder with cd command-line-app/bin 2. npm install 3. ts-node index.ts

Architecture

architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published