Skip to content

Event Sourcing for .NET

Production-grade Event Sourcing library for .NET, implementing DDD tactical patterns. Aggregates, command services, event stores, subscriptions, and projections — all out of the box.

Domain modelling

Aggregates with state folding, strongly-typed identities, and optimistic concurrency built in.

Multiple event stores

First-class support for KurrentDB, PostgreSQL, SQL Server, and SQLite — with a common abstraction layer.

Subscriptions and projections

Real-time event processing with checkpointing, consume pipes, and partitioned subscriptions.

Built-in diagnostics

OpenTelemetry tracing and metrics out of the box for full observability.