Skip to content

Monadian/DDDInventoryItem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.