Skip to content

eazybytes/event-driven-microservices

Repository files navigation

Event Driven Microservices with CQRS, Saga, Event Sourcing

Image

Learn how to develop Event Driven Microservices using Spring Boot, Axon framework, CQRS, Saga, Event Sourcing patterns

Topics covered in the course

  • Section 1 - Database-per-service pattern
  • Section 2- Understanding CQRS and Event Sourcing patterns- Theory
  • Section 3 - Implementing CQRS and Event Sourcing patterns
  • Section 4 - Materialized View Pattern
  • Section 5 - Choreography Saga pattern
  • Section 6 - Orchestration Saga pattern
  • Section 7 - Snapshots in Event sourcing pattern
  • Section 8 - Thank You & Congratulations

Pre-requisite for the course

  • Good understanding on Java and Spring concepts
  • Good knowledge on Spring Boot, Microservices

Important Links