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

How to terminate and clean up the environment


If you do not intend on keeping the VPC environment or would like to reduce costs by eliminating it and recreating it later, follow these simple steps:

  1. Go to Services, then CloudFormation to return to the CloudFormation stack list.
  2. Delete the stacks one at a time, starting with the stack that has BastionStack in the name. To do this, click on the square to the left of the name to select the stack:
  1. Click the Actions button, then select Delete Stack:
  1. Confirm the delete by clicking on the Yes, Delete button. This will delete the bastion instances and the associated security groups:
  1. The status of the stack will change to DELETE_IN_PROGRESS. When the deletion is complete, the stack will be removed from the list. You can click on the refresh button (circular arrow) in the upper-right corner after a few minutes if you do not see a change:
  1. Repeat steps 2 through 5 for the stack with VPCStack in the name, then finally the remaining stacks with the name you...