Skip to content
CAI
Produce a survey ↗Verify a survey

renan-taranto/cqrs-event-sourcing-example

This system is a PHP-based web application built on the Symfony framework, implementing a CQRS (Command/Query/Responsibility Separation) architecture to manage a 'List Maker' domain involving boards, lists, and items. It utilizes an event-sourced persistence model with MySQL for the event store and MongoDB for read projections, while employing RabbitMQ for asynchronous event consumption. The application exposes a RESTful API with real-time updates via Server-Sent Events (SSE) and provides comprehensive test coverage across unit, functional, and integration layers.

71.6

Strong · 3 August 2026

7.7k

lines of production code

PHP

primary language

1

bus factor · 2 authors in all

3

measurements over time

CAI band scale
CAI trend line

How it got here

2019 · Initial project scaffolding and CQRS architecture

The project was initialized with a complete development environment and CI infrastructure, establishing a Symfony 4.4-based application. The core architecture was built around Command/Query/Event patterns, implementing domain models for boards with event sourcing, asynchronous message handling, and Server-Sent Events for real-time updates.

25 changes

2020 · List and Item domain implementation

This period focused on implementing the core domain models and application logic for managing lists and items, including their creation, updates, and lifecycle states. The work established the persistence layer using MongoDB and MySQL, alongside comprehensive test coverage for both features and infrastructure.

17 changes

2021 · SSE publisher implementation

This period focused on implementing Server-Sent Events (SSE) publishing capabilities within the shared infrastructure, specifically integrating with the Symfony Mercure Hub. The work involved creating publisher classes for board and list lifecycle events, ensuring they correctly translate domain events into SSE payloads, and adding comprehensive unit tests to verify their behavior.

4 changes

CAI lens gauges

Survey your own repository

renan-taranto/cqrs-event-sourcing-example was measured the same way every project in this corpus was: the same rubric, at a pinned commit, with the result published in full. Point the surveyor at a repository you know and see whether you agree with it.

Survey a repository

About this page

  • The description of this project is derived from its own commit history, not from its README.
  • The score is its highest published measurement, taken on 3 August 2026 at a pinned commit. It is not a live figure and does not change until the project is measured again.
  • Measured at commit f4f5627115 — the exact code this score is about.
  • Scored under rubric rubric-2026.08.19. Score the same commit under that rubric and you get the same number.
CAI link cards