Info
Version: | 2.0.0 |
Author(s): | Arinze, TECH-IS |
Last Update: | Wednesday, July 13, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://techinceptions.com/support/packages/Activity-Metrics |
NuGet Url: | https://www.nuget.org/packages/TECHIS.Cloud.ActivityMetrics.AzureTable |
Install
Install-Package TECHIS.Cloud.ActivityMetrics.AzureTable
dotnet add package TECHIS.Cloud.ActivityMetrics.AzureTable
paket add TECHIS.Cloud.ActivityMetrics.AzureTable
TECHIS.Cloud.ActivityMetrics.AzureTable Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.Cosmos.Table(>= 1.0.1)
- TECHIS.Cloud.ActivityMetrics(>= 3.1.0)
- TECHIS.Cloud.Configuration(>= 2.0.10)
- TECHIS.Core(>= 4.0.12)
Tags
This is the Azure Table Storage implementation of TECHIS.Cloud.ActivityMetrics.
---
An Activities and related Metrics pattern for a NoSQL key-value store.
A general use case for NoSQL stores is the tracking of activities and events.
An out-of-band process is generally then used to generate additional metrics from the events or activities data.
A simple use case is tracking the reactions to a web post - likes, smiles, down-votes etc.
these activities can be track with additional qualifiers (e.g., a down-vote can be a -3 instead of just -1).
The activities are stored in the Activities table.
Additional processes can then be executed to generate the metrics, for example, counting the number of likes, or the average likes for an area of a website.