CN114510234A - Industrial app's unified modeling platform - Google Patents
Industrial app's unified modeling platform Download PDFInfo
- Publication number
- CN114510234A CN114510234A CN202210169196.1A CN202210169196A CN114510234A CN 114510234 A CN114510234 A CN 114510234A CN 202210169196 A CN202210169196 A CN 202210169196A CN 114510234 A CN114510234 A CN 114510234A
- Authority
- CN
- China
- Prior art keywords
- model
- data
- plug
- module
- meta
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/35—Creation or generation of source code model driven
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
- G06F9/44526—Plug-ins; Add-ons
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The application discloses a unified modeling platform of industrial apps, which comprises a system built-in plug-in module and a system kernel. The system built-in plug-in module is used for providing plug-in service according to a plug-in configuration request of a user; the system kernel comprises a meta-model bootstrap module, a model data operation protocol module, a model data release module and a model data processing plug-in module; the meta-model bootstrap module is used for realizing self-description of the model; the model data operation protocol module is used for providing data addition, modification or deletion service and providing standard rest interface service; the model data publishing module is used for publishing the data operation as a message after the data operation is finished; the model data processing plug-in module is used for providing plug-in registration, log-out and operation performance monitoring services. According to the scheme, an industrial app developer can conveniently perform relational data modeling and object model modeling, and all data of a factory are converged and communicated by constructing the relationship among the data.
Description
Technical Field
The application relates to the technical field of industrial apps, in particular to a unified modeling platform of the industrial apps.
Background
Industrial APP is a carrier of industrial technical elements, and in order to solve a specific problem and meet specific needs, various knowledge in the industrial field is extracted through data modeling and analysis, structured arrangement and systematic abstraction, and based on a uniform standard, the industrial technical elements are packaged and cured to form an industrial application program which can be reused efficiently and spread widely. Industrial technical elements such as processes, logics, data flows, experiences, algorithms, knowledge, laws and the like having specific functions and solving specific problems are packaged in the industrial APP.
Since industries involved industries are particularly widespread, each industry has accumulated a great deal of knowledge. The characteristic enables industrial data modeling to be the key of industrial app development, industrial knowledge can be extracted, precipitated and abstracted through a data modeling platform, and a foundation is laid for development and evolution of upper-layer apps. The versatility and flexibility of the data modeling platform greatly determine the efficiency and quality of industrial app development, and particularly, low-code-based development platforms are more dependent on the underlying data modeling capability.
At present, no data modeling scheme can well integrate relational data modeling and object model modeling. This presents a significant impediment to the modeling and development of industrial apps. Since app developers need to learn different modeling methods and tools to process data, in many scenarios, the developers need to build different models for the same data based on different platforms, and there is a lot of repeated labor. More importantly, models established under different platforms cannot be understood mutually, data cannot be communicated, and therefore a user cannot fuse and link all data of a factory.
Disclosure of Invention
In view of this, the present application provides a unified modeling platform for industrial apps, which is used to provide modeling services for development of industrial apps, and enable a user to integrate all data of a plant through building relationships between data.
In order to achieve the above object, the following solutions are proposed:
a unified modeling platform for industrial apps, the unified modeling platform comprising a system kernel and a system built-in plug-in module, wherein:
the system kernel comprises a meta-model bootstrap module, a model data operation protocol module, a model data release module and a model data processing plug-in module;
the meta-model bootstrap module is used for realizing self-description of the meta-model;
the model data operation protocol module is used for providing data addition, modification or deletion service and providing standard rest interface service;
the model data publishing module is used for publishing the data operation as a message after the data operation is completed;
the model data processing plug-in module is used for providing plug-in registration, log-out and operation performance monitoring services;
the system built-in plug-in module is used for providing plug-in service according to a plug-in configuration request of a user.
Optionally, the meta-model bootstrap module includes a logical table meta-model and a logical field meta-model.
Optionally, the logical data type of the meta-model bootstrap module includes some or all of integer, decimal, text, file, and boolean data.
Optionally, the system built-in plug-in module includes a platform metadata plug-in, a data persistence plug-in, an object model extension plug-in, and a time series data modeling plug-in, where:
the platform metadata plug-in is used for defining metadata of the platform;
the data persistence plug-in is used for persisting model data to various databases;
the object model extension plug-in is used for describing entities and the relationship between the entities;
the time sequence data modeling plug-in is used for adding multivariate data information to the time sequence data.
Optionally, the unified modeling platform further includes an industry standard model.
Optionally, the unified modeling platform further includes a factory customized model and a plug-in.
According to the technical scheme, the uniform modeling platform of the industrial app comprises a system kernel and a system built-in plug-in module. The system kernel comprises a meta-model bootstrap module, a model data operation protocol module, a model data release module and a model data processing plug-in module; the meta-model bootstrap module is used for realizing self-description of the model; the model data operation protocol module is used for providing data addition, modification or deletion service and providing standard rest interface service; the model data publishing module is used for publishing the data operation as a message after the data operation is finished; the model data processing plug-in module is used for providing plug-in registration, log-out and operation performance monitoring services; the system built-in plug-in module is used for providing plug-in service according to a plug-in configuration request of a user; . According to the scheme, an industrial app developer can conveniently perform relational data modeling and object model modeling, and all data of a factory are converged and communicated by constructing the relationship among the data.
Through merging all data, the development efficiency of developers is improved, repeated labor is avoided, and the learning cost is reduced. And a developer can more conveniently model the data of the whole factory, and can efficiently extract, precipitate and abstract industrial knowledge.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a block diagram of a unified modeling platform for an industrial app according to an embodiment of the present application;
FIG. 2 is a block diagram of a unified modeling platform for another industrial app of an embodiment of the present application;
FIG. 3 is a block diagram of a unified modeling platform for yet another industrial app of an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Examples
Fig. 1 is a block diagram of a unified modeling platform of an industrial app according to an embodiment of the present application.
As shown in fig. 1, the unified modeling platform provided in the present embodiment is applied to an electronic device, which may be understood as a computer or a server having data calculation and information processing, and includes a system built-in plug-in module 10 and a system kernel 20. The system kernel of the present application includes a meta-model bootstrap module 21, a model data operation protocol module 22, a model data publishing module 23, and a model data processing plug-in module 24.
The meta-model bootstrap module is the basis of the whole platform and is used for completing the self-description of the meta-model, so that the dependency on any other module is not required. A meta-model is a model of a model, for example in the field of data modeling, which is a model that describes a data table. A set of modeling elements and rules for using the elements may be provided and applied recursively to describe the business model and meta model using a unified approach.
The meta-model provides two concepts, a logical table meta-model and a logical field meta-model. Wherein, the logic table meta model is used for describing a model main body; the logic field meta-model is used to describe the model structure, and the model bootstrap is completed through the following three logic tables.
a. Logic table meta model:
name | description |
logic_table | logical table meta model |
logic_column | Logical field meta-model |
logic_data_type | Logical data type meta-model |
b. Logical field meta-model:
logic_table | name | logic_data_type | description |
logic_table | name | string | logical table name |
logic_table | description | string | Logical table description |
logic_column | name | string | Logical field names |
logic_column | description | string | Logical field description |
logic_column | data_type | string | Logic type |
logic_data_type | name | string | Logical type name |
logic_data_type | description | string | Logical type description |
physical_data_type | name | string | Name of physical type |
physical_data_type | description | string | Description of physical types |
c. Logical data type of meta model:
the model data operation protocol module is used for defining data addition, modification and deletion and a standard rest interface of batch mixing operation, and data is transmitted in a json format. The logical table in the interface route is used as a resource. The platform implements a data manipulation protocol by which all data manipulations must be accomplished, providing no other means.
The model data release module is used for releasing the whole operation as a message after the platform processes the data operation; the method provides an asynchronous mode and a synchronous mode to enable the outside to monitor the message, the synchronous mode needs to wait for the other side to process the message and finish the operation after confirmation, the asynchronous mode does not block the current data operation, and all external modules needing synchronous processing must meet the performance requirement in order to ensure the stability of the platform.
The model data processing plug-in module provides a set of plug-in system which is established on the model data publishing module and provides a series of functions of plug-in registration, log-out, operation performance monitoring and the like. And simultaneously, the module also manages the plug-in model by utilizing the unified modeling capability.
The system kernel provides the capability independent of a specific platform, but as an industrial app development platform, a set of platform standards needs to be defined. But all the capabilities related to the platform are completed through the plug-in, so that the universality and the expansibility of the platform are greatly improved. Correspondingly, the system built-in plug-in module is used for providing plug-in services according to plug-in configuration requests of users, and specifically includes but is not limited to a platform metadata plug-in, a data persistence plug-in, an object model extension plug-in and a time sequence data modeling plug-in.
The platform metadata plug-in is used to define the modules that the metadata of the platform itself, e.g., the version of the platform, contains. All api's provided by the system, all apps installed by the platform.
The data persistence plug-in is used to persist model data to various databases, such that the entire platform is decoupled from the specific databases, and the same piece of data can even be persisted to different databases, such as relational databases and graph databases. The plug-in mechanism greatly improves the flexibility and universality of the system.
The object model extension plug-in is used for carrying out richer description on the entities and the relations among the entities in the modeling process of the object model, for example, a platform can provide meta-models such as events, services and the like by extending the meta-models, and provides the capability of defining meta-data such as attributes and the like on instance data. This is an example of the typical increase in platform capabilities by extending the meta-model.
The time series data has a plurality of unique characteristics, for example, each time series data is a data stream, the attribute meta model can be expanded, and the time series data modeling plug-in can add more data information to the time series attribute, such as the unit of the attribute, the underlying sensor information and the like. By expanding the meta model instead of solidifying the capability into the system kernel, time sequence data modeling and relationship data modeling can be fused, a set of standard concepts and tools are provided, and meanwhile, the time sequence data and the relationship data are communicated with each other, relationships are established, mutual perception is achieved, and richer data processing capability is provided for the app.
According to the technical scheme, the embodiment provides a unified modeling platform of the industrial app, and the unified modeling platform comprises a system kernel and a system built-in plug-in module. The system kernel comprises a meta-model bootstrap module, a model data operation protocol module, a model data release module and a model data processing plug-in module; the meta-model bootstrap module is used for realizing self-description of the model; the model data operation protocol module is used for providing data addition, modification or deletion service and providing standard rest interface service; the model data publishing module is used for publishing the data operation as a message after the data operation is finished; the model data processing plug-in module is used for providing plug-in registration, log-out and operation performance monitoring services; the system built-in plug-in module is used for providing plug-in service according to the plug-in configuration request of a user. According to the scheme, an industrial app developer can conveniently perform relational data modeling and object model modeling, and all data of a factory are converged and communicated by constructing the relationship among the data.
Through merging all data, the development efficiency of developers is improved, repeated labor is avoided, and the learning cost is reduced. And a developer can more conveniently model the data of the whole factory, and can efficiently extract, precipitate and abstract industrial knowledge.
The following process, implemented through one app development, describes the use of the unified modeling platform:
assuming that general app developers who develop apps based on the unified modeling platform of the present application are abstracting standard models in the cement industry, first, all models are created in the unified modeling platform through a data operation protocol, taking a simple warehouse model creation as an example, json describes the following operations:
because the platform unifies data and metadata, the app developer does not need to call various metadata creation interfaces to create the model, but only needs to care about the data operation protocol. Therefore, complexity of app development is reduced, and model expansibility is improved.
The platform packages the standard model of the cement industry into the app, and can complete the creation of the standard model of the cement industry by installing the app in the implementation stage.
An app developer of a certain cement group carries out customized development based on a general cement industry standard model so as to adapt to special requirements of the group, for example, the group has a uniform warehouse list number generation standard, and the app developer can expand model data types and add a warehouse list number data type. In the unified modeling platform, a plug-in can be developed, which first adds a new line of data in the data type meta-model: name: repo _ number, description: warehouse entry type. The published data operation message is then processed to populate the generated warehouse code with the corresponding field whose data type is repo _ number. Through the extension plug-in, all app developers can directly use the extension data type without paying attention to the warehouse list number generation logic, and the app development efficiency is improved. If a visual app configuration platform is combined, the data type is directly integrated into the configuration, so that low-code development is more efficient.
In a specific cement plant under the cement group, field engineering implementers can continue to perform customized development based on a group customized model to process special requirements of the cement plant, for example, fields are added to a warehouse model, and the fields are directly added to a logic field model in a unified modeling platform through a data operation protocol.
Through the unified modeling platform, an app developer can deposit common industry models and knowledge in each stage, and the development efficiency of the whole app can be greatly improved.
Additionally, in one embodiment of the present application, the unified modeling platform further includes an industry standard model and plug-in 30, as shown in FIG. 2.
Based on the industry standard model, in the app development platform, each company can deposit models in the own field, and the platform can also deposit standard models of each industry, so that the modeling efficiency of the whole platform can be greatly improved, and a user can rapidly complete modeling only by customizing the standard models. The modeling flexibility provided by the invention can enable the precipitation of the standard model to become more efficient.
In addition, in another embodiment of the present application, the unified modeling platform further includes a factory customized model and plug-in 40, as shown in FIG. 3.
After the app is developed, the corresponding model is implemented to a specific plant, and is customized according to the special condition of the plant. The model expansibility provided by the invention can efficiently meet the requirements of customizing the model.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The technical solutions provided by the present invention are described in detail above, and the principle and the implementation of the present invention are explained in this document by applying specific examples, and the descriptions of the above examples are only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
Claims (6)
1. A unified modeling platform for industrial apps, the unified modeling platform comprising a system kernel and a system built-in plug-in module, wherein:
the system kernel comprises a meta-model bootstrap module, a model data operation protocol module, a model data release module and a model data processing plug-in module;
the meta-model bootstrap module is used for realizing self-description of the meta-model;
the model data operation protocol module is used for providing data addition, modification or deletion service and providing standard rest interface service;
the model data publishing module is used for publishing the data operation as a message after the data operation is completed;
the model data processing plug-in module is used for providing plug-in registration, log-out and operation performance monitoring services;
the system built-in plug-in module is used for providing plug-in service according to a plug-in configuration request of a user.
2. The unified modeling platform of claim 1, wherein the meta-model bootstrap module comprises a logical table meta-model and a logical field meta-model.
3. The unified modeling platform of claim 2, wherein the logical data types of the meta-model bootstrap module include some or all of integers, decimals, text, files, and boolean data.
4. The unified modeling platform of claim 1, wherein the system-in plug-in modules comprise a platform metadata plug-in, a data persistence plug-in, an object model extension plug-in, and a time series data modeling plug-in, wherein:
the platform metadata plug-in is used for defining metadata of the platform;
the data persistence plug-in is used for persisting model data to various databases;
the object model extension plug-in is used for describing entities and the relationship between the entities;
the time sequence data modeling plug-in is used for adding multivariate data information to the time sequence data.
5. The unified modeling platform of any of claims 1-4, further comprising an industry standard model.
6. The unified modeling platform of claim 5, wherein the unified modeling platform further comprises factory customized models and plug-ins.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210169196.1A CN114510234A (en) | 2022-02-23 | 2022-02-23 | Industrial app's unified modeling platform |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210169196.1A CN114510234A (en) | 2022-02-23 | 2022-02-23 | Industrial app's unified modeling platform |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114510234A true CN114510234A (en) | 2022-05-17 |
Family
ID=81554474
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210169196.1A Pending CN114510234A (en) | 2022-02-23 | 2022-02-23 | Industrial app's unified modeling platform |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114510234A (en) |
-
2022
- 2022-02-23 CN CN202210169196.1A patent/CN114510234A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20170255886A1 (en) | Workflow execution | |
Walker et al. | The software architecture of a distributed problem‐solving environment | |
Mauro et al. | Context aware reconfiguration in software product lines | |
CN108171528B (en) | Attribution method and attribution system | |
CN111176761A (en) | Micro-service calling method and device | |
CN113076096A (en) | Desktop application program development method, device, equipment and storage medium | |
CN111988429A (en) | Algorithm scheduling method and system | |
CN115016784B (en) | Low code application multiplexing method, application analysis system, equipment and storage medium | |
CN111507676A (en) | Method, device, storage medium and system for establishing and implementing business order flow | |
CN111145011A (en) | Banking business system building method and device | |
EP2199905A1 (en) | Lifecycle management and consistency checking of object models using application platform tools | |
CN111125064A (en) | Method and device for generating database mode definition statement | |
US20050114152A1 (en) | Reference solution architecture method and system | |
US7305652B2 (en) | Standard application development template | |
CN113987337A (en) | Search method, system, equipment and storage medium based on componentized dynamic arrangement | |
US7305653B2 (en) | Standard application development framework | |
CN113885886A (en) | Method, device, system and storage medium for processing activity service | |
CN114296789B (en) | Business processing method, device, equipment and storage medium based on full-process configuration | |
CN114510234A (en) | Industrial app's unified modeling platform | |
CN116226921A (en) | Desensitization processing method and device | |
Kano | Kachako: A Hybrid-Cloud Unstructured Information Platform for Full Automation of Service Composition, Scalable Deployment and Evaluation: Natural Language Processing as an Example | |
CN114036180A (en) | Report generation method, device, equipment and storage medium | |
CN111610908B (en) | Method for generating frame diagram, computer equipment and readable storage medium | |
CN112685379A (en) | Data organization method, system and device and storage medium | |
JP2006285473A (en) | Manufacturing process management system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |