All Projects → prooph → event-store-bus-bridge

prooph / event-store-bus-bridge

Licence: BSD-3-Clause license
Marry CQRS with Event Sourcing

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to event-store-bus-bridge

standard-projections
Standard projections to use with Prooph EventStore
Stars: ✭ 14 (-62.16%)
Mutual labels:  cqrs, event-store, prooph
event-store-mgmt-ui
Event Store Management UI
Stars: ✭ 23 (-37.84%)
Mutual labels:  cqrs, event-store, prooph
micro
Functional prooph for microservices
Stars: ✭ 53 (+43.24%)
Mutual labels:  cqrs, prooph
apiplatform-ddd-cqrs-es-demo
No description or website provided.
Stars: ✭ 83 (+124.32%)
Mutual labels:  event-store, prooph
Eventstore
The stream database optimised for event sourcing
Stars: ✭ 4,395 (+11778.38%)
Mutual labels:  cqrs, event-store
OpenCQRS
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Stars: ✭ 546 (+1375.68%)
Mutual labels:  cqrs, service-bus
Service Bus
PHP Lightweight Message Bus supporting CQRS.
Stars: ✭ 431 (+1064.86%)
Mutual labels:  cqrs, service-bus
pdo-snapshot-store
PDO Snapshot Store
Stars: ✭ 24 (-35.14%)
Mutual labels:  cqrs, prooph
fee-office
A DDD, CQRS, ES demo application
Stars: ✭ 35 (-5.41%)
Mutual labels:  cqrs, prooph
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (+329.73%)
Mutual labels:  cqrs, service-bus
Kledex
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Stars: ✭ 502 (+1256.76%)
Mutual labels:  cqrs, service-bus
event-machine-skeleton
Dockerized skeleton for prooph software Event Machine
Stars: ✭ 34 (-8.11%)
Mutual labels:  cqrs, prooph
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+175.68%)
Mutual labels:  cqrs
flighthub
Flight ticket booking system implemented with CQRS and ES.
Stars: ✭ 26 (-29.73%)
Mutual labels:  cqrs
typescript-ddd-example
🔷🎯 TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 607 (+1540.54%)
Mutual labels:  cqrs
cqrs-dotnet-core-example
A naive introduction to CQRS in C#
Stars: ✭ 62 (+67.57%)
Mutual labels:  cqrs
incubator-eventmesh
EventMesh is a dynamic event-driven application runtime used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.
Stars: ✭ 939 (+2437.84%)
Mutual labels:  cqrs
QrF.Core
基于.net core 2.2 的微服务框架
Stars: ✭ 19 (-48.65%)
Mutual labels:  cqrs
common
Common classes used across prooph components
Stars: ✭ 83 (+124.32%)
Mutual labels:  prooph
commanded-scheduler
Schedule one-off and recurring commands for Commanded CQRS/ES applications
Stars: ✭ 28 (-24.32%)
Mutual labels:  cqrs

Prooph Event Store Bus Bridge

Marry CQRS with Event Sourcing

Build Status Coverage Status Gitter

This package acts as a glue component between prooph/service-bus and prooph/event-store.

Important

This library will receive support until December 31, 2019 and will then be deprecated.

For further information see the official announcement here: https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html

Features

Documentation

Documentation is in the doc tree, and can be compiled using bookdown.

$ php ./vendor/bin/bookdown docs/bookdown.json
$ php -S 0.0.0.0:8080 -t docs/html/

Then browse to http://localhost:8080/

Support

Contribute

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

Dependencies

Please refer to the project composer.json for the list of dependencies.

License

Released under the New BSD License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].