← Graph

Where do you read from without event sourcing?

question 2 connections

Follow-up: if not using event sourcing, where do I read from — the domain or the command handler? Krzywda: still from read models. Read models subscribe to events and persist themselves in the database regardless of whether write-side state is event-sourced or Active Record-backed. Process managers can be event-sourced if useful; it's an infrastructure decision, not a business one.

answer_summary
From read models. Read models are event-driven but not necessarily event-sourced — they persist their own database representation. Even process managers can be either event-sourced or Active Record-backed.
question Where do you read from without event sourcing?
about
Read Model concept
Answer centres on read models persisting themselves.
question Where do you read from without event sourcing?
asked_at
Follow-up question in Q&A.

Provenance

Read by
5 extractions