JasperFx.Events
2.65.0
See the version list below for details.
dotnet add package JasperFx.Events --version 2.65.0
NuGet\Install-Package JasperFx.Events -Version 2.65.0
<PackageReference Include="JasperFx.Events" Version="2.65.0" />
<PackageVersion Include="JasperFx.Events" Version="2.65.0" />
<PackageReference Include="JasperFx.Events" />
paket add JasperFx.Events --version 2.65.0
#r "nuget: JasperFx.Events, 2.65.0"
#:package JasperFx.Events@2.65.0
#addin nuget:?package=JasperFx.Events&version=2.65.0
#tool nuget:?package=JasperFx.Events&version=2.65.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). - Documents (
JasperFx.Events.Documents) — the small document-session slice a store-agnostic consumer needs alongside the event store:IDocumentReadOperations/IDocumentWriteOperations/IDocumentSessionOperations,IDocumentSessionFactory, and async LINQ terminators overIQueryable<T>. Seven operations, not a document store facade.
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 (27)
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 |
|
|
Weasel.Storage
Dialect-neutral document-storage contracts (session/serializer/version-tracker/dialect seams) shared across the Critter Stack, spin off of Marten (JasperFx/marten#4821). |
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.66.1 | 0 | 9/7/2026 |
| 2.66.0 | 1,399 | 9/6/2026 |
| 2.65.0 | 210 | 9/6/2026 |
| 2.64.0 | 216 | 9/6/2026 |
| 2.63.2 | 5,961 | 9/5/2026 |
| 2.63.1 | 476 | 9/4/2026 |
| 2.63.0 | 5,641 | 9/4/2026 |
| 2.62.0 | 242 | 9/4/2026 |
| 2.61.0 | 4,882 | 9/2/2026 |
| 2.60.0 | 19,961 | 9/1/2026 |
| 2.59.0 | 13,453 | 8/31/2026 |
| 2.58.0 | 623 | 8/31/2026 |
| 2.57.2 | 19,698 | 8/30/2026 |
| 2.57.1 | 14,027 | 8/28/2026 |
| 2.57.0 | 5,996 | 8/27/2026 |
| 2.56.0 | 38,952 | 8/26/2026 |
| 2.55.0 | 24,372 | 8/23/2026 |
| 2.54.0 | 5,628 | 8/21/2026 |
| 2.53.0 | 56,906 | 8/20/2026 |
| 2.52.1 | 3,288 | 8/19/2026 |