Event Sourcing

Event sourcing patterns for functional TypeScript — persist state as an append-only log of past events and rebuild it by folding them. Use when implementing a Decider write model, an event store, projections and read models, event versioning, or snapshots. Builds on the Decider from domain-driven-design and the ports/adapters from hexagonal-architecture. Do NOT reach for it on CRUD, or when an audit log or the outbox pattern already suffices.

citypaul Updated

File contents

citypaul/.dotfiles/tree/main/claude/.claude/skills/event-sourcing commit 6fd324e846

Frequently asked questions

npx skillmds@latest add citypaul/event-sourcing