bwaidelich / dcb-eventstore

Implementation of the Dynamic Consistency Boundary pattern described by Sara Pellegrini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Consistency Boundary Event Store

Implementation of the Dynamic Consistency Boundary pattern described by Sara Pellegrini

The main purpose of this package is to explore the idea, find potential pitfalls and to spread the word. It merely provides interfaces and core models to implement the DCB pattern. To see the pattern "in action", make sure to have a look at the wwwision/dcb-example package. To actually commit events, a corresponding adapter package is required, for example wwwision/dcb-eventstore-doctrine.

Usage

Install via composer:

composer require wwwision/dcb-eventstore

Specification

See Specification.md (work in progress)

Contribution

Contributions in the form of issues, pull requests or discussions are highly appreciated

License

See LICENSE

About

Implementation of the Dynamic Consistency Boundary pattern described by Sara Pellegrini

License:MIT License


Languages

Language:PHP 100.0%