Monday 25 June 2018

Question: can Redux (or redux-persist) be used for event sourcing?

I was thinking about implementing CQRS and event sourcing to my backend. Redux (a front-end package) struck me as a very similar concept to event sourcing.Do you think it would be feasible to use Redux on backend to deal with the state and persist the events to something like Redis while saving the last known state to MongoDB (for easier querying)?

Submitted June 25, 2018 at 02:22PM by galkowskit

No comments:

Post a Comment