Hello
I have stream with 50 events. Can I use projections to create a state model of that stream at a given event number? Let’s I want to know wthat changed between event #42 and #43.
How do I tell the projection to not use all the events in the stream? Or should I use a query for this?