ravega.net
Project

Unidentified source published

Sensor-node network — probes report channel-agnostic readings and a detector flags rolling z-score deviations as candidate anomalies, with per-node alert status.

Stack

Python · FastAPI · React + Vite · PostgreSQL · InfluxDB

Notable engineering

  • Sensor probes report channel-agnostic readings, so a new sensor type needs no schema change to participate.
  • A detector flags rolling z-score deviations as candidate anomalies rather than hardcoding thresholds per channel.
  • Per-node alert status, so a single noisy probe is visible as a noisy probe instead of poisoning the whole network's signal.

Read the source →