implement-event-sourcing
CommunityModel state with immutable events and replay.
Authormariotoffia
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a structured guide for implementing event sourcing, including storing state changes as immutable events, replaying them to reconstruct current state, and rebuilding projections from the event log.
Core Features & Use Cases
- Event Store Design: an append-only store with versioning and optimistic concurrency control.
- Aggregate Replay & Snapshots: reconstruct domain state by replaying events; use snapshots to improve performance.
- Projections & Upcasting: derive read models from events and evolve schemas with upcasters.
Quick Start
Start by defining your domain events, configure an event store to persist them, and build a projection to query the read model. Then spawn a test scenario that creates events, replays history, and validates the resulting aggregate state.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: implement-event-sourcing Download link: https://github.com/mariotoffia/gobridge/archive/main.zip#implement-event-sourcing Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.