Reader small image

You're reading from  Industrial Internet Application Development

Product typeBook
Published inSep 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781788298599
Edition1st Edition
Languages
Tools
Right arrow
Authors (4):
Alena Traukina
Alena Traukina
author image
Alena Traukina

Alena Traukina is IoT practice Lead at Altoros. She has over 12 years of experience in delivery and support of business-critical software applications, working closely with business owners and providing strategic and organizational leadership for software development. Over the years, Elena has served in different capacities, ranging from software engineer to software engineering manager and the head of Altoross Ruby Department. She is also one of the first GE's Predix Influencers.
Read more about Alena Traukina

Jayant Thomas
Jayant Thomas
author image
Jayant Thomas

Jayant Thomas (JT) is the director of software engineering for the IoT apps for GE Digital. He is responsible for building IoT SaaS applications using the Predix platform, and specializes in building microservices-based architecture, reactive, event-driven systems. JT holds a masters in technology from NIIT and MBA in technology from UC Davis, CA, and has 12 patents in the speech language processing, multimodal application, and cloud architectures. When not hacking code, JT spends time with kids and enjoys crossfit training and kickboxing.
Read more about Jayant Thomas

Prashant Tyagi
Prashant Tyagi
author image
Prashant Tyagi

https://www.linkedin.com/mynetwork/invite-connect/connections/ In discussion for Cloud agritech
Read more about Prashant Tyagi

Veera Kishore Reddipalli
Veera Kishore Reddipalli
author image
Veera Kishore Reddipalli

Kishore Reddipalli is a software technical director and expert in building IIoT big data and cloud computing platforms and products at ultra scale. He is passionate about building software for analytics and machine learning to make the authoring of algorithms at scale, from inception to production, a simpler process. He has been a speaker at global conferences on big data technologies. Over the years, he has provided leadership in various capacities. Throughout his career, his roles have ranged from software engineer to director of engineering and architecture for the development of platforms and products in domains such as clinical decision support systems, electronic medical records, Predix Platform, Predix Operations Optimization for IIoT, and etch-process control at nanometer level using big data and machine learning technologies in the semiconductor industry. He holds an MS in computer science from Texas A&M University Corpus Christi.
Read more about Veera Kishore Reddipalli

View More author details
Right arrow

Preface

The Industrial Internet refers to the integration of complex physical machines with networked sensors and software. Growth in the number of sensors deployed in heavy machinery and industrial equipment over the next five years is going to lead to an exponential increase in data being captured, which needs to be analyzed and leveraged for predictive analytics. This opens up a new avenue for developers who would like to build exciting industrial applications.

This book will serve as a one-stop guide for software professionals to design, build, manage, and operate IIoT applications.

The book begins by providing the business context to ensure that you are aware of the actual use cases that are being enabled by these IIoT applications and that you understand its fundamental concepts. Once the business objectives are outlined, it will familiarize you with the different layers of the IIoT platform and their key components. You will learn about Edge Development, along with the analytics portions of the IIoT stack. After this, the key elements of the development framework will be identified and the importance of these elements will be highlighted in light of the overall architecture and design considerations for IIoT applications. You will develop your first application for IIoT and learn about its deployment and security considerations. Finally, the software development details for the implementation of these applications will be outlined and the use of platforms such as GE Predix will be highlighted, along with the best practices for development.

Who this book is for

This book is intended for software developers, architects, product managers, and executives who would like to gain deeper insights into the development of IIoT.

What this book covers

Chapter 1, IIoT Fundamentals and Components, will explain different use cases in industrial verticals such as aviation, healthcare, transportation and power. The three layers of the IoT platform will be outlined and described, namely: edge, connectivity, and the cloud

Chapter 2, IIoT Application Architecture and Design, will cover IIoT application architecture, go in depth into the various tiers of IIoT applications, as well as providing a simple implementation of an end-to-end IIoT application.

Chapter 3, IIoT Edge Development, will help you with the most common tasks in the development of IIoT applications: communication, storing data, and prototyping the devices themselves.

Chapter 4, Data for IIoT, will make you aware of all the different tools, technologies, and methodologies of handling data in IIoT applications. This will cover data ingestion, storage, search, security, and governance for both batch and streaming data.

Chapter 5, Advanced Analytics for IIoT, will cover all the different tools, technologies, and methodologies you need to do analytics in IIoT applications.

