Hello,
We recv events which have starttime and endtime. After recv endtime, event is no longer valid.
We want to use eventstore for doing event corelation on events. We also need to show the events in UI.
Lets say, a UI application comes in, it first need to show only events which are active , how can this be achieved . If we replay the events (event count can be upto 5 million in a day, it will become too slow to process.
Any suggestions