Strongly typed event sourcing framework that uses CosmosDb as a datastore with strong consistency and resiliency.
Info
Version: | 1.1.0 |
Author(s): | Adel Alzubeir |
Last Update: | Monday, May 25, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/leiratech/Event-Sourcing-Core |
NuGet Url: | https://www.nuget.org/packages/Leira.EventSourcing |
Install
Install-Package Leira.EventSourcing
dotnet add package Leira.EventSourcing
paket add Leira.EventSourcing
Leira.EventSourcing Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.Cosmos(>= 3.8.0)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Caching.Memory(>= 3.1.4)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.4)
Tags