What is Event?
Event is about actions performed by users in system. In event sourcing, an event is simply a record of something important that has happened in the system. Think of it like a journal entry. Each entry tells you exactly what happened, a...