CODEST
-
- 680 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
Event store for .NET in which each decision declares its own consistency boundary as a query over event tags, rather than committing to an aggregate or stream up front. This package holds the core: the event... More information -
- 509 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
xUnit contract specifications for Alberto DCB backend implementations. Derive from these to run Alberto's own conformance suite against your event store, checkpoint store, state store, dead-letter store or... More information -
- 491 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
OpenTelemetry instrumentation for Alberto DCB event store. Provides traces and metrics for event processing. -
- 518 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
Entity Framework Core integration for Alberto DCB projections. Provides proper relational columns and indexes instead of JSONB storage. -
- 617 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
Transactional outbox pattern for Alberto DCB event store. Reliably publishes domain events as external messages to any transport. -
- 421 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
In-memory backend for the Alberto DCB event store: event log, checkpoint, state and dead-letter stores, all in process with no database. Intended for unit tests, samples and local development — state is... More information -
- 390 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
Test helpers for applications built on the Alberto DCB event store: an in-memory module harness, deterministic polling, an in-memory outbox store, and event construction helpers. Framework-neutral - takes no... More information -
- 354 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
PostgreSQL backend for Alberto DCB event store. Uses inverted indexes for efficient DCB queries. -
- 285 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
Fluent command pipeline for Alberto DCB. Composes validate → load → decide → persist workflows over a dynamic consistency boundary, with automatic retry on append conflicts. -
- 275 total downloads
- last updated 8/4/2026
- Latest version: 0.2.0
PostgreSQL-backed transactional outbox store for Alberto DCB event store. Bridges Alberto.Postgres and Alberto.Messaging; referencing Alberto.Postgres does not pull in messaging dependencies.