Stardust.KeenIo.Client
1.5.7.1
dotnet add package Stardust.KeenIo.Client --version 1.5.7.1
NuGet\Install-Package Stardust.KeenIo.Client -Version 1.5.7.1
<PackageReference Include="Stardust.KeenIo.Client" Version="1.5.7.1" />
paket add Stardust.KeenIo.Client --version 1.5.7.1
#r "nuget: Stardust.KeenIo.Client, 1.5.7.1"
// Install Stardust.KeenIo.Client as a Cake Addin #addin nuget:?package=Stardust.KeenIo.Client&version=1.5.7.1 // Install Stardust.KeenIo.Client as a Cake Tool #tool nuget:?package=Stardust.KeenIo.Client&version=1.5.7.1
Keen IO is an analytics API for modern developers. Track any event: signups, upgrades, impressions, purchases, powerups, errors, shares... Keen IO stores events in arbitrary JSON format, automatically ingesting any new events and rich custom properties you send. Our elegant query APIs make it straightforward to run counts, sums, segmentation, and more.
This is a full featured .net client for keen.io.
It supports (and everything supports task async):
- adding events (batch and single)
- analytics: queries, multi queries and funnels
- project management
- api key management
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. |
-
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Newtonsoft.Json (>= 6.0.8)
- Stardust.Interstellar.Rest (>= 2.6.7)
- Stardust.Interstellar.Rest.Annotations (>= 1.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added Funnel and Multi analysis support
Added advanced management support (custom api key management and subscription management)
new in 1.5:
Added batch event processor; pushes the set of events when the threshold is reached.
1.5.7:
adjusting defaultConnectionLimit to ensure best possible throughput.