Skip to content

TechPrimers/stock-price-viewer-microservices-part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Viewer Example - Part 1

In this Part, we covered the below microservices:s

  • db-service - For interactive with MySQL DB
  • stock-service - For pulling Stock Price from YahooFinance API
  • eureka-service - Service Registry for registering all microservices

Architecture Diagram:

Architecture

Dockerized Version

Dockernized version of this project is available at in master-docker branch