Please log in to watch this conference skillscast.
The microservice architecture functionally decomposes an application into a set of services. Each service has its own private database that’s only accessible indirectly through the services API. Consequently, implementing queries and transactions that span multiple services is challenging. In this presentation, you will learn how to solve these distributed data management challenges using asynchronous messaging. I describe how to implement transactions using sagas, which are sequences of local transactions, coordinated using messages. You will learn how to implement queries using Command Query Responsibility Segregation (CQRS), which uses events to maintain replicas. I describe how to use event sourcing, which is an event-centric approach to business logic and persistence, in a microservice architecture.
YOU MAY ALSO LIKE:
- Dark Energy, Dark Matter and Microservice Architecture Collaboration Patterns (SkillsCast recorded in May 2022)
- F# Gives You Superpowers (SkillsCast recorded in October 2021)
- Cloud Security Beyond Technology – Organizational Challenges on the Way to Cloud Native (SkillsCast recorded in October 2021)