from what I’ve found so far, I have to use the following fragment in my projection to output my projection results: .partitionBy(({ metadata }) => meta
I am having an issue that I've been many days unable to resolve. I use xUnit with a given-then-when abstraction to make tests more readable. I am using a wrappe
I am currently learning CQRS implementation using ElasticSearch and EventStore. So, I decided to use EventStore for saving the serious of event streams into Eve