Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Industrial Internet Application Development

You're reading from  Industrial Internet Application Development

Product type Book
Published in Sep 2018
Publisher Packt
ISBN-13 9781788298599
Pages 412 pages
Edition 1st Edition
Languages
Authors (4):
Alena Traukina Alena Traukina
Profile icon Alena Traukina
Jayant Thomas Jayant Thomas
Profile icon Jayant Thomas
Prashant Tyagi Prashant Tyagi
Profile icon Prashant Tyagi
Veera Kishore Reddipalli Veera Kishore Reddipalli
Profile icon Veera Kishore Reddipalli
View More author details

Table of Contents (13) Chapters

Preface IIoT Fundamentals and Components IIoT Application Architecture and Design IIoT Edge Development Data for IIoT Advanced Analytics for the IIoT Developing Your First Application for IIoT Deployment, Scale, and Security Reliability, Fault Tolerance, and Monitoring IIoT Applications Implementing IIoT Applications with Predix Best Practices for IIoT Applications Future Direction of the IIoT Other Books You May Enjoy

Creating instances of assets and adding time series data

In this section, we will build a Node.js application that simulates reading of time series data from sensors. To store the data, we will use the InfluxDB time series database.

For building the application, we will need the following software:

To build a Node.js application that simulates reading of time series data from sensors, proceed as follows:

  1. Create a package.json file, describing software dependencies. If you use a cloud, specify localhost and mydb as the credentials for the host and database accordingly:
{
"name": "timeseries...
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 $15.99/month. Cancel anytime}