From c67fd9498400520dbdd1aa423a2df3b110176d15 Mon Sep 17 00:00:00 2001 From: Sascha-Oliver Prolic Date: Mon, 12 Mar 2018 21:16:07 +0800 Subject: [PATCH] update docs --- docs/variants.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/variants.md b/docs/variants.md index bcf131ff..51ea4ef4 100644 --- a/docs/variants.md +++ b/docs/variants.md @@ -70,6 +70,8 @@ everyone likes (especially DB admins). All needed database tables will be created automatically for you. +Note: For event-store projections the aggregate stream strategy is not that important anymore, consider using [ CategoryStreamProjectionRunner](https://github.com/prooph/standard-projections/blob/master/src/CategoryStreamProjectionRunner.php) from the [standard-projections]((https://github.com/prooph/standard-projections) repository. + ### SingleStreamStrategy This stream strategy should be used together with event-sourcing, if you want to store all events of an aggregate type into a single stream, for example