All Projects → prooph → standard-projections

prooph / standard-projections

Licence: BSD-3-Clause license
Standard projections to use with Prooph EventStore

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to standard-projections

event-store-mgmt-ui
Event Store Management UI
Stars: ✭ 23 (+64.29%)
Mutual labels:  cqrs, ddd, event-store, prooph
apiplatform-ddd-cqrs-es-demo
No description or website provided.
Stars: ✭ 83 (+492.86%)
Mutual labels:  ddd, event-store, prooph
event-store-bus-bridge
Marry CQRS with Event Sourcing
Stars: ✭ 37 (+164.29%)
Mutual labels:  cqrs, event-store, prooph
pdo-snapshot-store
PDO Snapshot Store
Stars: ✭ 24 (+71.43%)
Mutual labels:  cqrs, ddd, prooph
micro
Functional prooph for microservices
Stars: ✭ 53 (+278.57%)
Mutual labels:  cqrs, ddd, prooph
radiopush
Create communities and share songs with Spotify users (https://radiopush.app)
Stars: ✭ 89 (+535.71%)
Mutual labels:  cqrs, ddd
slack-community
Docs related to DDD-CQRS-ES Discord Community
Stars: ✭ 58 (+314.29%)
Mutual labels:  cqrs, ddd
MonolithicArchitecture
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Stars: ✭ 18 (+28.57%)
Mutual labels:  cqrs, ddd
es-emergency-call
Struggling with CQRS, A+ES, DDD? We can help you!
Stars: ✭ 26 (+85.71%)
Mutual labels:  cqrs, ddd
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+1171.43%)
Mutual labels:  cqrs, ddd
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+1092.86%)
Mutual labels:  cqrs, ddd
typescript-ddd-example
🔷🎯 TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 607 (+4235.71%)
Mutual labels:  cqrs, ddd
eventuous
Minimalistic Event Sourcing library for .NET
Stars: ✭ 236 (+1585.71%)
Mutual labels:  cqrs, ddd
nestjs-boilerplate-microservice
Nestjs Microservice boilerplate: apply DDD, CQRS, and Event Sourcing within an event driven architecture
Stars: ✭ 270 (+1828.57%)
Mutual labels:  cqrs, ddd
wolkenkit-todomvc
wolkenkit-todomvc is a todo application.
Stars: ✭ 15 (+7.14%)
Mutual labels:  cqrs, ddd
example-ddd-cqrs-server
Example DDD/CQRS based on Implementing Domain Driven Design book written by Vaughn Vernon
Stars: ✭ 40 (+185.71%)
Mutual labels:  cqrs, ddd
cqrs
A lightweight, opinionated CQRS and event sourcing framework targeting serverless architectures.
Stars: ✭ 155 (+1007.14%)
Mutual labels:  cqrs, ddd
educational-platform
Modular Monolith Java application with DDD
Stars: ✭ 124 (+785.71%)
Mutual labels:  cqrs, ddd
e-shop
Sample Spring Cloud microservices e-shop.
Stars: ✭ 48 (+242.86%)
Mutual labels:  cqrs, ddd
QrF.Core
基于.net core 2.2 的微服务框架
Stars: ✭ 19 (+35.71%)
Mutual labels:  cqrs, ddd

Standard Projections for Prooph EventStore

Build Status Coverage Status Gitter

Overview

The standard projections are some kind of event-indexing, so you can retrieve events from all streams at once (AllStreamProjectionRunner), by category (CategoryStreamProjectionRunner) or by message name (MessageNameStreamProjectionRunner). See docs for more information.

Requirements

  • PHP >= 7.1
  • Prooph EventStore v7

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.

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].