TECHIS.Cloud.ActivityMetrics
3.1.0
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 the usual -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.
This package contains primarily interfaces and DTOs.
Other additional packages will be available for the various NoSQL services.
The Azure Table API implementation is called "TECHIS.Cloud.ActivityMetrics.AzureTable"
Install-Package TECHIS.Cloud.ActivityMetrics -Version 3.1.0
dotnet add package TECHIS.Cloud.ActivityMetrics --version 3.1.0
<PackageReference Include="TECHIS.Cloud.ActivityMetrics" Version="3.1.0" />
paket add TECHIS.Cloud.ActivityMetrics --version 3.1.0
Release Notes
Added added direct support for netstandard2.0
Dependencies
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.