Category: Database, Data, github

EventSourcing and CQRS are architectural patterns, so you do not need a specific language or framework. CQRS: Separate everything about writing or changes (command) from everything about the reading of the state of the Domain Model (Query).

Related Articles