Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SharpCoreDB.EventSourcing

Event store primitives for SharpCoreDB.

Version: v1.9.1 Package: SharpCoreDB.EventSourcing

Patch updates in v1.9.1

to the synchronized 1.9.1 release line.

  • ✅ Release automation now publishes all packable SharpCoreDB packages in CI/CD.

Features

  • Append-only event streams with per-stream ordering
  • Global ordered event feed for replay/catch-up
  • In-memory and persistent (SharpCoreDbEventStore) implementations
  • Snapshot persistence and snapshot-aware aggregate loading
  • Optional upcasting pipeline support

Changes in v1.9.0

  • Package/docs synchronized to v1.9.0
  • Snapshot and replay guidance clarified for production workflows
  • Persistent and in-memory parity documented as first-class support

Installation

dotnet add package SharpCoreDB.EventSourcing --version 1.9.0

Related packages

  • SharpCoreDB.Projections
  • SharpCoreDB.CQRS

Documentation

  • docs/INDEX.md
  • src/SharpCoreDB.EventSourcing/NuGet.README.md