Beckett.Dashboard 0.14.4

dotnet add package Beckett.Dashboard --version 0.14.4                
NuGet\Install-Package Beckett.Dashboard -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.Dashboard" Version="0.14.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Beckett.Dashboard --version 0.14.4                
#r "nuget: Beckett.Dashboard, 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.Dashboard as a Cake Addin
#addin nuget:?package=Beckett.Dashboard&version=0.14.4

// Install Beckett.Dashboard as a Cake Tool
#tool nuget:?package=Beckett.Dashboard&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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.14.4 69 12/17/2024
0.14.3 76 12/16/2024
0.14.2 74 12/16/2024
0.14.1 76 12/12/2024
0.14.0 75 12/12/2024
0.13.1 787 11/15/2024
0.13.0 97 11/8/2024
0.12.6 442 11/1/2024
0.12.5 124 10/31/2024
0.12.4 170 10/30/2024
0.12.3 108 10/29/2024
0.12.2 130 10/29/2024
0.12.1 604 10/28/2024
0.12.0 94 10/28/2024
0.11.12 124 10/25/2024
0.11.11 187 10/22/2024
0.11.10 307 10/18/2024
0.11.9 126 10/18/2024
0.11.8 126 10/18/2024
0.11.7 128 10/18/2024
0.11.6 140 10/17/2024
0.11.5 96 10/17/2024
0.11.4 83 10/17/2024
0.11.3 81 10/17/2024
0.11.2 223 10/13/2024
0.11.1 127 10/12/2024
0.11.0 118 10/11/2024
0.10.4 97 10/8/2024
0.10.3 103 10/7/2024
0.10.2 76 10/7/2024
0.10.1 82 10/7/2024
0.10.0 79 10/7/2024
0.9.17 1,698 9/14/2024
0.9.16 126 9/14/2024
0.9.15 190 9/13/2024
0.9.14 111 9/13/2024
0.9.13 266 9/7/2024
0.9.12 100 9/6/2024
0.9.11 255 9/5/2024
0.9.10 349 9/4/2024
0.9.9 383 8/29/2024
0.9.8 107 8/29/2024
0.9.7 237 8/28/2024
0.9.6 198 8/27/2024
0.9.5 101 8/27/2024
0.9.4 544 8/16/2024
0.9.3 572 8/14/2024
0.9.2 372 8/12/2024
0.9.1 248 8/8/2024
0.9.0 296 8/5/2024
0.8.13 92 8/2/2024
0.8.12 86 8/2/2024
0.8.11 402 7/26/2024
0.8.10 86 7/25/2024
0.8.9 76 7/25/2024
0.8.8 282 7/21/2024
0.8.7 144 7/19/2024
0.8.6 96 7/19/2024
0.8.5 172 7/16/2024
0.8.4 114 7/16/2024
0.8.3 103 7/16/2024
0.8.2 175 7/13/2024
0.8.1 85 7/13/2024
0.8.0 101 7/13/2024
0.7.9 112 7/12/2024
0.7.8 88 7/12/2024
0.7.7 108 7/11/2024
0.7.6 114 7/10/2024
0.7.5 90 7/10/2024
0.7.4 86 7/10/2024
0.7.3 92 7/10/2024
0.7.2 81 7/9/2024
0.7.1 116 7/9/2024
0.7.0 91 7/9/2024
0.6.6 96 7/8/2024
0.6.5 86 7/7/2024
0.6.4 106 7/7/2024