Hi,
I’m working on using EventStore for a logging implementation and I am trying to come up with a way to query events within a date range.
I want to be able to provide a start and end date range and then pull all events stored between that range.
I have done some digging but can’t seem to find much guidance.
Does any one have any suggestions on a projection/index which would allow me to do this?
Thanks