I read the book Patterns, Principles, and Practices of Domain-Driven Design I really liked the approach to use DDD together with CQRS and Event Sourcing. But I have one question. How to use DDD\CQRS\Event Sourcing can I get historical data? For example. I would like to write a service that provides weather information. The client can request from service historical data. For example, Snapshot of weather in London in the last year, with the step one hour for drawing graphics and client can subscribe to real-time data for updating already constructed graphics. Question. How do I use DDD\CQRS\ES approach to send historical data to the client who has requested them. I can not send the event directly to the message bus, because the service may have several clients and not all clients need these data.
Update.
I would like to show in the client something like this.
