Industrial IoT

Five end-to-end industrial showcases riding the same platform — sandboxed Go/Python in k8s Jobs, LLM reasoning over the signals, pipelines fanning out alerts, work orders, designs, and shift reports.

Step 1 · Deploy Go DSP Asset

pump-dsp-correction · runs as a k8s Job on every window

Step 2 · Deploy RUL Estimator

rul-estimator · optional — smoothens cold-start estimates

Live systemMQTTTSDBConnectors 0Live mode

Step 3 · Stream vibration windows through the pipeline

10 windows over ~30s. Scripted fault trajectory: healthy → early bearing wear → acute imbalance. Each window runs validate → Go DSP (k8s Job)→ LLM diagnosis → RUL estimator → severity router → (CRITICAL/WARN: maintenance planner) → persist.

Deploy the Go DSP asset first.

Run on the edge

Same vibration window, but the classifier runs on a gateway pod next to the sensor — no WAN round-trip. Compare cloud vs. edge severity + latency below.

Edge agent: iot-pump-edge-classifierRuntime: RustGateway: edge-cluster-default