Beckett 0.14.4

dotnet add package Beckett --version 0.14.4                
NuGet\Install-Package Beckett -Version 0.14.4                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Beckett" Version="0.14.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Beckett --version 0.14.4                
#r "nuget: Beckett, 0.14.4"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Beckett as a Cake Addin
#addin nuget:?package=Beckett&version=0.14.4

// Install Beckett as a Cake Tool
#tool nuget:?package=Beckett&version=0.14.4                

Beckett

Building blocks for event sourcing and message-based applications:

  • Subscriptions - subscribe to messages and process them in order by stream
    • Event handlers, projections, etc... - add asynchronous, event-driven behavior to your applications
    • Horizontal scalability - use auto-scaling to have as many nodes as needed processing messages in parallel where the work is distributed automatically across all available nodes without needing to manage the distribution by way of consumer groups or similar mechanisms
    • Retries - built-in retry support for failed messages - since messages are processed in order by stream per subscription, a failed message only blocks a single stream for a subscription at a time and the rest of the streams can continue processing for that subscription
  • Scheduled Messages - schedule messages to be sent at a future time with cancellation support
  • Open Telemetry - built-in support to provide tracing and metrics
  • Dashboard - browse messages, retry failed subscriptions, and more
  • Bring Your Own Event Store - Beckett provides a simple Postgres-based message store or use your own by implementing the IMessageStorage interface
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Beckett:

Package Downloads
Beckett.Dashboard

Messaging and event sourcing library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.14.4 72 12/17/2024
0.14.3 79 12/16/2024
0.14.2 76 12/16/2024
0.14.1 82 12/12/2024
0.14.0 83 12/12/2024
0.13.1 841 11/15/2024
0.13.0 99 11/8/2024
0.12.6 459 11/1/2024
0.12.5 132 10/31/2024
0.12.4 184 10/30/2024
0.12.3 120 10/29/2024
0.12.2 132 10/29/2024
0.12.1 618 10/28/2024
0.12.0 105 10/28/2024
0.11.12 138 10/25/2024
0.11.11 209 10/22/2024
0.11.10 338 10/18/2024
0.11.9 148 10/18/2024
0.11.8 154 10/18/2024
0.11.7 147 10/18/2024
0.11.6 167 10/17/2024
0.11.5 105 10/17/2024
0.11.4 99 10/17/2024
0.11.3 101 10/17/2024
0.11.2 233 10/13/2024
0.11.1 131 10/12/2024
0.11.0 133 10/11/2024
0.10.4 104 10/8/2024
0.10.3 117 10/7/2024
0.10.2 86 10/7/2024
0.10.1 87 10/7/2024
0.10.0 87 10/7/2024
0.9.17 1,731 9/14/2024
0.9.16 133 9/14/2024
0.9.15 216 9/13/2024
0.9.14 118 9/13/2024
0.9.13 296 9/7/2024
0.9.12 108 9/6/2024
0.9.11 274 9/5/2024
0.9.10 355 9/4/2024
0.9.9 400 8/29/2024
0.9.8 97 8/29/2024
0.9.7 234 8/28/2024
0.9.6 201 8/27/2024
0.9.5 106 8/27/2024
0.9.4 570 8/16/2024
0.9.3 590 8/14/2024
0.9.2 406 8/12/2024
0.9.1 268 8/8/2024
0.9.0 301 8/5/2024
0.8.13 68 8/2/2024
0.8.12 67 8/2/2024
0.8.11 437 7/26/2024
0.8.10 109 7/25/2024
0.8.9 106 7/25/2024
0.8.8 288 7/21/2024
0.8.7 147 7/19/2024
0.8.6 95 7/19/2024
0.8.5 189 7/16/2024
0.8.4 120 7/16/2024
0.8.3 110 7/16/2024
0.8.2 196 7/13/2024
0.8.1 104 7/13/2024
0.8.0 100 7/13/2024
0.7.9 121 7/12/2024
0.7.8 105 7/12/2024
0.7.7 121 7/11/2024
0.7.6 107 7/10/2024
0.7.5 100 7/10/2024
0.7.4 126 7/10/2024
0.7.3 108 7/10/2024
0.7.2 98 7/9/2024
0.7.1 113 7/9/2024
0.7.0 105 7/9/2024