This challenge builds on IoT Platform 1 - Smart Home Hub. Complete it first for the best experience.
HomeLink has pivoted to industrial IoT (IIoT), serving manufacturing plants, energy grids, and logistics fleets. The platform now manages 50 million sensors across 10,000 facilities worldwide. Challenges:
- Telemetry ingestion - sensors report data (temperature, vibration, pressure, GPS) every second. The platform ingests 50 million events per second at peak.•Edge computing - each facility runs an edge gateway that pre-processes data locally (filtering, aggregation, anomaly pre-screening) before forwarding to the cloud. Edge nodes must operate autonomously during internet outages.•Anomaly detection - an ML pipeline monitors for equipment failures (predictive maintenance). It must alert operators within 10 seconds of detecting an anomaly.•Data retention - store raw telemetry for 90 days, aggregated data for 5 years. Total storage in petabytes.•Multi-tenant isolation - each facility's data is strictly isolated for security and compliance.
This challenge tests time-series data at extreme scale, edge architecture, and real-time ML.
Scale to 50 M industrial sensors with edge processing, anomaly detection, and five-nines uptime. Build this architecture under realistic production constraints, then validate tradeoffs in the design lab simulation.
Request path: The solution keeps ingress, service logic, and stateful dependencies separated so each layer can scale independently.
Reference flow: IoT Devices -> Load Balancer -> Core Service -> Primary NoSQL DB -> Event Bus -> Background Workers -> Stream Processor -> Data Warehouse