September 2018
Intermediate to advanced
412 pages
11h 12m
English
Understanding how to scale IIoT applications is very important. The system should be able to effortlessly process growing workloads, as measured by transaction per second (TPS), amount of data stored, or number of concurrent users/requests. The IIoT architecture and design guidelines we have discussed, about using microservices and gateways are inherently built to scale.
Let's look at a typical process for scaling IIoT applications:
The basic idea is to do proper capacity planning as a first step, considering the business needs (for example, quality of service) and data growth for each of the components. These ...