概要
This skill provides specialized patterns and implementation templates for building projections in event-driven systems. It focuses on CQRS (Command Query Responsibility Segregation) principles, enabling developers to transform raw event logs into query-optimized read models across various databases like PostgreSQL or Elasticsearch. These patterns facilitate real-time catch-up subscriptions, persistent checkpointing, and complex data aggregations, ensuring high-performance read-sides and eventual consistency for distributed systems.