A Mediator.Net's middleware that plugs into the publish pipeline to send event to EventStore, it is usually being used for event sourcing.
Info
Version: | 1.0.23 |
Author(s): | Yuan(Eddy) Ma |
Last Update: | Saturday, March 4, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mayuanyang/Mediator.Net/ |
NuGet Url: | https://www.nuget.org/packages/Mediator.Net.Middlewares.EventStore |
Install
Install-Package Mediator.Net.Middlewares.EventStore
dotnet add package Mediator.Net.Middlewares.EventStore
paket add Mediator.Net.Middlewares.EventStore
Mediator.Net.Middlewares.EventStore Download (Unzip the "nupkg" after downloading)
Dependencies
- EventStore.Client(>= 3.9.4)
- Mediator.Net(>= 1.0.65)
- Newtonsoft.Json(>= 9.0.1)
Tags