JasperFx.Events
2.9.4
See the version list below for details.
dotnet add package JasperFx.Events --version 2.9.4
NuGet\Install-Package JasperFx.Events -Version 2.9.4
<PackageReference Include="JasperFx.Events" Version="2.9.4" />
<PackageVersion Include="JasperFx.Events" Version="2.9.4" />
<PackageReference Include="JasperFx.Events" />
paket add JasperFx.Events --version 2.9.4
#r "nuget: JasperFx.Events, 2.9.4"
#:package JasperFx.Events@2.9.4
#addin nuget:?package=JasperFx.Events&version=2.9.4
#tool nuget:?package=JasperFx.Events&version=2.9.4
JasperFx.Events
Foundational event store abstractions and projection infrastructure for the Critter Stack. Consumed by Marten (Postgres) and Polecat (SQL Server) so a projection or async-daemon scenario written against JasperFx.Events works across both products.
Provides:
- Projections —
ProjectionBase,IInlineProjection, snapshot / single-stream / multi-stream variants, and theSnapshotLifecycleenum. - Async daemon —
AsyncShard,ISubscriptionExecution, projection lifecycle and shard role semantics. - Slicing & grouping —
SliceGroup,EventSlice,IEventSlicerfor fan-out projection topologies. - Event metadata —
IEvent,IEventRegistry, type registry primitives. - Descriptors —
EventStoreUsageand friends, surfaced throughIEventStoreUsageSourceto monitoring tools (CritterWatch).
Quick start
public class OrderProjection : SingleStreamProjection<Order, Guid>
{
public Order Create(OrderPlaced e) => new(e.OrderId, e.Total);
public Order Apply(OrderShipped e, Order state) => state with { Shipped = true };
}
Documentation
Full docs at https://jasperfx.net.
Repo: github.com/JasperFx/jasperfx.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
NuGet packages (11)
Showing the top 5 NuGet packages that depend on JasperFx.Events:
| Package | Downloads |
|---|---|
|
Marten
.NET Transactional Document DB and Event Store on PostgreSQL |
|
|
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten |
|
|
WolverineFx
Build Robust Event Driven Architectures with Simpler Code |
|
|
Weasel.SqlServer
SqlClient Helpers and SQL Server Schema Migration Tool, spin off of Marten |
|
|
Polecat
SQL Server backed Event Store for the Critter Stack |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on JasperFx.Events:
| Repository | Stars |
|---|---|
|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
|
JasperFx/wolverine
Supercharged .NET server side development!
|
|
|
JasperFx/weasel
Database Development Made Easy for .Net
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.18.1 | 6 | 6/28/2026 |
| 2.18.0 | 261 | 6/27/2026 |
| 2.17.0 | 152 | 6/27/2026 |
| 2.16.0 | 5,747 | 6/25/2026 |
| 2.15.0 | 437 | 6/24/2026 |
| 2.14.2 | 1,497 | 6/24/2026 |
| 2.14.1 | 78 | 6/24/2026 |
| 2.14.0 | 75 | 6/24/2026 |
| 2.13.3 | 1,093 | 6/23/2026 |
| 2.13.2 | 7,278 | 6/22/2026 |
| 2.13.1 | 7,021 | 6/18/2026 |
| 2.13.0 | 60,266 | 6/17/2026 |
| 2.12.0 | 31,981 | 6/14/2026 |
| 2.11.0 | 154 | 6/14/2026 |
| 2.10.0 | 2,846 | 6/13/2026 |
| 2.9.13 | 610 | 6/13/2026 |
| 2.9.12 | 130 | 6/13/2026 |
| 2.9.11 | 129 | 6/13/2026 |
| 2.9.4 | 149 | 6/10/2026 |
| 1.36.2 | 5,207 | 6/18/2026 |