Book Image

Analytics for the Internet of Things (IoT)

By : Andrew Minteer
5 (1)
Book Image

Analytics for the Internet of Things (IoT)

5 (1)
By: Andrew Minteer

Overview of this book

We start with the perplexing task of extracting value from huge amounts of barely intelligible data. The data takes a convoluted route just to be on the servers for analysis, but insights can emerge through visualization and statistical modeling techniques. You will learn to extract value from IoT big data using multiple analytic techniques. Next we review how IoT devices generate data and how the information travels over networks. You’ll get to know strategies to collect and store the data to optimize the potential for analytics, and strategies to handle data quality concerns. Cloud resources are a great match for IoT analytics, so Amazon Web Services, Microsoft Azure, and PTC ThingWorx are reviewed in detail next. Geospatial analytics is then introduced as a way to leverage location information. Combining IoT data with environmental data is also discussed as a way to enhance predictive capability. We’ll also review the economics of IoT analytics and you’ll discover ways to optimize business value. By the end of the book, you’ll know how to handle scale for both data storage and analytics, how Apache Spark can be leveraged to handle scalability, and how R and Python can be used for analytic modeling.
Table of Contents (20 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Adding external datasets


There is a wide variety of useful external datasets available to download and integrate into your IoT analytics, often for free. There are far too many of these to do an exhaustive tour, but we will touch on some useful examples. Using these datasets is a great low-cost way to enhance the value of your IoT data.

External datasets - geography

You have IoT devices distributed across many locations. Location is now an attribute that can allow you to find patterns in the data, which you can then monetize. The environment, the demographics in the area, the local economic conditions, and the weather can all be tied to the geographic location of the device. Use geographic datasets to enhance the potential value of your IoT data.

Elevation

Elevation can be an important attribute in many situations as it is tied to the operating conditions of the device and the surrounding environment. Even if your device does not move, it can still be valuable to know its elevation. The maker...