.NET Core event sourcing framework.
Info
Version: | 1.1.2 |
Author(s): | Jacques Kang |
Last Update: | Saturday, June 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jacqueskang/EventSourcing |
NuGet Url: | https://www.nuget.org/packages/JKang.EventSourcing.Persistence.DynamoDB |
Install
Install-Package JKang.EventSourcing.Persistence.DynamoDB
dotnet add package JKang.EventSourcing.Persistence.DynamoDB
paket add JKang.EventSourcing.Persistence.DynamoDB
JKang.EventSourcing.Persistence.DynamoDB Download (Unzip the "nupkg" after downloading)
Dependencies
- JKang.EventSourcing.Abstractions(>= 1.1.2)
- JKang.EventSourcing.Options(>= 1.1.2)
- AWSSDK.DynamoDBv2(>= 3.3.104.23)
- AWSSDK.Extensions.NETCore.Setup(>= 3.3.100.1)
- Microsoft.CSharp(>= 4.7.0)
- Newtonsoft.Json(>= 12.0.3)
Tags