什麼是 etl-patterns?
生產 ETL 模式協調器。通往核心可靠性模式和增量負載策略的路線。 來源:majesticlabs-dev/majestic-marketplace。
生產 ETL 模式協調器。通往核心可靠性模式和增量負載策略的路線。
透過命令列快速安裝 etl-patterns AI 技能到你的開發環境
來源:majesticlabs-dev/majestic-marketplace。
| Reliability patterns | etl-core-patterns | Idempotency, checkpointing, error handling, chunking, retry, logging | | Load strategies | etl-incremental-patterns | Backfill, timestamp-based, CDC, pipeline orchestration |
| Repeatable runs | Idempotency | etl-core-patterns | | Resume after failure | Checkpointing | etl-core-patterns | | Handle bad records | Error handling + DLQ | etl-core-patterns | | Memory management | Chunked processing | etl-core-patterns | | Network resilience | Retry with backoff | etl-core-patterns |
| Small tables (<100K) | Full refresh | etl-incremental-patterns | | Large tables | Timestamp incremental | etl-incremental-patterns | | Real-time sync | CDC events | etl-incremental-patterns | | Historical migration | Parallel backfill | etl-incremental-patterns | | Zero-downtime refresh | Swap pattern | etl-incremental-patterns |
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill etl-patternsBrowse more skills from majesticlabs-dev/majestic-marketplace
生產 ETL 模式協調器。通往核心可靠性模式和增量負載策略的路線。 來源:majesticlabs-dev/majestic-marketplace。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill etl-patterns 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/majesticlabs-dev/majestic-marketplace