JasperFx.Events
2.10.0
dotnet add package JasperFx.Events --version 2.10.0
NuGet\Install-Package JasperFx.Events -Version 2.10.0
<PackageReference Include="JasperFx.Events" Version="2.10.0" />
<PackageVersion Include="JasperFx.Events" Version="2.10.0" />
<PackageReference Include="JasperFx.Events" />
paket add JasperFx.Events --version 2.10.0
#r "nuget: JasperFx.Events, 2.10.0"
#:package JasperFx.Events@2.10.0
#addin nuget:?package=JasperFx.Events&version=2.10.0
#tool nuget:?package=JasperFx.Events&version=2.10.0
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 (8)
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 (2)
Showing the top 2 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!
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.10.0 | 0 | 6/13/2026 |
| 2.9.13 | 0 | 6/13/2026 |
| 2.9.12 | 0 | 6/13/2026 |
| 2.9.11 | 0 | 6/13/2026 |
| 2.9.10 | 635 | 6/12/2026 |
| 2.9.9 | 1,875 | 6/11/2026 |
| 2.9.8 | 125 | 6/11/2026 |
| 2.9.7 | 44 | 6/11/2026 |
| 2.9.6 | 2,326 | 6/10/2026 |
| 2.9.5 | 62 | 6/10/2026 |
| 2.9.4 | 69 | 6/10/2026 |
| 2.9.3 | 62 | 6/10/2026 |
| 2.9.2 | 2,910 | 6/9/2026 |
| 2.9.1 | 607 | 6/9/2026 |
| 2.9.0 | 774 | 6/8/2026 |
| 2.8.2 | 31,032 | 6/5/2026 |
| 2.8.1 | 102 | 6/5/2026 |
| 2.8.0 | 21,521 | 6/2/2026 |
| 2.6.1 | 106 | 6/2/2026 |
| 1.36.1 | 242 | 6/5/2026 |