Info
| Version: | 1.5.4 |
| Author(s): | Sarmaad Amin |
| Last Update: | Monday, November 7, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Sarmaad/EventStore.RavenDb |
| NuGet Url: | https://www.nuget.org/packages/EventStore.RavenDb |
Install
Install-Package EventStore.RavenDb
dotnet add package EventStore.RavenDb
paket add EventStore.RavenDb
EventStore.RavenDb Download (Unzip the "nupkg" after downloading)
Dependencies
- RavenDB.Client(>= 3.5.0)
Tags
It uses RavenDb document as an aggregate root and it stores all events as a collection within a single document. It supports simple Sync dispatcher, implements IPipelineHook, IUpconvertEvents and IRepository from CommonDomain.