Help Center/ PanguLargeModels/ User Guide/ Developing a Pangu Domain-specific Application/ Introduction to Industrial Application Orchestration
Updated on 2025-11-04 GMT+08:00

Introduction to Industrial Application Orchestration

The industrial application orchestration function is an orchestration tool based on script components and algorithm package components. A component s a minimum service unit used to form application orchestration. To be specific, an encapsulated service function is used as a node in application orchestration to implement a specific service function.

For example, a video frame extraction application needs to be constructed, and the application needs to have functions of reading video data, performing video frame extraction, processing an image after frame extraction, and outputting image data. The code script of each processing module can be encapsulated into a component, and each component can be orchestrated into a complete workflow through the industrial application orchestration function to implement video frame extraction. In addition to encapsulating code scripts into components, you can also encapsulate algorithms into components. For example, if an image classification algorithm is encapsulated into a component, after video frame extraction is complete, an image classification algorithm may be superimposed to further process the image.