- Architecting the Industrial Internet
- Shyam Nath Robert Stackowiak Carla Romano
- 392字
- 2021-07-02 23:59:25
Information domain
The information domain consists of functions concerned with gathering data predominantly from, but not limited to, the control domain. However, while the control domain monitors data in real time, analyzes it, and applies rules to perform local control of systems, the data gathered in the information domain is stored, or persisted, and transformed for analysis. It could also be applied to machine learning, potentially discovering deeper intelligence about the overall system and operations.

Data functions consist of ingestion, data quality, syntax, or formatting; that is, date formats, semantics, or context transformation, data persistence and storage, and data distribution.
IIoT data is typically generated and transmitted in online streaming mode, and the data is processed as it is received to provide real-time and near real-time analytics and feedback. Data collected in locations lacking sufficient connectivity may be collected and accumulated locally, and can be processed in offline batch mode.
The information domain also deals with data governance, including security, privacy, access control and rights management, and resilience. These functions may involve data replication, backup and recovery, snapshotting, and so on. Big data systems incorporate data replication as a fundamental part of their architecture, and are useful for inexpensive storage and the processing of very large data sets.
Analytics encompasses functions for data modeling, statistical and trend analysis, classifications, machine learning, data science, and other advanced processing. Analytics may be applied to data at rest in batch mode or on demand or on streaming data in motion, as it is received. Batch mode analytics are typically performed for consumption by the business domain, while streaming data analysis is typically performed for the operations and control domains.
IIoT systems typically generate large volumes of data at high speed. The volume and granularity of the data can quickly overwhelm networks, storage systems, and databases. Therefore, raw data can be stored on big data systems, and data that is known to have value for the business or operations domain can be extracted, typically as aggregated summaries, calculated key performance indicator (KPI), or snapshots. As there may be undiscovered value in the raw data, big data systems can store and process very large data volumes and can be analyzed and mined by advanced analytic tools and data scientists for insight into the operations.
- Neo4j Essentials
- Java加密與解密的藝術
- 面向對象程序設計(Java版)
- Spring實戰(第5版)
- Python 3破冰人工智能:從入門到實戰
- Flutter跨平臺開發入門與實戰
- HTML 5與CSS 3權威指南(第3版·上冊)
- 零基礎學Kotlin之Android項目開發實戰
- Mastering Web Application Development with AngularJS
- QGIS Python Programming Cookbook(Second Edition)
- 算法圖解
- Application Development with Swift
- 軟件設計模式(Java版)
- 利用Python駕馭Stable Diffusion:原理解析、擴展開發與高級應用(智能系統與技術叢書)
- Developing RESTful Web Services with Jersey 2.0