Skip to content

Tukkel/stonks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stonks service

A simple GRPC and REST service that allows the client to gain various information about stocks.

The project is built with hexagonal architecure in mind, and is composed of completely seperated pieces layers of logic. All communication between layers is done through interfaces which implements the underlying classes. This allows all the primary and secondary ports and adapters to be interchangeable with other implementations aslong its able to implement the required interface.

Architecture

Alt text

Project todo list

Infrastructure

  • GRPC server
  • Express server
  • Scraper
  • Fetch client

Buissness logic

  • Swing trading analysis
  • Comparison between trading strategy and market

About

GRPC service with simplistic stock trading strategies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.2%
  • Makefile 3.8%