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

F# functions for building event sourced applications

License

Notifications You must be signed in to change notification settings

ameier38/fsharp-event-sourcing

Repository files navigation

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.

About

F# functions for building event sourced applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published