Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Industrial Internet Application Development

You're reading from   Industrial Internet Application Development Simplify IIoT development using public cloud and native cloud services

Arrow left icon
Product type Paperback
Published in Sep 2018
Publisher Packt
ISBN-13 9781788298599
Length 412 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (4):
Arrow left icon
Veera Kishore Reddipalli Veera Kishore Reddipalli
Author Profile Icon Veera Kishore Reddipalli
Veera Kishore Reddipalli
Alena Traukina Alena Traukina
Author Profile Icon Alena Traukina
Alena Traukina
Jayant Thomas Jayant Thomas
Author Profile Icon Jayant Thomas
Jayant Thomas
Prashant Tyagi Prashant Tyagi
Author Profile Icon Prashant Tyagi
Prashant Tyagi
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. IIoT Fundamentals and Components FREE CHAPTER 2. IIoT Application Architecture and Design 3. IIoT Edge Development 4. Data for IIoT 5. Advanced Analytics for the IIoT 6. Developing Your First Application for IIoT 7. Deployment, Scale, and Security 8. Reliability, Fault Tolerance, and Monitoring IIoT Applications 9. Implementing IIoT Applications with Predix 10. Best Practices for IIoT Applications 11. Future Direction of the IIoT 12. Other Books You May Enjoy

Visualizing time series data and charts

In this section, we describe how to enable visualization of the time series data from sensors collected using the Node.js application we built earlier.

To prepare for visualizing the data from the application, perform the following actions:

  1. Run the following git clone to copy the source code of the application:
git clone https://github.com/Altoros/iot-book.git
  1. To start the application, run the following command:
docker build -t timeseries  
docker run -p 8080:8080 -it --rm --name timeseries-container timeseries

Visualizing time series data with Highcharts

Highcharts is a popular library for representing information in the form of charts and gauges. We will use it to visualize the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime