CQRS (Command Query Responsibility Segregation) and Event Sourcing are two different design patterns or architectural approaches used in software development and data management.
➡️ CQRS is a design pattern aiming to process the data reading (query) and data writing (command) operations of an application in different ways.
➡️ Event Sourcing is a design pattern that works by using events (events) to record the state of the application.