- Architecting the Industrial Internet
- Shyam Nath Robert Stackowiak Carla Romano
- 348字
- 2021-07-02 23:59:22
The industrial data analytics framework
The industrial data analytics framework describes dig data analytics management systems on Industrial Internet systems data, which often take the form of the following data:
- Relational data: This format is best suited for metadata of assets and things, and as it captures the system configurations and relations to enterprise data systems. Commonly used relational database systems are Oracle, Microsoft SQL Server, IBM DB2, MySQL, and PostgreSQL.
- Time series data: This is a series of discrete data points in time order, often equally spaced in time. For industrial assets and sensors, this may be the bulk of the data. Such data is often stored in historian software that records the historical information and trends about industrial processes. NoSQL databases are also used to manage this type of data.
- Object related data: This form of bulk object storage is best suited for images, blobs, and other unstructured data. Examples of this type of storage are Amazon S3, Microsoft Azure blob storage, and Scality that can be deployed on-premise.
To run industrial analytics on such a variety of data formats, real-time and batch capabilities are required. The ability to orchestrate multiple analytics workflows is also required.
The stakeholders for analytics can be data scientists, analytics developers, architects, as well as subject matter experts (SMEs). The following diagram illustrates the typical life cycle of the development of industrial analytics:

This is an iterative process and suitable for agile development. An important characteristic of the industrial analytics is the ability to not only pull the aggregated and summary data to the analytics but also to be able to push down the analytics to near real-time data feeds. This is due to the extremely large data volumes that devices transmit and the frequent nature of these transmissions.
In subsequent chapters, we will talk about such near real-time analytics technologies and discuss the emergence of the NoSQL database and Hadoop-based data management solutions fundamental to solving these problems. Architects of Industrial Internet solutions must embrace skills in industrial analytics and new data paradigms to be able to design effective solutions.
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- Learning ArcGIS Pro 2
- Vue.js快速入門(mén)與深入實(shí)戰(zhàn)
- C/C++算法從菜鳥(niǎo)到達(dá)人
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- Elastic Stack應(yīng)用寶典
- C語(yǔ)言程序設(shè)計(jì)
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級(jí)版)
- MySQL數(shù)據(jù)庫(kù)基礎(chǔ)實(shí)例教程(微課版)
- AppInventor實(shí)踐教程:Android智能應(yīng)用開(kāi)發(fā)前傳
- 深入分布式緩存:從原理到實(shí)踐
- 硅谷Python工程師面試指南:數(shù)據(jù)結(jié)構(gòu)、算法與系統(tǒng)設(shè)計(jì)
- 蘋(píng)果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗(yàn)的七個(gè)原則
- INSTANT Yii 1.1 Application Development Starter