Skip to main content
Back to registry

event-store-design

wshobson/agents

Comprehensive guide to designing event stores for event-sourced applications.

Installs3
Install command
npx skills add https://github.com/wshobson/agents --skill event-store-design
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Comprehensive guide to designing event stores for event-sourced applications. - Designing event sourcing infrastructure - Choosing between event store technologies - Implementing custom event stores - Optimizing event storage and retrieval - Setting up event store schemas - Planning for event store scaling - Use stream IDs that include aggregate type - Order-{uuid} - Include correlation/causation IDs - For tracing - Version events from day one - Plan for schema evolution - Implement idempotency - Use event IDs for deduplication - Index appropriately - For your query patterns - Don't update or delete events - They're immutable facts - Don't store large payloads - Keep events small - Don't skip optimistic concurrency - Prevents data corruption - Don't ignore backpressure - Handle slow consumers

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does event-store-design do?

Comprehensive guide to designing event stores for event-sourced applications.

Is event-store-design good?

event-store-design does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does event-store-design work with?

event-store-design currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to event-store-design?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install event-store-design?

npx skills add https://github.com/wshobson/agents --skill event-store-design

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering