Tag: events

  • What is Event Sourcing, and when to use it?

    What is Event Sourcing, and when to use it?

    What is Event Sourcing, and when to use it? In Event sourcing all data from all events that modify data are retained. Event Sourcing is a software application architecture that focuses on storing the details of every event that occurs in the business domain. After every event is stored, views are generated from events which…