Eventual icon indicating copy to clipboard operation
Eventual copied to clipboard

Eventual is an Event Sourcing library for .NET

Eventual

Build status

Eventual is a Event Sourcing framework for .NET

PM> Install-Package Eventual

I wanted a functional easy to get started event sourcing library for .NET so I made Eventual.

Rules of Eventual

  1. Entities should never expose state
  2. Behavious should only return events, and never throw exceptions