CQRS and Event Sourcing learning material

Talks, articles, books, slides, tools, and all that can help understand CQRS and Event Sourcing

Posted on January 12, 2016 and updated on September 18, 2016

WARNING: Please note that this article was published a long time ago. The information contained might be outdated.

The following is a list of interesting teaching materials about CQRS and Event Sourcing. I'll try to keep it updated. The order is important.

Must read before anything else

Courses

Introduction to basic concepts

More advanced stuff

PHP frameworks, libraries and useful tools:

  • Prooph, CQRS and EventSourcing Infrastructure for PHP
  • Broadway, Infrastructure and testing helpers for creating CQRS and event sourced applications. More info here.
  • Eidetic, Eidetic is a CQRS and EventSourcing library for PHP

Implementation Examples