The intent of this is to create a bunch of microservice that can be deployed to a kubernetes cluster.
Generally, some services will run and pass updates into a message bus (redis streams). Overkill, but a good way to play with kubernetes and microservices.
A service that runs once a week and checks to see if there are new tickers to add to the database.
Pretty general service that runs continually to update the ticker data.
A service that runs frequently to check for new history data to add to the database.
Somehow this will run and apply rulesets to the data.
Used by Frontend to get data.
A static frontend that will be used to display data.