Redis – How to persist aggregate/read model from "EventStore" in a database?
Trying to implement Event Sourcing and CQRS for the first time, but got stuck when it came to persisting the aggregates. This is where I'm at now I've setup "EventStore" an a stream, "foos" Connected to it from node-eventstore-client I…