DEPRACATED IN FAVOR OF ameier38/ouroboros
F# functions for building event sourced applications
-
To use Ouroboros in your own project, first add it to your
paket.dependencies
file:source https://www.nuget.org/api/v2 nuget Ouroboros
For an example
paket.dependencies
file see the file in this repository -
Next, add a reference to the dependency in your
paket.references
file:Ouroboros
For an example
paket.references
file see the file in the Tests directory -
Then install the dependencies
$ .paket/paket.exe install
-
See Dog.Implementation.fs for an example on how to incorporate into your project.
Below are a list of resources to get started with event sourcing.