Hacker News new | ask | show | jobs
by stocktech 2581 days ago
What problem does CQRS solve in this scenario?
1 comments

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.

Isn’t all reads and writes already separated?