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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ powered by the reliable Doctrine ecosystem and focused on developer experience.
11
11
## Features
12
12
13
13
* Everything is included in the package for event sourcing
14
-
* Based on doctrine dbal and their ecosystem
14
+
* Based on [doctrine dbal](https://github.com/doctrine/dbal) and their ecosystem
15
15
* Developer experience oriented and fully typed
16
-
* Automatic snapshot-system to boost your performance
17
-
* Split big aggregates into multiple streams
18
-
* Versioned and managed lifecycle of subscriptions like projections and processors
19
-
* Safe usage of personal data with crypto-shredding
20
-
* Smooth upcasting of old events
21
-
* Simple setup with schema management and doctrine migration
22
-
* Built in cli commands with symfony
23
-
*Dynamic consistency boundary for decisions across streams
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