You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,14 @@ powered by the reliable Doctrine ecosystem and focused on developer experience.
13
13
* Everything is included in the package for event sourcing
14
14
* Based on [doctrine dbal](https://github.com/doctrine/dbal) and their ecosystem
15
15
* Developer experience oriented and fully typed
16
-
* Automatic [snapshot](https://patchlevel.github.io/event-sourcing-docs/latest/snapshots/)-system to boost your
17
-
performance
18
-
*[Split](https://patchlevel.github.io/event-sourcing-docs/latest/split_stream/) big aggregates into multiple streams
19
-
* Versioned and managed lifecycle
20
-
of [subscriptions](https://patchlevel.github.io/event-sourcing-docs/latest/subscription/) like projections and
21
-
processors
22
-
* Safe usage of [Personal Data](https://patchlevel.github.io/event-sourcing-docs/latest/personal_data/) with
23
-
crypto-shredding
24
-
* Smooth [upcasting](https://patchlevel.github.io/event-sourcing-docs/latest/upcasting/) of old events
25
-
* Simple setup with [scheme management](https://patchlevel.github.io/event-sourcing-docs/latest/store/)
26
-
and [doctrine migration](https://patchlevel.github.io/event-sourcing-docs/latest/store/)
27
-
* Built in [cli commands](https://patchlevel.github.io/event-sourcing-docs/latest/cli/)
28
-
with [symfony](https://symfony.com/)
16
+
* Automatic [snapshot](https://patchlevel.dev/docs/event-sourcing/latest/snapshots)-system to boost your performance
17
+
*[Split](https://patchlevel.dev/docs/event-sourcing/latest/split-stream) big aggregates into multiple streams
18
+
* Versioned and managed lifecycle of [subscriptions](https://patchlevel.dev/docs/event-sourcing/latest/subscription) like projections and processors
19
+
* Safe usage of [personal data](https://patchlevel.dev/docs/event-sourcing/latest/personal-data) with crypto-shredding
20
+
* Smooth [upcasting](https://patchlevel.dev/docs/event-sourcing/latest/upcasting) of old events
21
+
* Simple setup with [schema management](https://patchlevel.dev/docs/event-sourcing/latest/store) and [doctrine migration](https://patchlevel.dev/docs/event-sourcing/latest/store)
22
+
* Built in [cli commands](https://patchlevel.dev/docs/event-sourcing/latest/cli) with [symfony](https://symfony.com/)
23
+
* Decisions across streams with a [dynamic consistency boundary](https://patchlevel.dev/docs/event-sourcing/latest/dynamic-consistency-boundary)
0 commit comments