/Analytics-for-the-Internet-of-Things-IoT

Code repository for Analytics for the Internet of Things (IoT), published by Packt

Primary LanguageRMIT LicenseMIT

Analytics for the Internet of Things (IoT)

This is the code repository for Analytics for the Internet of Things (IoT), published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the 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.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

IF SUM([Amount of Precipitation (inches)]) >= 0.2 THEN
 "Yes"
ELSE
 "No"
END

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.