- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 482字
- 2021-07-02 18:59:26
The data volume
A company can easily have thousands to millions of IoT devices with several sensors on each unit, each sensor reporting values on a regular basis. The inflow of data can grow quite large very quickly. Since IoT devices send data on an ongoing basis, the volume of data in total can increase much faster than many companies are used to.
To demonstrate how this can happen, imagine a company that manufactures small monitoring devices. It produces 12,000 devices a year, starting in 2010 when the product was launched. Each one is tested at the end of assembly and the values reported by the sensors on the device are kept for analysis for five years. The data growth looks like the following image:

Now, imagine the device also had internet connectivity to track sensor values, and each one remains connected for two years. Since the data inflow continues well after the devices are built, data growth is exponential until it stabilizes when older devices stop reporting values. This looks more like the blue area in the following chart:

In order to illustrate how large this can get, consider the following example. If you capture 10 messages per day and the message size is half of a full production snapshot, by 2017, data storage requirements would be over 1,500 times higher than production-only data.
For many companies, this introduces some problems. The database software, storage infrastructure, and available computing horsepower is not typically intended to handle this kind of growth. The licensing agreements with software vendors tends to be tied to the number of servers and CPU cores. Storage is handled by standard backup planning and retention policies.
The data volume rapidly leads to computing and storage requirements well beyond what can be held by a single server. It gets cost prohibitive very quickly under traditional architectures to distribute it across hundreds or thousands of servers. To do the best analytics, you need lots of historical data, and since you are unlikely to know ahead of time which data is most predictive, you have to keep as much as you can on hand.
With large-scale data, computing horsepower requirements for analytics are not very predictable and change dramatically depending on the question being asked. Analytic needs are very elastic. Traditional server planning ratchets up on premise resources with the anticipated number of servers needed to meet peak needs determined in advance. Doubling compute power in a short amount of time, if even possible, is very expensive.
IoT data volumes and computing resource requirements can quickly outpace all the other company data needs combined.
- PWA入門與實踐
- The Android Game Developer's Handbook
- Instant Zepto.js
- ASP.NET Core 2 and Vue.js
- The React Workshop
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實訓(xùn)版)
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- 精通Python自然語言處理
- Reactive Android Programming
- Vue.js應(yīng)用測試
- Hadoop 2.X HDFS源碼剖析
- 深入理解BootLoader
- Application Development with Swift
- ASP.NET開發(fā)寶典
- Data Manipulation with R(Second Edition)