event-sourcing
event-sourcing copied to clipboard
An event sourcing library, complete with all the essential features, powered by the reliable Doctrine ecosystem and focused on developer experience.
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/patchlevel/event-sourcing). ## Pending Status Checks The following updates...
PoC of archiving events based on a marker attribute. If an event with this marker attribute is going to be saved, then all past events get archived. Then only the...
See: https://github.com/patchlevel/event-sourcing/runs/7579745095?check_suite_focus=true#step:7:28
Convert the abstract class `AggregateRoot` into an interface and a trait with the logic which is right now in the abstract class.
## new projection system requirement * Projections should be able to be running asynchronously using a worker (#293) * The position of a projection should be stored in a store...
Right now we have no possibility to split up the stream for an aggregate. This could be handy if the stream gets really long, or even if the business needs...
We should try to get rid of the `Default*` naming scheme since it's not providing any useful information for the user. Instead we should think about to clearify what the...