Skip to content

AnuragMishra58/microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microservices

This repository contains examples of different design patterns and use cases for Microservices

Technology Used

docker java kafka postman spring

Design Patterns

  • An implementation of Spring Cloud API Gateway, Event-Driven and Observer Pattern with Events for Alert Notifications pattern using microservices required for banking app
  • Implementation example of Saga Pattern to manage data consistency across e-commerce microservices in distributed transaction scenario
  • Dockerized microservices implementation with service discovery, spring cloud gateway, event-driven mechanism and saga pattern. Includes sonar integration.