IIoT application deployment

Adoption of Continuous Integration/Continuous Deployment (CI/CD) is very important for the successful deployment of an IIoT solution. Essentially, the idea is to use a Git repository to check the code regularly and implement automation for the testing unit, integration and regression tests. Deployment can also be automated using automated scripts. A sample CI/CD pipeline is shown here:

A sample of the CI/CD pipeline
  • Use Jenkins to automate the build/deploy pipeline
  • Use Git to check in code to the repository
  • Use a good unit testing framework such as JUnit to do unit testing
  • Use a good integration testing tool such ...

Get Industrial Internet Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.