Event Sourcing

Use when designing a system where state-change history matters — audit, replay, temporal queries, debugging, or telemetry provenance. Record every change as an immutable domain event and derive state from the log; guard external side effects during replay.

selamy-labs Updated

File contents

selamy-labs/agent-skills/tree/main/skills/event-sourcing commit b046da6537

Frequently asked questions

npx skillmds@latest add selamy-labs/event-sourcing