gautema/CQRSlite
A lightweight framework to help creating CQRS and Eventsourcing applications in C# observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 53
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5815
- days_rel: n/a
- days_push: 285
- n_releases_24m: 0
Adoption not part of the score
1119 stars · 258 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CQRSlite is a lightweight CQRS and Event Sourcing framework for .NET that provides building blocks like command dispatching, event publishing, repositories, sessions, snapshots, and caching. It is minimal-dependency, pluggable, and targets netstandard2.0 and net9.0.
Use cases
- build a CQRS application in C#
- implement event sourcing in .NET
- manage aggregates with a unit of work and optimistic concurrency
- add snapshotting to aggregates with many events
- dispatch commands and publish events with automatic handler routing
- learn CQRS/ES patterns in a small codebase
When to choose
- you want a minimal, pluggable CQRS/ES foundation rather than a heavyweight framework
- you are on .NET and want few dependencies
- you need snapshots, caching, and concurrency checking out of the box
When to avoid
- you need a full-featured framework with built-in event store, projections, or messaging transport
- you are not using .NET/C#
- you want turnkey infrastructure instead of assembling your own components
Facets
framework · maturity active
middleware message-queue caching serialization backend developer-tools microservices apis dotnet cross-platform serverless cqrs event-sourcing ddd aggregate-roots netstandard command-handling event-bus snapshots optimistic-concurrency unit-of-work
1 source
- readme: https://github.com/gautema/CQRSlite · fetched 2026-08-28 · dbc2fd539d63
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gautema/CQRSlite | main | 56 |
For agents
markdown · JSON · MCP: product_card(name="gautema/CQRSlite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem