⚠️Challenge & Problem
Read and write operations causing locks on the same database.
💡Solution & Architecture
Separated read and write databases using CQRS pattern, managed operations with MediatR.
Key Features
- CQRS Design Pattern
- MediatR Library
- Event Sourcing
- Consistency Checks
Tech Stack
CQRSMediatRDDDEvent Sourcing