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

Microsoft Azure overview


Microsoft offers a cloud infrastructure service called Azure that competes directly with AWS. It is generally ranked as number two in the industry in size and capabilities, although it has been closing that gap recently.

The range of services is similar to AWS but with a Microsoft flavor. Microsoft markets the services as easier to integrate with corporate on-premise networks. Integration leans more toward Microsoft technology, such as the Windows operating system, the .NET programming language, and the SQL Server database.

We will review some of the services of interest for IoT analytics.

Azure Data Lake Store

Azure Data Lake Store is compatible with Hadoop Distributed File System (HDFS), which we will be discussing in Chapter 4, Creating an AWS Cloud Analytics Environment. It also has a REST interface for applications that is WebHDFS-compatible.

Data stored in Data Lake Store can be analyzed using analytic frameworks within the Hadoop ecosystem, such as MapReduce and...