event-store-design

仓库创建 2025年7月25日最近提交 5 天前SkillHot 收录 21 天前
▸ 精选理由

帮助构建可靠的溯源基础设施与事件回放能力。

这个 Skill 做什么

设计事件存储以支持事件溯源、持久化与高效回放。

帮你设计事件存储以支持事件溯源、持久化和高效回放,包含存储模式、索引方案、回放/快照策略和扩展性考虑。适合在构建事件溯源架构或选择事件存储技术时使用,或在实现事件持久化与回放逻辑时参考。特别之处是把一致性、查询性能和可回放性都纳入设计,让系统既可靠又易于追踪历史状态。

▸ 展开 SKILL.md 英文原文

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

开发编程事件存储持久化溯源通用
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+713
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/backend-development/skills/event-store-design/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/backend-development/skills/event-store-design/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Event Store Design

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

## When to Use This Skill

- 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

## Core Concepts

### 1. Event Store Architecture

```
┌─────────────────────────────────────────────────────┐
│                    Event Store                       │
├─────────────────────────────────────────────────────┤
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────┐ │
│  │   Stream 1   │  │   Stream 2   │  │   Stream 3   │ │
│  │
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有