关于
This skill provides a comprehensive architectural guide and implementation templates for creating projections in Command Query Responsibility Segregation (CQRS) architectures. It helps developers transform raw event streams into optimized, queryable read models using various patterns such as live subscriptions, catch-up processing, and persistent checkpoints. By implementing these patterns, developers can build real-time dashboards, full-text search indexes, and high-performance reporting views while maintaining a clear separation between write-heavy event stores and read-heavy application interfaces, ensuring scalability and consistency across distributed systems.