Hacker News new | ask | show | jobs
by loukrazy 2312 days ago
Isn’t this basically part of CQRS?
2 comments

> Isn’t this basically part of CQRS?

We're you thinking of event sourcing?

https://martinfowler.com/eaaDev/EventSourcing.html

CQRS is just treating reads and writes differently along any particular dimension of your app.

This seems more like a janky solution for being able to reprocess streams after the code has changed in order to recompute results.