.Net Event Sourcing
An event sourcing/projection mechanism that abstracts the storage of events.
Framework Support
Packages currently target
netstandard2.0
and netstandard2.1
which means that they can be used with .NET Core 2.1+, .NET Framework 4.6.1+, and .NET 5.0+ Storage
Since the storage of events is abstracted any relevant data store may be used. The default mechanism is a Sql Server database.
Open Source
These packages are free open source software licensed under the 3-Clause BSD License. Pull requests are welcome.