Skip to content

Commit e4a823c

Browse files
committed
add data analytics use cases
1 parent 56d847b commit e4a823c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/event-sourcing-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ foreach (var evt in events)
221221
- Fraud detection and investigation
222222
- Customer support and debugging
223223
- Performance reviews and analytics
224+
- Advanced behavioral analytics and business intelligence
224225

225226
### 2. Time Travel
226227

@@ -264,6 +265,7 @@ await daemon.RebuildProjectionAsync<BookSearchProjection>(CancellationToken.None
264265
- Fix bugs in read models
265266
- Test new projection logic
266267
- Create new analytics views
268+
- Machine learning and recommendation engines (e.g., training models on granular user behavior)
267269

268270
See [Marten Guide - Event Sourcing for Analytics](marten-guide.md#event-sourcing-for-analytics) for analytics patterns.
269271

0 commit comments

Comments
 (0)