JasperFx.Events 2.6.1

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:

  • ProjectionsProjectionBase, IInlineProjection, snapshot / single-stream / multi-stream variants, and the SnapshotLifecycle enum.
  • Async daemonAsyncShard, ISubscriptionExecution, projection lifecycle and shard role semantics.
  • Slicing & groupingSliceGroup, EventSlice, IEventSlicer for fan-out projection topologies.
  • Event metadataIEvent, IEventRegistry, type registry primitives.
  • DescriptorsEventStoreUsage and friends, surfaced through IEventStoreUsageSource to 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.

Showing the top 20 packages that depend on JasperFx.Events.

Packages Downloads
Marten
.NET Transactional Document DB and Event Store on PostgreSQL
12
Marten
.NET Transactional Document DB and Event Store on PostgreSQL
11
Marten
.NET Transactional Document DB and Event Store on PostgreSQL
10
Marten
.NET Transactional Document DB and Event Store on PostgreSQL
9

.NET 10.0

.NET 9.0

Version Downloads Last updated
2.24.1 0 7/8/2026
2.24.0 0 7/7/2026
2.23.0 0 7/7/2026
2.22.0 0 7/7/2026
2.21.1 0 7/7/2026
2.21.0 0 7/7/2026
2.20.0 0 7/6/2026
2.19.1 0 7/6/2026
2.19.0 0 7/5/2026
2.18.1 1 7/2/2026
2.18.0 1 7/2/2026
2.17.0 1 7/2/2026
2.16.0 1 7/2/2026
2.15.0 1 7/2/2026
2.14.2 1 6/24/2026
2.14.1 1 6/24/2026
2.14.0 1 6/24/2026
2.13.3 1 6/24/2026
2.13.2 1 6/24/2026
2.13.1 1 6/24/2026
2.13.0 1 6/24/2026
2.12.0 1 6/15/2026
2.11.0 1 6/15/2026
2.10.0 1 6/15/2026
2.9.13 1 6/15/2026
2.9.12 1 6/15/2026
2.9.11 1 6/15/2026
2.9.10 1 6/15/2026
2.9.9 1 6/15/2026
2.9.8 1 6/15/2026
2.9.7 1 6/15/2026
2.9.6 1 6/15/2026
2.9.5 1 6/15/2026
2.9.4 1 6/15/2026
2.9.3 1 6/15/2026
2.9.2 1 6/15/2026
2.9.1 1 6/15/2026
2.9.0 1 6/15/2026
2.8.2 1 6/15/2026
2.8.1 1 6/15/2026
2.8.0 1 6/15/2026
2.6.1 1 6/15/2026
2.6.0 1 6/15/2026
2.5.0 1 6/15/2026
2.4.1 1 6/15/2026
2.4.0 1 6/15/2026
2.3.0 1 6/15/2026
2.2.7 1 6/15/2026
2.2.6 1 6/15/2026
2.2.5 1 6/15/2026
2.2.4 1 6/15/2026
2.2.3 1 6/15/2026
2.2.2 1 6/15/2026
2.2.1 1 6/15/2026
2.2.0 1 5/28/2026
2.1.4 2 5/28/2026
2.1.3 2 5/28/2026
2.1.2 2 5/28/2026
2.1.1 2 5/28/2026
2.1.0 2 5/28/2026
2.0.0 2 5/28/2026
2.0.0-rc.3 2 5/28/2026
2.0.0-rc.2 2 5/28/2026
2.0.0-rc.1 2 5/28/2026
2.0.0-alpha.21 2 5/28/2026
2.0.0-alpha.20 2 5/20/2026
2.0.0-alpha.19 2 5/20/2026
2.0.0-alpha.16 2 5/20/2026
2.0.0-alpha.15 2 5/20/2026
2.0.0-alpha.14 2 5/20/2026
2.0.0-alpha.13 2 5/20/2026
2.0.0-alpha.12 2 5/20/2026
2.0.0-alpha.11 2 5/20/2026
2.0.0-alpha.10 2 5/20/2026
2.0.0-alpha.9 2 5/20/2026
2.0.0-alpha.8 2 5/20/2026
2.0.0-alpha.7 2 5/20/2026
2.0.0-alpha.6 2 5/20/2026
2.0.0-alpha.5 2 5/20/2026
2.0.0-alpha.4 2 5/20/2026
2.0.0-alpha.3 2 5/20/2026
2.0.0-alpha.2 2 5/20/2026
2.0.0-alpha.1 2 5/11/2026
1.36.2 1 6/24/2026
1.36.1 1 6/15/2026
1.36.0 2 5/11/2026
1.35.0 2 5/11/2026
1.34.0 2 5/11/2026
1.33.2 2 5/11/2026
1.33.1 2 5/11/2026
1.33.0 3 5/4/2026
1.32.0 3 5/4/2026
1.31.1 3 5/4/2026
1.31.0 3 5/4/2026
1.30.0 3 5/4/2026
1.29.1 3 4/26/2026
1.29.0 3 4/26/2026
1.28.1 3 4/26/2026
1.27.0 4 4/19/2026
1.26.1 4 4/19/2026
1.26.0 4 4/19/2026
1.25.0 4 4/19/2026
1.24.2 4 4/19/2026
1.24.1 4 4/19/2026
1.24.0 5 3/22/2026
1.23.1 5 3/14/2026
1.23.0 5 3/14/2026
1.22.0 5 3/1/2026
1.21.1 5 3/1/2026
1.21.0 5 2/19/2026
1.20.0 5 2/19/2026
1.19.1 5 2/9/2026
1.19.0 5 2/9/2026
1.18.0 5 2/9/2026
1.17.0 5 2/9/2026
1.16.0 6 1/28/2026
1.15.0 6 1/28/2026
1.14.0 6 1/28/2026
1.13.1 6 1/28/2026
1.13.0 6 1/28/2026
1.12.2 6 12/12/2025
1.12.1 7 12/15/2025
1.12.0 7 12/15/2025
1.11.0 8 11/9/2025
1.10.2 8 11/9/2025
1.10.1 8 11/9/2025
1.10.0 8 11/9/2025
1.9.0 9 9/19/2025
1.8.0 9 9/19/2025
1.8.0-alpha-3 9 9/20/2025
1.8.0-alpha-2 9 9/20/2025
1.8.0-alpha-1 9 9/20/2025
1.7.3 9 9/19/2025
1.7.2 9 9/19/2025
1.7.1 9 9/19/2025
1.7.0 9 9/19/2025
1.6.1 10 8/4/2025
1.6.0 10 8/4/2025
1.5.0 10 8/4/2025
1.4.0 10 8/4/2025
1.3.2 10 8/4/2025
1.3.1 10 8/4/2025
1.3.0 10 8/4/2025
1.2.1 11 6/18/2025
1.2.0 11 6/18/2025
1.1.0 11 6/18/2025
1.0.5 11 6/18/2025
1.0.4 11 6/18/2025
1.0.3 11 6/18/2025
1.0.2 11 6/18/2025
1.0.1 11 6/18/2025
1.0.0 11 6/18/2025
0.9.2 11 6/18/2025
0.9.1 11 6/18/2025
0.9.0 11 6/18/2025
0.7.0 11 6/18/2025
0.6.3 11 6/18/2025
0.6.2 11 6/18/2025
0.6.1 11 6/18/2025
0.6.0 11 6/18/2025
0.5.0 10 6/18/2025
0.4.0 11 6/18/2025
0.3.0 11 6/18/2025
0.2.0 11 6/18/2025
0.1.0 11 6/18/2025