vss-setup-video-analytics-api

Deploy the vss-video-analytics-api service standalone with Docker Compose.

Updated May 29, 2026
One-click install
npx skills add https://github.com/rblake2320/vigil --skill vss-setup-video-analytics-api-rblake2320
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vss-setup-video-analytics-api
Source: https://github.com/rblake2320/vigil/tree/main/.claude/skills/vss-setup-video-analytics-api
Command: npx skills add https://github.com/rblake2320/vigil --skill vss-setup-video-analytics-api-rblake2320

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy the vss-video-analytics-api standalone service to connect to Elasticsearch and optional Kafka for a minimal REST API surface without the full VSS warehouse stack.

Core Features & Use Cases

  • Standalone deployment of the vss-video-analytics-api with configurable Elasticsearch and Kafka connectivity.
  • Supports a config-source, data-log bind, and endpoints for calibration, sensor data, events, and incidents.
  • Use case: run the API against an existing Elasticsearch cluster for development or lightweight deployments.

Quick Start

Bring up the standalone API by running the provided Docker Compose file against your existing Elasticsearch cluster.

Frequently Asked Questions about vss-setup-video-analytics-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a standalone video analytics API using Docker against an existing Elasticsearch cluster?

The standalone video analytics API supports optional Kafka connectivity alongside Elasticsearch. You can configure Kafka brokers to handle event streaming while maintaining the minimal REST API surface for calibration and sensor data.

What endpoints are available when deploying the video analytics API standalone?

You need Docker installed and a reachable Elasticsearch cluster to deploy the standalone video analytics API. Optional Kafka brokers can be configured if event streaming is required for your deployment scenario.

Can I configure the video analytics API to use image-baked or service-shipped configurations?

The standalone video analytics API is intended for lightweight deployments where only the REST API surface is needed. If you require the full VSS warehouse stack or complex data processing pipelines, this standalone approach may be insufficient.

Does the standalone video analytics API deployment require Kafka?

Kafka is optional for the standalone video analytics API deployment. The service requires Docker and a reachable Elasticsearch cluster, but Kafka brokers are only needed if your use case demands event streaming capabilities.