Skip to content
/ stocks Public

Microservices. Deno + Go with RabbitMQ and Redis

Notifications You must be signed in to change notification settings

Pafker/stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stocks

Overview

This is sample project, used to extend personal skills with new/unused technologies. Allows to maintain a list of observed stocks and displays current information about them.

Http Service

Serves main view for user and handles user requests. Posts stocks events on message queue.

Stocks Service

Handles stocks events from message queue. Adds/deletes stocks from observed list, persisted on Redis.

Finnhub Service

Creates client for finnhub api. Receives list of observed stocks from Redis, gathers stock information about them and returns to client.

Technologies
  • Docker
  • Deno
  • TypeScript
  • Go
  • Redis
  • RabbitMQ

About

Microservices. Deno + Go with RabbitMQ and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published