Beckett.Dashboard
0.17.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Beckett.Dashboard --version 0.17.0
NuGet\Install-Package Beckett.Dashboard -Version 0.17.0
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.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Beckett.Dashboard --version 0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Beckett.Dashboard, 0.17.0"
#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.17.0 // Install Beckett.Dashboard as a Cake Tool #tool nuget:?package=Beckett.Dashboard&version=0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Beckett
Building blocks for event sourcing and message-based applications:
- Subscriptions - subscribe to messages and process them in order by stream
- Message handlers, projections, etc... - add asynchronous, event-driven behavior to your applications
- Horizontal scalability - use auto-scaling to have multiple nodes processing messages in parallel
- Retries - built-in retry support when errors occur - since messages are processed in order by stream per subscription, an error only blocks a single stream for a subscription at a time, and the rest of the streams can continue processing
- Projections - quickly and easily build persisted state views
- 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 failures, and more
- Bring Your Own Message Store - Beckett provides a simple Postgres-based message store or use your own by implementing
the
IMessageStorage
interface
Product | Versions 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 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Beckett (>= 0.17.0)
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.17.1 | 76 | 3 days ago |
0.17.0 | 232 | 13 days ago |
0.16.17 | 100 | a month ago |
0.16.16 | 107 | a month ago |
0.16.15 | 1,061 | 2 months ago |
0.16.14 | 246 | 2 months ago |
0.16.13 | 86 | 2 months ago |
0.16.12 | 249 | 2 months ago |
0.16.11 | 156 | 2 months ago |
0.16.10 | 127 | 2 months ago |
0.16.8 | 175 | 2 months ago |
0.16.7 | 230 | 2 months ago |
0.16.6 | 70 | 2 months ago |
0.16.5 | 152 | 2 months ago |
0.16.4 | 107 | 2 months ago |
0.16.3 | 216 | 3 months ago |
0.16.2 | 112 | 3 months ago |
0.16.1 | 191 | 3 months ago |
0.16.0 | 110 | 3 months ago |
0.15.0 | 127 | 3 months ago |
0.14.4 | 86 | 3 months ago |
0.14.3 | 95 | 3 months ago |
0.14.2 | 90 | 3 months ago |
0.14.1 | 91 | 3 months ago |
0.14.0 | 90 | 3 months ago |
0.13.1 | 899 | 4 months ago |
0.13.0 | 104 | 4 months ago |
0.12.6 | 450 | 5 months ago |
0.12.5 | 134 | 5 months ago |
0.12.4 | 178 | 5 months ago |
0.12.3 | 123 | 5 months ago |
0.12.2 | 139 | 5 months ago |
0.12.1 | 704 | 5 months ago |
0.12.0 | 103 | 5 months ago |
0.11.12 | 132 | 5 months ago |
0.11.11 | 195 | 5 months ago |
0.11.10 | 316 | 5 months ago |
0.11.9 | 131 | 5 months ago |
0.11.8 | 131 | 5 months ago |
0.11.7 | 131 | 5 months ago |
0.11.6 | 147 | 5 months ago |
0.11.5 | 99 | 5 months ago |
0.11.4 | 86 | 5 months ago |
0.11.3 | 89 | 5 months ago |
0.11.2 | 228 | 5 months ago |
0.11.1 | 132 | 5 months ago |
0.11.0 | 121 | 5 months ago |
0.10.4 | 100 | 5 months ago |
0.10.3 | 106 | 5 months ago |
0.10.2 | 82 | 5 months ago |
0.10.1 | 85 | 5 months ago |
0.10.0 | 87 | 5 months ago |
0.9.17 | 1,701 | 6 months ago |
0.9.16 | 129 | 6 months ago |
0.9.15 | 193 | 6 months ago |
0.9.14 | 112 | 6 months ago |
0.9.13 | 270 | 6 months ago |
0.9.12 | 102 | 6 months ago |
0.9.11 | 258 | 7 months ago |
0.9.10 | 350 | 7 months ago |
0.9.9 | 386 | 7 months ago |
0.9.8 | 108 | 7 months ago |
0.9.7 | 241 | 7 months ago |
0.9.6 | 203 | 7 months ago |
0.9.5 | 106 | 7 months ago |
0.9.4 | 547 | 7 months ago |
0.9.3 | 588 | 7 months ago |
0.9.2 | 375 | 7 months ago |
0.9.1 | 251 | 7 months ago |
0.9.0 | 307 | 8 months ago |
0.8.13 | 95 | 8 months ago |
0.8.12 | 88 | 8 months ago |
0.8.11 | 407 | 8 months ago |
0.8.10 | 92 | 8 months ago |
0.8.9 | 82 | 8 months ago |
0.8.8 | 289 | 8 months ago |
0.8.7 | 150 | 8 months ago |
0.8.6 | 104 | 8 months ago |
0.8.5 | 176 | 8 months ago |
0.8.4 | 118 | 8 months ago |
0.8.3 | 108 | 8 months ago |
0.8.2 | 177 | 8 months ago |
0.8.1 | 88 | 8 months ago |
0.8.0 | 103 | 8 months ago |
0.7.9 | 116 | 8 months ago |
0.7.8 | 93 | 8 months ago |
0.7.7 | 111 | 8 months ago |
0.7.6 | 124 | 8 months ago |
0.7.5 | 92 | 8 months ago |
0.7.4 | 90 | 8 months ago |
0.7.3 | 94 | 8 months ago |
0.7.2 | 86 | 8 months ago |
0.7.1 | 118 | 8 months ago |
0.7.0 | 93 | 8 months ago |
0.6.6 | 101 | 8 months ago |
0.6.5 | 90 | 8 months ago |
0.6.4 | 110 | 8 months ago |