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 1 Architecture 2

Dockerized Version

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

Important Link

💥 Telegram: https://t.me/TechPrimers
💥 TechPrimer HindSight (Blog): https://medium.com/TechPrimers
💥 Website: http://techprimers.com
💥 Slack Community: https://techprimers.slack.com
💥 Twitter: https://twitter.com/TechPrimers
💥 Facebook: http://fb.me/TechPrimers
💥 GitHub: https://github.com/TechPrimers or https://techprimers.github.io/

Microservices Design Principal

  1. Independent and Autonomous Service
  2. Scalability
  3. Decentralization
  4. Resilient Service
  5. Real Time Load Balance
  6. Availability
  7. Continus delivery through DevOps Integretion
  8. Seamleass API Integretion and Continuous Monitoring
  9. Isolation from Failure
  10. Auto-Provesioning