Skip to main content
Captia Technology

What is Unified Namespace (UNS)

Definition

What is Unified Namespace (UNS)?

Industrial data architecture proposed by Walker Reynolds where a single pub/sub structure (typically MQTT) acts as the "single source of truth" for plant and business. Captia Connect uses it as the reference OT/IT pattern.

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.

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.

Related terms

Related solutions

How we apply this concept in practice:

Frequently asked questions

Is the Unified Namespace a product you buy?
No. It is an architecture pattern implemented with standard components: an MQTT broker, ingestion gateways and an agreed hierarchical naming convention. Commercial platforms can help, but the UNS itself is a design, not a specific software product.
Do I need to replace my SCADA or ERP to adopt a UNS?
No. Existing systems connect to the namespace via connectors or gateways; they keep working as before but additionally publish to and consume from the common broker. The UNS is built around what already exists.
How does a UNS differ from a data lake?
The UNS represents the current state in real time; a data lake or lakehouse stores history for analysis. They are complementary: the historical store is typically fed by subscribing to the UNS and persisting its events.
Where do you start implementing a Unified Namespace?
With the naming convention and a pilot area: define the hierarchy (site, area, line, machine, variable), deploy the broker and connect one representative line. From there, each new system joins by publishing or subscribing.

Keep reading

This term belongs to the scope of Captia Connect. You can find every other definition in the full glossary.