Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 776 Bytes

File metadata and controls

21 lines (14 loc) · 776 Bytes

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