← Back to Portfolio
PULSEBOARD
Real-time IoT analytics engine processing petabytes of sensor data with sub-100ms query latency.
[ STATUS: DEPLOYED ]
[ YEAR: 2023 ]
[ YEAR: 2023 ]
FIG. 01 — OVERVIEW
// System Description
Pulseboard ingests industrial telemetry at plant scale: vibration, thermal, and PLC streams that used to die in overnight batch jobs. Timescale hypertables plus a WebSocket fan-out keep operator consoles under 100ms even when a line is screaming. Anomaly windows are computed at the edge and confirmed in the warehouse, so false positives do not page the night shift. The React surface is a single board — not a maze of dashboards — because a mill supervisor will not hunt for a chart.
// Operational Demo
// Architecture
// Stack
- React
- TimescaleDB
- WebSocket
- Node.js
// Capabilities
- 01Sub-100ms live query path
- 02Petabyte-class sensor ingest
- 03Edge anomaly windows
- 04Operator single-board UI
- 05WebSocket fan-out to plants
// Access
// Interface Views
// Next Project