IE App Publisher roadmap

0
Hi, currently I see there are three ways to develop our own IE apps. 1. Using Docker + IE App publisher 2. Using IIH SDK 3. Using Mendix on Edge   Is that correct, or am I missing anything? Also, what is the difference/why/when would one use #1 vs #2?    Thank you.
asked
2 answers
2

Hi Nirajan, 

 

Option 1 and 2 are actually used together.  Docker and IEAP are needed to create any edge application. IIH SDK then help you generate the environment similar to Industrial Edge Device where you have IIH installed and would like to integrate with it.

 

See https://github.com/industrial-edge/iih-essentials-development-kit

 

Mendix on Edge is also using docker and IEAP under the hood but this is all integrated when you are using the Mendix plugin for Edge. You could also use the IIH SDK when developing locally on your PC before you deploy on real edge device.

 

See https://marketplace.mendix.com/link/component/222639?ste_sid=a31fa9e5bf05bc37bdfedc5c337f41ed

 

Hope this helps. :)

 

 

answered
2

Hi Niranjan, you’re correct, there are three main ways to develop Industrial Edge (IE) apps:

  1. Docker + IE App Publisher: Flexible, use any tech stack inside a Docker container. Best when you need full control over the environment.

  2. IIH SDK: Native SDK for deep integration with Industrial Edge features. Easier setup and optimized for the platform.

  3. Mendix on Edge: Low-code approach for rapid development and quick prototyping.

Use Docker if you want full flexibility and control. Use IIH SDK for streamlined development with platform-specific benefits. Use Mendix if you prefer low-code and speed.

 

I hope this one helps you! :)

answered