The Unified Namespace (UNS) is an industrial data architecture where all plant and business information is published into a single hierarchical event structure, typically over MQTT, acting as the single source of truth: every system publishes to and consumes from the same namespace, in real time.
How a Unified Namespace works
The pattern, popularised by Walker Reynolds, inverts classic point-to-point integration. Instead of wiring each system to every other, all systems publish their state to a central broker following a semantic hierarchy (e.g. enterprise/site/area/line/machine/variable) and subscribe to what they need. The broker is usually MQTT and message semantics usually follow Sparkplug B. The current state of the operation lives in one place, always fresh.
Why it matters for industrial SMEs
The value is the marginal cost of each new integration. Point-to-point, adding a fifth system means building four more connections; with a UNS you build one: publish or subscribe. That makes plant dashboards, consumption alerts or a central historian viable because each reuses the same data infrastructure, and the hierarchy forces a naming and data-governance exercise most plants still owe.
Related terms
The UNS relies on MQTT for transport and Sparkplug B for semantics. It is an OT/IT convergence pattern: data reaches the broker from PLCs via OPC-UA or edge gateways, and feeds the ERP and the historian.