Domain-Driven Design With F# and EventStore
Domain-Driven Design With F# and EventStore:Projections
Based on SimpleCQRS by Greg Young
Uses EventStore for event persistance.
Uses Giraffe for web API.
Uses Bolero for SPA Web App.
To run the Xunit integration tests:
- Run EventStore.SingleNode.exe --run-projections
- Enable the $by_category projection.
- Create new projections FlatReadModelProjection.js and OverviewReadModelProjection.js with mode=Continuous and Emit enabled.