DDDInventoryItemFSharp icon indicating copy to clipboard operation
DDDInventoryItemFSharp copied to clipboard

Event-Sourcing and Domain-Driven Design with F# and EventStore

An idiomatic F# implementation of Domain-Driven Design

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.