A very simple event store for playing around with the concept of Event Sourcing.
Info
Version: | 3.0.0 |
Author(s): | Ralf Westphal |
Last Update: | Friday, January 15, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NSimpleEventStore |
Install
Install-Package NSimpleEventStore
dotnet add package NSimpleEventStore
paket add NSimpleEventStore
NSimpleEventStore Download (Unzip the "nupkg" after downloading)
Dependencies
- NSimpleEventStore.Contract(>= 3.0.0)
- LiteDB(>= 5.0.9)
- Microsoft.Database.Collections.Generic(>= 2.0.1)
- Newtonsoft.Json(>= 12.0.3)