Chapter 6, Developing Your First Application for IIOT, will help you develop a simple monitoring and diagnosis application that brings together your assets and time series sensor data. You will develop your first analytics and visualize the outcome.

Chapter 7, Deployment, Scale, and Security Considerations, will address the most common tasks in the security, deployment, and scalability of IoT cloud applications: scaling your microservices, CI/CD, security considerations while interfacing with devices, and securing your cloud applications using UAA/Oauth.

Chapter 8, Reliability, Fault Tolerance, and Monitoring Your IIoT Application, will address concerns such as building reliability, fault tolerance, and monitoring your IoT.

Chapter 9, Implementing IIoT Applications with Predix, will cover modeling your asset and explains how it will help normalize the assets for analytics, along with storing time series sensor data for assets and developing your first analytics in GE's Predix.

Chapter 10, Best Practices of IIoT Applications, will cover the things you need to consider when choosing the language to build your microservices. Discovery of your microservices using Hystrix, Zookeeper, and so on as well as integration with enterprise systems and other cloud providers.

Chapter 11, Future Direction of IIoT, will explain the competitive landscape, emerging use cases and technology, and research.

To get the most out of this book

The book assumes familiarity with programming languages such as Java, JavaScript, Node.js, Go, or Python. It also assumes familiarity with data and analytics technologies.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Industrial-Internet-Application-Development. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "To enable Wi-Fi, create the wpa_supplicant.conf file with the following content."

A block of code is set as follows:

network={
ssid="YOUR_SSID"
psk="YOUR_WIFI_PASSWORD"
}

Any command-line input or output is written as follows:

cd /Volumes/boot
touch ssh

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "You can select an Asset service instance from the Authorized Services list."

Warnings or important notes appear like this.
Tips and tricks appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, mention the book title in the subject of your message and email us at customercare@packtpub.com.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packt.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details.

Piracy: If you come across any illegal copies of our works in any form on the internet, we would be grateful if you would provide us with the location address or website name. Please contact us at copyright@packt.com with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Reviews

Please leave a review. Once you have read and used this book, why not leave a review on the site that you purchased it from? Potential readers can then see and use your unbiased opinion to make purchase decisions, we at Packt can understand what you think about our products, and our authors can see your feedback on their book. Thank you!

For more information about Packt, please visit packt.com.

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Industrial Internet Application Development
Published in: Sep 2018Publisher: PacktISBN-13: 9781788298599
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.
undefined
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

Authors (4)

author image
Alena Traukina

Alena Traukina is IoT practice Lead at Altoros. She has over 12 years of experience in delivery and support of business-critical software applications, working closely with business owners and providing strategic and organizational leadership for software development. Over the years, Elena has served in different capacities, ranging from software engineer to software engineering manager and the head of Altoross Ruby Department. She is also one of the first GE's Predix Influencers.
Read more about Alena Traukina

author image
Jayant Thomas

Jayant Thomas (JT) is the director of software engineering for the IoT apps for GE Digital. He is responsible for building IoT SaaS applications using the Predix platform, and specializes in building microservices-based architecture, reactive, event-driven systems. JT holds a masters in technology from NIIT and MBA in technology from UC Davis, CA, and has 12 patents in the speech language processing, multimodal application, and cloud architectures. When not hacking code, JT spends time with kids and enjoys crossfit training and kickboxing.
Read more about Jayant Thomas

author image
Prashant Tyagi

https://www.linkedin.com/mynetwork/invite-connect/connections/ In discussion for Cloud agritech
Read more about Prashant Tyagi

author image
Veera Kishore Reddipalli

Kishore Reddipalli is a software technical director and expert in building IIoT big data and cloud computing platforms and products at ultra scale. He is passionate about building software for analytics and machine learning to make the authoring of algorithms at scale, from inception to production, a simpler process. He has been a speaker at global conferences on big data technologies. Over the years, he has provided leadership in various capacities. Throughout his career, his roles have ranged from software engineer to director of engineering and architecture for the development of platforms and products in domains such as clinical decision support systems, electronic medical records, Predix Platform, Predix Operations Optimization for IIoT, and etch-process control at nanometer level using big data and machine learning technologies in the semiconductor industry. He holds an MS in computer science from Texas A&M University Corpus Christi.
Read more about Veera Kishore Reddipalli