NEventLite - An extensible lightweight library for .NET that manages the Aggregate lifecycle in an Event Sourced system. Supports Event and Snapshot storage providers like EventStore/Redis or SQL Server. Built with dependency injection in mind and seamlessly integrates with AspNetCore.
MIT License
132
stars
19
forks
source link
Implement new Paging logic using IsEndOfStream for EventstoreEventStorageProvider #2
Use streamEvents.IsEndOfStream() and streamEvents.NextEventNumber to implement recommended paging method.