|
|
|
|
|
by justjico
2694 days ago
|
|
I believe this is where CQRS plays nice with “event sourcing”. You write all your events in one model, but can read them in multiple ones, that is if you can tolerate some read latency... and most systems are usually ok with that. |
|