Y
Hacker News
new
|
ask
|
show
|
jobs
by
risyachka
250 days ago
It kinda sounds like all you needed was a ledger, otherwise didn’t get why would you use CQRS.
1 comments
rawgabbit
250 days ago
For me the most important ideas is an immutable ledger and isolating the primary OLTP database from the secondary support services. Reporting, user management, and notifications etc. can be satisfied with a stale copy of the transactional data.
link