ormDB for IoT Data Platforms
ormDB serves IoT data platforms with graph fetches for complex device-fleet-customer hierarchies, R-tree indexed geo search for location-aware device queries, and change streams that push real-time device telemetry without polling.
IoT data is relational and location-aware
IoT platforms manage devices organized into fleets, owned by customers, deployed across geographic regions. Each device has telemetry data, status history, and configuration. Querying this hierarchy with traditional databases means N+1 queries or complex joins.
ormDB for device management
ormDB is a relational database engine with native graph queries and geo search. Load a fleet with all its devices, their current status, and their locations in one graph fetch.
Geo search with R-tree indexes supports radius queries, bounding box, and polygon containment — find all devices within a geographic region without PostGIS.
Change streams push real-time device status updates to monitoring dashboards. Query budgets prevent expensive queries from impacting the platform when querying across large device fleets.
Frequently Asked Questions
Can ormDB handle IoT device management?
Yes. Device fleets with hierarchical relationships (device → fleet → customer → region) load in single graph fetches. Geo search finds devices by location. Change streams push real-time device status updates.