NEventStore 8.0.0
The purpose of the EventStore is to represent a series of events as a stream. NEventStore is a persistence agnostic event sourcing library for .NET. The primary use is most often associated with CQRS.
Install-Package NEventStore -Version 8.0.0
dotnet add package NEventStore --version 8.0.0
<PackageReference Include="NEventStore" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NEventStore --version 8.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.1
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
-
net5.0
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
Used By
NuGet packages (30)
Showing the top 5 NuGet packages that depend on NEventStore:
Package | Downloads |
---|---|
NEventStore.Serialization.Json
This package contains Json serializers for NEventStore library. These serializers were removed from the core package to limit dependencies from external libraries.
|
|
LiquidProjections.NEventStore
Adds support for NEventStore as a source of events for LiquidProjections
|
|
NEventStore.Persistence.Sql
Additional persistence provider for NEventStore using SQL.
|
|
NEventStore.Persistence.MongoDB
Additional persistence provider for NEventStore using MongoDB.
|
|
NEventStore.Domain
A recipe for implementing event sourced domain objects with NEventStore.
|
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on NEventStore:
Repository | Stars |
---|---|
yreynhout/AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
|
|
NEventStore/CommonDomain-ReadOnly
Encapsulates various infrastructure concerns for domains.
|
|
elliotritchie/NES
.NET Event Sourcing
|
Version History
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 85 | 12/18/2020 |
7.0.0 | 42,487 | 7/17/2019 |
6.1.0 | 1,745 | 7/5/2019 |
6.0.0 | 16,541 | 3/27/2019 |
6.0.0-rc-1 | 879 | 2/15/2019 |
6.0.0-rc-0 | 1,157 | 12/19/2018 |
5.2.0 | 167,740 | 5/23/2015 |
5.2.0-build70-pre | 787 | 5/23/2015 |
5.1.1 | 48,265 | 2/22/2015 |
5.1.0 | 14,353 | 8/14/2014 |
5.0.1.2 | 57,484 | 4/1/2014 |
5.0.0.100 | 18,256 | 3/15/2014 |
4.1.0.10 | 8,869 | 9/23/2013 |
4.1.0.8 | 1,809 | 9/16/2013 |
4.0.0.15 | 35,797 | 8/22/2013 |