Skip to content

Commit

Permalink
Merge pull request heynickc#132 from dgafka/master
Browse files Browse the repository at this point in the history
Add Ecotone Framework
  • Loading branch information
witek1902 authored Apr 25, 2020
2 parents bdc14af + f64d275 commit e638cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ The term was coined by Eric Evans in his book of the same title.

### PHP
- [Broadway](https://github.com/broadway/broadway) - Broadway is a (PHP) project providing infrastructure and testing helpers for creating CQRS and event sourced applications.
- [Ecotone](http://ecotone.tech) - Enables message driven architecture in PHP and provides building blocks to follow DDD and CQRS principles.

### Python
- [Eventsoucing in Python](https://github.com/johnbywater/eventsourcing) - Mature, stable Python library for event sourcing and DDD. Supports wide variety of databases, different kinds of orderings of domain events, application level encryption, snapshotting, optimistic concurrency control, and process events. Applications, and entire systems of applications, can be defined independently of infrastructure, and run in different ways (single threaded, multi-threaded, clocked, stepping, multi-process, actor model) and with different infrastructure.
Expand Down

0 comments on commit e638cf2

Please sign in to comment.