ArkerLabs / event-sourcing-nestjs

NestJS module for implementing Event Sourcing
223 stars 47 forks source link

Is there any plan for adding more options to query events? #25

Open mhm90 opened 1 year ago

mhm90 commented 1 year ago

I have many events for some aggregates and just want to avoid declaring new aggregates which are not standalone concepts in my application. I just wanted to query eventStore with more than the aggregate field and use some of the other event's data in my query. Is it possible now or do you have any plan for providing this functionality?