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.
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
UserAggregateand I want to display the list of users. How to do it?Thanks.