Recently I was using EventStore. The concept of event stream in my mind is that a event stream contains all domain events happened in a aggregate. so a stream per aggregate.
However, EventStore told me that stream equates to an aggregate function(here is document), that confues me. Does an event type equals to a stream? An event type also equals to an aggregate function?