You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

TECHIS.Cloud.ActivityMetrics

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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 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"

8.0.0
nugetNuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

Azure

FAQs

Package last updated on 22 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts