A more advanced version of FsUno closer to what would be put in production.
  • F# 96.3%
  • HTML 3.5%
  • Batchfile 0.2%
Find a file
Luciano Delucchi 86e42a81b1 Fix typo
2018-02-25 15:46:22 +01:00
.paket Update packet/Enum Digits/Union State 2016-08-24 01:28:11 +02:00
FsUno Fix typo 2018-02-25 15:45:17 +01:00
FsUno.Domain Fix typo 2018-02-25 15:43:38 +01:00
FsUno.Journey Fix typo 2018-02-25 15:43:07 +01:00
FsUno.Persistence.EventStore Run unit tests in build 2016-10-12 16:38:45 +02:00
FsUno.Tests Fix typo 2018-02-25 15:46:22 +01:00
.gitignore Update packet/Enum Digits/Union State 2016-08-24 01:28:11 +02:00
build.cmd Run unit tests in build 2016-10-12 16:38:45 +02:00
build.fsx Run unit tests in build 2016-10-12 16:38:45 +02:00
FsUno.Prod.sln Use FSharp.Core through paket 2016-08-25 11:04:05 +02:00
paket.dependencies Run unit tests in build 2016-10-12 16:38:45 +02:00
paket.lock Run unit tests in build 2016-10-12 16:38:45 +02:00
README.md Edit of Designing Aggregates text 2014-08-11 03:31:24 +01:00

FsUno.Prod : A Functional Event Sourcing Journey

This is my attempt to write a more complete version of FsUno that's more representative of something one would actually use in a production system.

Because the journey is more important than the destination, be sure to read the full log here.