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
Branches:
Please see the documentation to get started and for more information.
ChangeLog can be found here
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.