An idiomatic F# implementation of Domain-Driven Design

February 25, 2013 ยท View on GitHub

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.

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.