- Hands-On Edge Analytics with Azure IoT
- Colin Dow
- 296字
- 2021-06-24 16:21:55
Edge analytics
Edge analytics removes some of the processing burden from the internet-connected computer. Instead of just sending sensory information, as is the case in the early IoT solutions, an edge analytics architecture processes the data at the source (the edge), thereby limiting the amount of data sent back. Edge analytics takes its name from edge computing. An edge analytics application benefits from resources close to where they are needed, just as other edge computing applications do. The following diagram shows a basic edge analytics application:
As you can see in the diagram, a Raspberry Pi is used in place of a microcontroller to communicate with the temperature sensor. Being a single-board computer, the Raspberry Pi is far more powerful than a microcontroller such as the ESP8266. Although the preceding diagram only shows one sensor connected to the Raspberry Pi, it could show many more. The Raspberry Pi contains an entire operating system and built-in programming environments that make it relatively easy to access sensory information and process it.
While our analogy of edge analytics being similar to the personal computer revolution may not be perfect, it is possible to see the correlation between the two concepts. The history of computing seems to always go back and forth between central processing control and distributed processing or edge processing. Edge analytics for IoT falls into the latter category.
- Clojure Data Analysis Cookbook
- 工業(yè)機器人虛擬仿真實例教程:KUKA.Sim Pro(全彩版)
- ABB工業(yè)機器人編程全集
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- 大數(shù)據(jù)時代的數(shù)據(jù)挖掘
- PIC單片機C語言非常入門與視頻演練
- 現(xiàn)代機械運動控制技術(shù)
- 網(wǎng)中之我:何明升網(wǎng)絡(luò)社會論稿
- 筆記本電腦維修90個精選實例
- 氣動系統(tǒng)裝調(diào)與PLC控制
- Applied Data Visualization with R and ggplot2
- 21天學(xué)通Linux嵌入式開發(fā)
- Serverless Design Patterns and Best Practices
- 項目實踐精解:C#核心技術(shù)應(yīng)用開發(fā)
- JSP網(wǎng)絡(luò)開發(fā)入門與實踐