Info
Version: | 1.1.0 |
Author(s): | [email protected] |
Last Update: | Friday, March 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/younos1986/Core.EventStore |
NuGet Url: | https://www.nuget.org/packages/Core.EventStore |
Install
Install-Package Core.EventStore
dotnet add package Core.EventStore
paket add Core.EventStore
Core.EventStore Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 5.1.2)
- EventStore.Client(>= 5.0.6)
- MediatR(>= 7.0.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.2)
- MongoDB.Driver(>= 2.10.0)
The Idea is when any event occures in commandService, it should be persisted in QueryService in MongoDb.