TECHIS.Cloud.ActivityMetrics.Reactions
2.0.0
dotnet add package TECHIS.Cloud.ActivityMetrics.Reactions --version 2.0.0
NuGet\Install-Package TECHIS.Cloud.ActivityMetrics.Reactions -Version 2.0.0
<PackageReference Include="TECHIS.Cloud.ActivityMetrics.Reactions" Version="2.0.0" />
paket add TECHIS.Cloud.ActivityMetrics.Reactions --version 2.0.0
#r "nuget: TECHIS.Cloud.ActivityMetrics.Reactions, 2.0.0"
// Install TECHIS.Cloud.ActivityMetrics.Reactions as a Cake Addin
#addin nuget:?package=TECHIS.Cloud.ActivityMetrics.Reactions&version=2.0.0
// Install TECHIS.Cloud.ActivityMetrics.Reactions as a Cake Tool
#tool nuget:?package=TECHIS.Cloud.ActivityMetrics.Reactions&version=2.0.0
Track user reactions and generate metrics against those reactions.
A reaction, being a specialized form of an occurance, this package is suitable for occurances that has the following properties;
Subject Id (Integer)
Subject Type Id (String)
Value (String)
ValueType (String)
Actor (String)
Restricting SubjectId to integer allows us to perform range queries against SubjectId with predictable results.
Given the above restrictions, we can state that this package tracks occurances and generates metrics against those occurances.
To Add an occurance, call:
Activity.AddAsync([parameters])
To generate the Count Metric, call:
MetricsCountWriter.Write()
To read the Count Metric, call;
MetricsReader.QueryAsync([parameters])
OR
MetricsReader.QueryPointsAsync([parameters])
The Count Metric is the only metric generator that is included in this package. Let us know which other metrics you would like.
This package depends on TECHIS.Cloud.ActivityMetrics.AzureTable which uses the Microsoft.Azure.CosmosDB.Table. This is the new Azure Table API which can target either CosmosDB or Azure Storage Tables.
This package will create 3 tables:
A) An occurances table
B) A Metrics table
C) A Metrics history table
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- TECHIS.Cloud.ActivityMetrics.AzureTable (>= 2.0.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 |
---|---|---|
2.0.0 | 412 | 7/15/2022 |
1.0.3 | 549 | 6/20/2021 |
1.0.1 | 402 | 6/16/2021 |
1.0.0 | 1,032 | 7/12/2019 |
0.1.0.6-preview | 692 | 7/3/2018 |
0.1.0.5-preview | 688 | 6/11/2018 |
0.1.0.4-preview | 719 | 6/7/2018 |
0.1.0.3-preview | 680 | 6/7/2018 |
0.1.0.2-preview | 673 | 6/4/2018 |
0.1.0.1-preview | 701 | 5/31/2018 |
0.1.0-preview | 725 | 5/30/2018 |
Upgraded to net standard 2.1