Hacker News new | ask | show | jobs
by danielovichdk 2581 days ago
This is a good example of What CQRS really is. Separate read/write in a system.

It's in fact a very simple pattern. But I wouldn't use it system wide because not everything has to be eventuel consitent.

1 comments

Isn’t all reads and writes already separated?