System Overview
The V1 platform consists of a small number of deployable applications and shared infrastructure.
Main applications:
web-consoleprovides the browser UI.platform-apiowns HTTP APIs, authentication integration, authorization, and audit-relevant administrative behavior.mqtt-ingestion-workerreceives MQTT messages from the Network Server and publishes raw events into the internal stream.telemetry-workerprocesses 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.