NEventStore
NuGet publisher profile
Packages (13)
NEventStore
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.
NEventStore.Persistence.Sql
Additional persistence provider for NEventStore using SQL.
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.
NEventStore.PollingClient
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. This package is an implementation of a Polling Client that reads data from an EventStore.
NEventStore.Domain
A recipe for implementing event sourced domain objects with NEventStore.
NEventStore.Persistence.MongoDB
Additional persistence provider for NEventStore using MongoDB.
NEventStore.Serialization.Bson
This package contains Bson serializers for NEventStore library. These serializers were removed from the core package to limit dependencies from external libraries.
NEventStore.Persistence.RavenDB
Additional persistence provider for NEventStore using RavenDB.
NEventStore.Persistence.RavenPersistence
Additional persistence provider for NEventStore using RavenDB.
NEventStore.Persistence.MongoPersistence
Additional persistence provider for NEventStore using MongoDB.
NEventStore.Serialization.MsgPack
This package contains Bson serializers for NEventStore library. These serializers were removed from the core package to limit dependencies from external libraries.
NEventStore.Serialization.Binary
This package contains Bson serializers for NEventStore library. These serializers were removed from the core package to limit dependencies from external libraries.
NEventStore.Serialization.SystemTextJson
This package contains Json serializers for NEventStore library. These serializers were removed from the core package to limit dependencies from external libraries.