In this Part, we covered the below microservices:s
db-service
- For interactive with MySQL DBstock-service
- For pulling Stock Price from YahooFinance APIeureka-service
- Service Registry for registering all microserviceszuul-service
- API Gateway/Proxystock-viewer
- For user interface
Developing a stock-api micro-services using multiple technology stack.
Java 8
- Language used to write backend business logicSpring
- Used spring framework for backendMicroservices
- Design Pattern using the Discovery ServiceSpring Cloud Eureka
Hystrix
- Circuit breakersZuul
- API Gateway/Proxy