event-store-design
Architecture patterns, PostgreSQL schemas, and Python implementations for building scalable event-sourced systems.
Install
npx skills add https://github.com/wshobson/agents --skill event-store-designStats
| Total installs | 3,600 |
| Weekly installs | 3.6K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers architecture patterns, technology comparison (EventStoreDB, PostgreSQL, Kafka, DynamoDB), and core requirements including append-only semantics, ordering, versioning, and subscriptions
- Includes production-ready PostgreSQL schema with indexing strategy, snapshots table, and subscription checkpoints for managing consumer state
- Provides Python event store implementation with optimistic concurrency control, stream reading, global event reading, and subscription handling with checkpoint persistence
- Includes ready-to-use templates for EventStoreDB, DynamoDB, and category projections, plus best practices for stream ID design, idempotency, and event immutability
Tags
Related skills
| Skill | Installs | vs event-store-design |
|---|---|---|
| prd-to-issues | 4,084 | +484 |
| multi-cloud-architecture | 3,483 | -117 |
| cost-optimization | 3,867 | +267 |
| similarity-search-patterns | 3,525 | -75 |
| gitops-workflow | 3,690 | +90 |
FAQ
- How many installs does event-store-design have?
- event-store-design has 3,600 total installs and 3.6K installs this week.
- Where is event-store-design hosted?
- event-store-design is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does event-store-design have?
- event-store-design has 32.4K GitHub stars.
- When was event-store-design first indexed?
- OrangeBot.AI first indexed event-store-design on Jan 20, 2026.
- How do I install event-store-design?
- Run: npx skills add https://github.com/wshobson/agents --skill event-store-design