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

Chapter 2. IoT Devices and Networking Protocols

You have started your analysis and found that your IoT data is not always complete. You also suspect it is not always accurate. But you have no idea why that would be the case. You get several hundred records a day on average from each device.

The IoT devices your company makes are attached to freight trailers and track location, and sometimes even temperature. The temperature is monitored when the trailer is a refrigerated unit, called a reefer in the industry. The inside temperature of a reefer must be kept in a certain range depending on what is being transported.

Your device is located on the outside of the trailer with a lead line into the trailer to read temperature if the option is enabled. The trailer is pulled around by big rig trucks over roads all over the country.

You have been so focused on finding value in the data, you never thought about how it was captured and communicated to your company's servers. Now that you are thinking about...