Architecture
Deployment Architecture
Central broker deployment
in this architecture, a broker acts as the central message bus for production data exchange factry historian subscribes to topics to collect time series data instead of connecting to the datasources directly processed or enriched data is published back to the broker for use is other systems this deployment archicture is common in unified namespace ( {{uns}} ) design patterns when it’s used companies already deploying a centralized broker for iiot/ot integration (sparkplug b, lightweight sensors, edge gateways) when multiple it and ot systems (cmms, mes, erp, analytics platforms, etc ) exchange data through a central broker for decoupling producers don’t need to know who consumes their data, and consumers don’t need to care who produces it when standard interoperability with multiple data platforms is a requirement architecture machines, plcs, scada systems, and iot devices publish process data into a central broker the factry collectors docid\ wp81bftwmpuk gfimcj6u subscribes to specific broker topics and writes that data to factry historian the historian can also publish aggregated or processed data back to the broker, making it available to other consumers (dashboards, analytics, external systems) functions used measurement discovery and auto onboarding (in the case of mqtt sparkplug b) forwarders docid\ td6emj3f 0xsgji7p4dag can be used to send enriched data from factry historian back to the broker benefits loose coupling between producers and consumers of data highly scalable many systems can subscribe to the same data without point to point integrations simplifies integration with third party applications (cloud analytics, digital twins, ai/ml platforms) promotes use of open standards (e g mqtt) for interoperability considerations requires strong governance of topic namespaces, payload formats, and quality of service levels to avoid chaos data ownership and versioning must be carefully managed the broker itself becomes an additional critical piece of infrastructure to prevent data loss downtime or overload will ripple across all connected systems data consumers that require both real time and historical data now need to connect to two different systems summary a broker centered deployment treats factry historian as one of many players in a publish/subscribe ecosystem the historian collects from and contributes to a shared broker, enabling highly decoupled, scalable integration this architecture is most powerful in environments that embrace iiot and open interoperability standards, but it requires discipline in governance and robust broker infrastructure to succeed