Skip to content

feat: add missing documentation from official docs#4

Open
daydaygo wants to merge 1 commit intozeromicro:mainfrom
daydaygo:main
Open

feat: add missing documentation from official docs#4
daydaygo wants to merge 1 commit intozeromicro:mainfrom
daydaygo:main

Conversation

@daydaygo
Copy link
Copy Markdown

Summary

补充官方文档中缺失的内容到 zero-skills,提升 AI 辅助开发的完整性。

Changes

新增文档 (6个文件, 2839行)

文件 内容
references/distributed-transactions.md DTM集成、SAGA/TCC模式、Barrier模式
references/observability.md Prometheus指标、链路追踪、日志、告警配置
references/message-queue.md go-queue dq/kq模式、延迟队列、重试模式
references/advanced-components.md Bloom、MapReduce、TimingWheel、Executors、SharedCalls
design/principles.md 框架设计哲学、架构决策、性能考量、反模式
examples/case-studies/looklook-overview.md go-zero-looklook 生产级示例分析

更新

  • SKILL.md: 添加新文档引用、更新学习路径、扩展使用场景描述

Coverage Analysis

基于对比分析,补充了官方文档中有但 skill 缺失的高优先级内容:

  • ✅ 分布式事务模式
  • ✅ 服务监控/可观测性
  • ✅ 消息队列
  • ✅ 高级组件 (Bloom/MapReduce/TimingWheel/Executors)
  • ✅ 框架设计理念
  • ✅ 大型示例项目

Test Plan

  • 所有文档遵循现有的 ✅/❌ 模式格式
  • 代码示例可编译
  • SKILL.md 链接正确

- Add distributed-transactions.md: DTM integration, SAGA/TCC patterns
- Add observability.md: Prometheus, tracing, logging, alerting
- Add message-queue.md: go-queue dq/kq patterns
- Add advanced-components.md: Bloom, MapReduce, TimingWheel, Executors
- Add design/principles.md: framework philosophy and architecture
- Add case-studies/looklook-overview.md: production example analysis
- Update SKILL.md with new references and learning paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant