-
-
Notifications
You must be signed in to change notification settings - Fork 461
Open
Description
Hi,
Could you suggest how to retrieve all aggregates or read models? I couldn't find any built-in functionality for this.
I understand that retrieving all aggregates is expensive in terms of performance, because EventFlow needs to replay all events for each aggregate.
However, it seems that read models also lack this functionality. I found an old issue (#550), but it was closed.
For example, If I have a UserAggregate and I want to display the list of users. How to do it?
Thanks.