Time Series Analytics User

Build a new time-series analytics use case on top of the deployed Time Series Analytics microservice — bring it up with Docker Compose (from a repo clone, or by fetching the compose files from GitHub when no clone exists) using the prebuilt intel/ia-time-series-analytics-microservice image, then author a UDF (Python) + TICKscript pair for the use case (threshold alerting, rate-of-change/spike detection, rolling-window anomaly detection, pretrained-model inference per point, or batch windowed inference over a time window), package it as a tar, deploy it via the REST API, and feed it data. Use when the user describes a sensor/metric monitoring or anomaly-detection scenario, wants to plug their own analytics logic or a trained scikit-learn model into a streaming or windowed-batch pipeline, or asks to wire up MQTT/OPC UA alerting on top of this service. Not for modifying the microservice's own source code — that is time-series-analytics-dev.

open-edge-platform 0b4470a 14 files · 94.9 KB Updated

File contents

open-edge-platform/edge-ai-libraries/tree/main/microservices/time-series-analytics/.github/skills/time-series-analytics-user commit 0b4470a49a

Frequently asked questions

npx skillmds@latest add open-edge-platform/time-series-analytics-user