Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 1.68 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.68 KB

DEPRACATED IN FAVOR OF ameier38/ouroboros

CircleCI

fsharp-event-sourcing

F# functions for building event sourced applications

Usage

  1. 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

  2. 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

  3. Then install the dependencies

    $ .paket/paket.exe install
    
  4. See Dog.Implementation.fs for an example on how to incorporate into your project.

Resources

Below are a list of resources to get started with event sourcing.