Hacker News new | ask | show | jobs
by Garlef 85 days ago
Isn't this a common architecture in CQRS systems?

Commands to go specific microservices with local state persisted in a small DB; queries go to a global aggregation system.