Skip to content

retail-ecommerce/NEventStore

 
 

Repository files navigation

NEventStore

NEventStore is a persistence library used to abstract different storage implementations when using event sourcing as storage mechanism. This library is developed with a specific focus on DDD/CQRS applications.

NEventStore currently supports:

  • dotnet framework 4.5
  • dotnet standard 2.0, dotnet core 2.0

Build Status (AppVeyor)

Branches:

  • master Build status
  • develop Build status

Documentation

Please see the documentation to get started and for more information.

ChangeLog can be found here

Developed with:

Resharper TeamCity dotCover dotTrace

How to build

To build the project locally on a Windows Machine:

  • Install Chocolatey.
  • Open a Powershell console in Administrative mode and run the build script build.ps1 in the root of the repository.

About

A persistence agnostic Event Store for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • PowerShell 0.3%