diff --git a/README.md b/README.md index d45efb80..81b4794e 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,7 @@ Build a reliable, efficient and industry-specific Internet of Vehicles platform - [BACnet Protocol: Basic Concepts, Structure, and Object Model Explained](https://www.emqx.com/en/blog/bacnet-protocol-basic-concepts-structure-obejct-model-explained) ([Edit](https://github.com/emqx/blog/blob/main/en/202310/bacnet-protocol-basic-concepts-structure-obejct-model-explained.md)) - [Automated KPIs Implementation for Industrial IoT with the Open Manufacturing Hub](https://www.emqx.com/en/blog/automated-kpis-implementation-for-iiot-with-the-open-manufacturing-hub) ([Edit](https://github.com/emqx/blog/blob/main/en/202310/automated-kpis-implementation-for-iiot-with-the-open-manufacturing-hub.md)) - [Incorporating the Unified Namespace with ISA-95: Best Practices](https://www.emqx.com/en/blog/incorporating-the-unified-namespace-with-isa-95-best-practices) ([Edit](https://github.com/emqx/blog/blob/main/en/202309/incorporating-the-unified-namespace-with-isa-95-best-practices.md)) -- [Implementing Unified Namespace Using EMQX and Neuron](https://www.emqx.com/en/blog/implementing-unified-namespace-using-emqx-and-neuron) ([Edit](https://github.com/emqx/blog/blob/main/en/202309/implementing-unified-namespace-using-emqx-and-neuron.md)) +- [Implementing Unified Namespace Using EMQX and NeuronEX](https://www.emqx.com/en/blog/implementing-unified-namespace-using-emqx-and-neuron) ([Edit](https://github.com/emqx/blog/blob/main/en/202309/implementing-unified-namespace-using-emqx-and-neuron.md)) - [The Power of Unified Namespace in Modern Manufacturing](https://www.emqx.com/en/blog/the-power-of-unified-namespace-in-modern-manufacturing) ([Edit](https://github.com/emqx/blog/blob/main/en/202309/the-power-of-unified-namespace-in-modern-manufacturing.md)) - [Exploring ISA95 Standards in Manufacturing](https://www.emqx.com/en/blog/exploring-isa95-standards-in-manufacturing) ([Edit](https://github.com/emqx/blog/blob/main/en/202309/exploring-isa95-standards-in-manufacturing.md)) - [OEE in Lean Manufacturing: Goals, Evaluation Method, and Six Big Losses](https://www.emqx.com/en/blog/oee-in-lean-manufacturing) ([Edit](https://github.com/emqx/blog/blob/main/en/202309/oee-in-lean-manufacturing.md)) diff --git a/en/202309/implementing-unified-namespace-using-emqx-and-neuron.md b/en/202309/implementing-unified-namespace-using-emqx-and-neuron.md index 1b0d3f8f..a4dcb3ab 100644 --- a/en/202309/implementing-unified-namespace-using-emqx-and-neuron.md +++ b/en/202309/implementing-unified-namespace-using-emqx-and-neuron.md @@ -1,10 +1,10 @@ -In our previous blogs, we discussed the concepts of [ISA95](https://www.emqx.com/en/blog/exploring-isa95-standards-in-manufacturing) and [unified namespaces](https://www.emqx.com/en/blog/the-power-of-unified-namespace-in-modern-manufacturing). In this blog, we will explore the intricacies of implementing a unified namespace with EMQX and Neuron, highlighting the synergy between these platforms and the myriad benefits they bring. From data integration and transformation to multi-site data replication, we will show how this integration best addresses the challenges of data organization, scalability and collaboration in an industrial context. By converging EMQX's MQTT capabilities with Neuron's data transformation capabilities, organizations can realize in a new era of unified data access, streamlined processes, and data-driven decision making. +In our previous blogs, we discussed the concepts of [ISA95](https://www.emqx.com/en/blog/exploring-isa95-standards-in-manufacturing) and [unified namespaces](https://www.emqx.com/en/blog/the-power-of-unified-namespace-in-modern-manufacturing). In this blog, we will explore the intricacies of implementing a unified namespace with EMQX and NeuronEX, highlighting the synergy between these platforms and the myriad benefits they bring. From data integration and transformation to multi-site data replication, we will show how this integration best addresses the challenges of data organization, scalability and collaboration in an industrial context. By converging EMQX's MQTT capabilities with NeuronEX's data transformation capabilities, organizations can realize in a new era of unified data access, streamlined processes, and data-driven decision making. -## Unified Namespace Solution with EMQX and Neuron +## Unified Namespace Solution with EMQX and NeuronEX -The [Unified Namespace (UNS)](https://www.emqx.com/en/blog/unified-namespace-next-generation-data-fabric-for-iiot) concept redefines data access, allowing all network participants to interact with information, irrespective of its physical location. [EMQX broker](https://www.emqx.com/en/products/emqx) and [Neuron industrial gateway](https://github.com/emqx/neuron) is a popular choice for implementing UNS due to its efficiency and scalability. +The [Unified Namespace (UNS)](https://www.emqx.com/en/blog/unified-namespace-next-generation-data-fabric-for-iiot) concept redefines data access, allowing all network participants to interact with information, irrespective of its physical location. [EMQX broker](https://www.emqx.com/en/products/emqx) and [NeuronEX](https://www.emqx.com/en/products/neuronex) is a popular choice for implementing UNS due to its efficiency and scalability. -EMQX plays a pivotal role as the central messaging broker, strategically positioned at its core. Neuron supports the EMQX to access OT sensors and devices with various industrial protocols. As the key components for data communication and message routing, EMQX and Neuron together act as the primary conduit connecting data sources, such as devices, sensors, and machines to data consumers, which includes ERP and MES applications, databases, and analytics platforms. This intermediary role enables seamless data exchange within the manufacturing ecosystem, facilitating the flow of information critical to real-time monitoring, control, and analysis. +EMQX plays a pivotal role as the central messaging broker, strategically positioned at its core. NeuronEX supports the EMQX to access OT sensors and devices with various industrial protocols. As the key components for data communication and message routing, EMQX and NeuronEX together act as the primary conduit connecting data sources, such as devices, sensors, and machines to data consumers, which includes ERP and MES applications, databases, and analytics platforms. This intermediary role enables seamless data exchange within the manufacturing ecosystem, facilitating the flow of information critical to real-time monitoring, control, and analysis.