📄️ Event Driven Architecture Resources
Why choose an event driven architecture?
📄️ Event Sourcing
Event sourcing is a software architectural pattern that involves storing a log of events that describe changes to the state of an application. This log of events is called the event store.
📄️ Command and Query Responsibility Segregation (CQRS)
What is CQRS?