Darkseid 0.2.1
See the version list below for details.
dotnet add package Darkseid --version 0.2.1
NuGet\Install-Package Darkseid -Version 0.2.1
<PackageReference Include="Darkseid" Version="0.2.1" />
paket add Darkseid --version 0.2.1
#r "nuget: Darkseid, 0.2.1"
// Install Darkseid as a Cake Addin #addin nuget:?package=Darkseid&version=0.2.1 // Install Darkseid as a Cake Tool #tool nuget:?package=Darkseid&version=0.2.1
Actor-based library to help you push data data into Amazon Kinesis stream and manage the sharding level of your stream:
- auto-split shards based on rate of throttled calls
- send data in blocking or background mode
- use high-water marks to manage the size of the backlog when running in background mode
- fully asynchronous
- highly configurable
- reports shard specific metrics to CloudWatch
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- AWSSDK (>= 2.3.1)
- FSharp.Core (>= 3.1.0 && < 4.0.0)
- log4net
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated dependencies of AWSSDK
Fix bug related to race conditions accessing the cache (for memoization)