February 2018
Intermediate to advanced
552 pages
13h 46m
English
An Event Stream is a streams or a data store for storing all those system events. It is a sequence of events generated by the system. It stores events sequentially:

When a user queries the current state of an entity of the system, then the system queries the Event Stream to get a list of events generated to that entity. The system runs or executes all those events one by one to get the current state of the entity.
Let's explore it with a WF (Weather Forecasting) system. For a specific hour of the current day, the WF system has the following events:
Read now
Unlock full access