Industrial IoT
Durable, ordered device history with instant current-state reads — one engine at the edge or in the datacenter.
The problem
Why this is hard today
Industrial telemetry is unforgiving: sensor and control streams are high-volume and bursty, ordering matters, and a dropped reading can mean a missed fault.
Cloud-only pipelines add latency and a failure mode when connectivity drops; warehouse-only pipelines answer current-state questions with full-history scans.
The fit is an engine that ingests at line rate with backpressure, keeps ordered history durably, and answers "what is this machine doing now" in constant time — on hardware that runs at the edge.
Where NYXDB fits
Use-case journeys
Device telemetry at line rate
Absorb bursty device streams durably with backpressure, and read current state per device instantly.
IoT & telemetryFleet & process observability
Continuous transforms turn raw telemetry into live plant/line metric tables.
Observability & logsAnomaly & threshold alerting
Read-your-writes state and exact counts drive real-time threshold checks.
Fraud & riskArchitecture
How NYXDB fits industrial IoT
Readings append at line rate under the memory governor; keyed tables keep the last reading per device for O(1) current-state reads, on a 154MB image that runs anywhere.
- 01
Line-rate ingest
Shard-owned, lock-free write paths, WAL-backed.
- 02
Governed
Ramp then block admission under memory pressure.
- 03
Current state
Keyed tables keep the latest per (device, metric).
- 04
Edge deploy
One small image from an edge box to the cloud.
Real SQL
Representative query
SELECT device_id, valueFROM readingsWHERE metric = 'vibration_rms' AND value > 4.5;Every statement follows the engine’s own test SQL shapes. See the SQL reference for full syntax.
Capabilities
What you get
Line-rate ingest
Lock-free shard-owned write paths.
Backpressure
Governor ramps then blocks — no data loss.
O(1) current state
Last reading per device instantly.
Edge to cloud
One 154MB image runs anywhere.
Proof
Measured where it counts
rows/s ingest, end-to-end (local)
ADR-075
rows/s sustained over-RAM (governed)
ADR-075
container image, edge-ready
placeholder — not yet substantiated
▲Figures marked TODO-verify are placeholders pending a published, reproducible benchmark; substantiated numbers cite their source.
Learn more
Related documentation
Telemetry that keeps up, at the edge
Explore the IoT solution or run a node.