Skip to content

Implementation of the Dynamic Consistency Boundary pattern described by Sara Pellegrini

License

Notifications You must be signed in to change notification settings

bwaidelich/dcb-eventstore

Repository files navigation

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