Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techprimers/stock-price-viewer-microservices-part1

Spring Cloud services with 5 microservices - End to End Example
https://github.com/techprimers/stock-price-viewer-microservices-part1

spring-boot spring-cloud spring-cloud-config spring-cloud-eureka spring-cloud-microservice spring-cloud-netflix spring-jpa spring-mvc

Last synced: 6 days ago
JSON representation

Spring Cloud services with 5 microservices - End to End Example

Awesome Lists containing this project

README

        

# 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](Architecture.png)

## Dockerized Version
Dockernized version of this project is available at in [master-docker](https://github.com/TechPrimers/stock-price-viewer-microservices-part1/tree/master-docker) branch