Skip to content
SENS Platform Docs

System Overview

The V1 platform consists of a small number of deployable applications and shared infrastructure.

Main applications:

  • web-console provides the browser UI.
  • platform-api owns HTTP APIs, authentication integration, authorization, and audit-relevant administrative behavior.
  • mqtt-ingestion-worker receives MQTT messages from the Network Server and publishes raw events into the internal stream.
  • telemetry-worker processes raw events, matches devices, stores raw payloads, executes decoders, and stores measurements.

Main infrastructure:

  • PostgreSQL and TimescaleDB for relational and time-series data.
  • An internal durable broker or stream for retryable telemetry processing.