We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d847b commit e4a823cCopy full SHA for e4a823c
1 file changed
docs/event-sourcing-guide.md
@@ -221,6 +221,7 @@ foreach (var evt in events)
221
- Fraud detection and investigation
222
- Customer support and debugging
223
- Performance reviews and analytics
224
+- Advanced behavioral analytics and business intelligence
225
226
### 2. Time Travel
227
@@ -264,6 +265,7 @@ await daemon.RebuildProjectionAsync<BookSearchProjection>(CancellationToken.None
264
265
- Fix bugs in read models
266
- Test new projection logic
267
- Create new analytics views
268
+- Machine learning and recommendation engines (e.g., training models on granular user behavior)
269
270
See [Marten Guide - Event Sourcing for Analytics](marten-guide.md#event-sourcing-for-analytics) for analytics patterns.
271
0 commit comments