Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.02 KB

File metadata and controls

21 lines (14 loc) · 1.02 KB
description
Event Sourcing PHP

Event Sourcing

Ecotone comes with in-built integration for Event Sourcing which works with databases like Postgres, MySQL or MariaDB for storing Events and allows for building and storing Projected Views in any storage we decide.
Read more in following chapters.

Materials

Demo implementation

Links