Stardust.KeenIo.Client 1.5.7.1

.NET Framework 4.5
dotnet add package Stardust.KeenIo.Client --version 1.5.7.1
NuGet\Install-Package Stardust.KeenIo.Client -Version 1.5.7.1
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="Stardust.KeenIo.Client" Version="1.5.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stardust.KeenIo.Client --version 1.5.7.1
#r "nuget: Stardust.KeenIo.Client, 1.5.7.1"
#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 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
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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
1.5.7.1 6,625 8/30/2016
1.5.2 831 8/29/2016
1.5.0 831 8/29/2016
1.4.6 831 8/29/2016
1.4.5.2 841 8/23/2016
1.4.5.1 822 8/23/2016
1.4.0 1,063 8/22/2016
1.3.0 1,065 8/22/2016
1.2.0 821 8/19/2016
1.1.1 849 8/19/2016
1.0.3 1,136 8/18/2016

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.