Hacker News new | ask | show | jobs
by nhumrich 1667 days ago
What you are talking about is CQRS, which is a very valid pattern, and pairs well with event sourcing, but is not necessary part of event sourcing. You don't have to split your read and write models for events sourcing.
1 comments

Could you elaborate, I think that I'm missing your point.