概要
This skill provides comprehensive architectural guidance and code templates for implementing the read side of CQRS systems. It facilitates the transformation of raw event logs into query-optimized data stores, covering various projection types including live subscriptions, catch-up processing, and persistent checkpoints. Whether you are building real-time dashboards, full-text search indexes with Elasticsearch, or aggregated reporting tables in SQL, these patterns ensure data consistency and high-performance querying in event-driven architectures.