CN111736818A - Application creation method and device based on container cloud, electronic equipment and storage medium - Google Patents

Application creation method and device based on container cloud, electronic equipment and storage medium Download PDF

Info

Publication number
CN111736818A
CN111736818A CN202010470818.5A CN202010470818A CN111736818A CN 111736818 A CN111736818 A CN 111736818A CN 202010470818 A CN202010470818 A CN 202010470818A CN 111736818 A CN111736818 A CN 111736818A
Authority
CN
China
Prior art keywords
application
target application
component
user
description file
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
Application number
CN202010470818.5A
Other languages
Chinese (zh)
Inventor
吴栋
公维锋
刘正伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN202010470818.5A priority Critical patent/CN111736818A/en
Publication of CN111736818A publication Critical patent/CN111736818A/en
Priority to PCT/CN2021/073482 priority patent/WO2021238271A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application discloses an application creation method and device based on a container cloud, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: receiving click and drag instructions of a user aiming at a target application component by using a visual interface, and acquiring component configuration parameters issued by the user and a dependency relationship between the target application components; converting and generating a corresponding universal standard description file according to the component configuration parameters and the dependency relationship between the target application components; determining application configuration information and an interface of a target application component based on the universal standard description file; and completing the creation of the target application based on the application configuration information by calling the interface of each target application component. In the application, when the application is created, the user can visually define the required application components in a clicking or dragging mode, the use difficulty of the container cloud is reduced, the application can be quickly created, and the work efficiency is obviously improved while the user experience is improved.

Description

Application creation method and device based on container cloud, electronic equipment and storage medium
Technical Field
The present application relates to the field of container cloud technologies, and in particular, to a method and an apparatus for creating an application based on a container cloud, an electronic device, and a computer-readable storage medium.
Background
From the internet +, internet enterprises began to replace traditional IT enterprises as leaders of the data age. For traditional industry enterprises, it is urgent to accelerate the completion of cloud-based transformation and innovation of applications. In view of the current situation, a traditional industry enterprise basically completes cloud migration of business applications through a public cloud or a private cloud, and then needs to perform cloud-based transformation of the business applications.
However, in the traditional way of creating an application using a container cloud, since a large number of application load types and configuration types are involved in the container cloud, and the current application system is relatively complex compared with the traditional application, and usually has dozens or even dozens of application components, the configuration way is complex, inefficient, and poor in usability.
Therefore, how to solve the above problems is a great concern for those skilled in the art.
Disclosure of Invention
The application creation method and device based on the container cloud, the electronic device and the computer readable storage medium are provided, the configuration mode is simplified, and the application can be quickly created.
In order to achieve the above object, the present application provides an application creation method based on a container cloud, including:
receiving click and drag instructions of a user aiming at a target application component by using a visual interface, and acquiring component configuration parameters issued by the user and a dependency relationship between the target application components;
converting and generating a corresponding general standard description file according to the component configuration parameters and the dependency relationship between the target application components;
determining application configuration information and an interface of the target application component based on the universal standard description file;
and completing the creation of the target application based on the application configuration information by calling the interface of each target application component.
Optionally, the obtaining the component configuration parameters issued by the user and the dependency relationship between the target application components includes:
receiving morphological type configuration parameters issued by a user aiming at the target application component by utilizing a visual interface, wherein the morphological type configuration parameters comprise whether a state load exists and/or whether the state load is a timing task or not;
and determining the dependency relationship among the target application components according to the connecting line drawn by the user aiming at the target application components.
Optionally, before the converting and generating the corresponding universal standard description file according to the component configuration parameters and the dependency relationship between the target application components, the method further includes:
analyzing the dependency relationship between the component configuration parameters and the target application components respectively, and judging whether authentication risks, unauthorized actions or security risk resources exist;
if yes, returning an alarm prompt message, and forbidding to execute the conversion to generate a corresponding universal standard description file;
if not, allowing to enter the step of converting to generate the corresponding universal standard description file.
Optionally, the converting and generating a corresponding universal standard description file according to the component configuration parameters and the dependency relationship between the target application components includes:
generating a required application component list and a corresponding configuration parameter list according to the component configuration parameters and the dependency relationship between the target application components;
and generating a universal standard description file according to the application component list and the configuration parameter list.
Optionally, the determining the application configuration information and the interface of the target application component based on the universal standard description file includes:
analyzing the general standard description file to obtain component declaration information and component configuration parameters and dependent parameters of the target application component;
and determining the interface corresponding to the target application component according to the component declaration information.
Optionally, after the creating of the target application is completed based on the application configuration information by calling the interface of each target application component, the method further includes:
determining whether to store the application data corresponding to the target application into a database according to the user creation request;
receiving a modify/upgrade/delete request for the target application to perform a corresponding modify/upgrade/delete operation.
In order to achieve the above object, the present application provides an application creation apparatus based on a container cloud, including:
the command receiving module is used for receiving clicking and dragging commands of a user aiming at the target application components by utilizing a visual interface and acquiring component configuration parameters issued by the user and the dependency relationship among the target application components;
the file generation module is used for converting and generating a corresponding general standard description file according to the component configuration parameters and the dependency relationship between the target application components;
an interface determination module for determining application configuration information and an interface of the target application component based on the universal standard description file;
and the application creation module is used for creating the target application based on the application configuration information by calling the interface of each target application component.
Optionally, the file generating module includes:
the first generating unit is used for generating a required application component list and a corresponding configuration parameter list according to the component configuration parameters and the dependency relationship between the target application components;
and the second generating unit is used for generating a universal standard description file according to the application component list and the configuration parameter list.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
a processor for implementing the steps of any of the container cloud based application creation methods disclosed above when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium having stored thereon a computer program, which when executed by a processor, implements the steps of any one of the container cloud based application creation methods disclosed in the foregoing.
According to the scheme, the application creation method based on the container cloud comprises the following steps: receiving click and drag instructions of a user aiming at a target application component by using a visual interface, and acquiring component configuration parameters issued by the user and a dependency relationship between the target application components; converting and generating a corresponding general standard description file according to the component configuration parameters and the dependency relationship between the target application components; determining application configuration information and an interface of the target application component based on the universal standard description file; and completing the creation of the target application based on the application configuration information by calling the interface of each target application component. In the application, when the application is created, a user can visually define the required application components in a click or drag mode, and further, the description file of the general standard can be automatically generated according to the user definition, so that the application can be automatically created based on the description file, the use difficulty of the container cloud is reduced, the configuration mode is simplified, the application can be quickly created, and the working efficiency is obviously improved while the user experience is improved.
The application also discloses an application creation device based on the container cloud, an electronic device and a computer readable storage medium, and the technical effects can be achieved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
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 flowchart of a method for creating an application based on a container cloud according to an embodiment of the present disclosure;
fig. 2 is a flowchart of another container cloud based application creation method disclosed in an embodiment of the present application;
fig. 3 is a block diagram of an application creation apparatus based on a container cloud according to an embodiment of the present application;
FIG. 4 is a block diagram of a particular container cloud based application creation system as disclosed in an embodiment of the present application;
fig. 5 is a block diagram of an electronic device disclosed in an embodiment of the present application;
fig. 6 is a block diagram of another electronic device disclosed in the embodiments 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.
In a traditional method for creating an application by using a container cloud, a large number of application load types and configuration types are involved in the container cloud, and a current application system is relatively complex compared with a traditional application and usually has dozens or even dozens of application components, so that the configuration method is complex, inefficient and poor in usability.
Therefore, the embodiment of the application discloses an application creation method based on a container cloud, which simplifies a configuration mode and can realize rapid creation of an application.
Referring to fig. 1, a method for creating an application based on a container cloud disclosed in an embodiment of the present application includes:
s101: receiving click and drag instructions of a user aiming at a target application component by using a visual interface, and acquiring component configuration parameters issued by the user and a dependency relationship between the target application components;
in the embodiment of the application, a visual interface can be provided for a user by utilizing an HTML5 technology, when the application is required to be created, the user can select by clicking a target application component on the visual interface, move by dragging the target application component, and draw a connecting line between the application components according to business requirements, namely, establish a dependency relationship between the application components.
It will be appreciated that component configuration parameters may be entered for an application component after a user selects a target application component, or dependency configuration parameters may be entered for currently added dependencies after a user adds a wire between application components. Specifically, the component configuration parameters may be configuration parameters of form types, that is, a user may specify whether an application component has a status load and/or is a timing task, so as to select different types of components.
S102: converting and generating a corresponding general standard description file according to the component configuration parameters and the dependency relationship between the target application components;
in this step, the component configuration parameters input by the user and the dependency relationship between the target application components may be analyzed and converted into the corresponding description file of the universal standard. In a specific implementation, a required application component list and a corresponding configuration parameter list may be generated according to the component configuration parameters and the dependency relationship, the application component list includes all required application components, and the configuration parameter list may specifically include component configuration parameters and dependency configuration parameters. And generating a description file according to the application component list and the configuration parameter list obtained by analysis.
S103: determining application configuration information and an interface of the target application component based on the universal standard description file;
it should be noted that, in this step, the universal standard description file generated in the above step may be analyzed to obtain application configuration information, where the application configuration information may specifically include component declaration information, component configuration parameters and dependency parameters of the target application component, and then an interface corresponding to the target application component may be determined according to the component declaration information.
S104: and completing the creation of the target application based on the application configuration information by calling the interface of each target application component.
Specifically, the interface of the target application component obtained through the analysis, the component configuration parameters configured by the user and the dependent parameters are used for realizing the preparation work of interface calling. And then interface calling can be carried out according to the component configuration parameters and the dependent parameters, and the creation of the target application is realized.
As a possible implementation manner, after the creation of the target application is completed based on the application configuration information by invoking the interface of each target application component, the embodiment of the present application may further determine whether to store the application data corresponding to the target application in the database according to the user creation request, or may receive a modification/upgrade/deletion request for the target application from the user, so as to perform a corresponding modification/upgrade/deletion operation. That is, the user may issue a corresponding request after the application is created, where the request may be used to set whether the target application occupies the user quota, or set whether to store the application data of the target application, or perform operations such as modification, upgrade, and deletion on the target application. According to the user request, the system can automatically execute corresponding operation, and management after application creation is successful is achieved.
According to the scheme, the application creation method based on the container cloud comprises the following steps: receiving click and drag instructions of a user aiming at a target application component by using a visual interface, and acquiring component configuration parameters issued by the user and a dependency relationship between the target application components; converting and generating a corresponding general standard description file according to the component configuration parameters and the dependency relationship between the target application components; determining application configuration information and an interface of the target application component based on the universal standard description file; and completing the creation of the target application based on the application configuration information by calling the interface of each target application component. In the application, when the application is created, a user can visually define the required application components in a click or drag mode, and further, the description file of the general standard can be automatically generated according to the user definition, so that the application can be automatically created based on the description file, the use difficulty of the container cloud is reduced, the configuration mode is simplified, the application can be quickly created, and the working efficiency is obviously improved while the user experience is improved.
The embodiment of the application discloses another application creation method based on a container cloud, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Referring to fig. 2, specifically:
s201: receiving click and drag instructions of a user aiming at a target application component by using a visual interface, and acquiring component configuration parameters issued by the user and a dependency relationship between the target application components;
s202: analyzing the dependency relationship between the component configuration parameters and the target application components respectively, and judging whether authentication risks, unauthorized actions or security risk resources exist; if yes, go to step S203; if not, go to step S204;
s203: returning alarm prompt information;
in the embodiment of the application, after the component configuration parameters issued by the user and the dependency relationship between the target application components are acquired, the configuration information of the user may be checked and checked before the corresponding description file is generated. Specifically, it may be determined whether authentication risks, unauthorized actions, or security risk resources exist in the user-configured information. If the user configuration information has the risk, the step of generating the description file is not executed any more, an alarm prompt message can be returned to remind the user to perform the configuration again, or the information is reported to the administrator terminal after the risk behavior of the same user occurs for many times, so that the administrator terminal can perform corresponding management operation on the user, for example, the configuration operation of the user can be limited, and the limitation is removed after a preset time period. If the user configuration information does not have the risk, the step of generating the description file can be directly carried out.
For example, the process of determining whether the security risk resource exists in the information configured by the user may specifically include: the resource types with risks can be preset, after the user configuration information is obtained, the resource types are firstly analyzed, whether resources with the same types as the preset risk resource exist or not is checked, and if the resources with the same types as the preset risk resource exist, the safety risk resource is judged to exist. The process of determining whether the unauthorized action exists in the information configured by the user may specifically be: and setting corresponding configuration permission for each user in advance, and after the user configuration information is obtained, analyzing whether the configured component type or parameter meets the corresponding permission or not so as to identify whether the current user performs configuration except the permission.
S204: converting and generating a corresponding general standard description file according to the component configuration parameters and the dependency relationship between the target application components;
s205: determining application configuration information and an interface of the target application component based on the universal standard description file;
s206: and completing the creation of the target application based on the application configuration information by calling the interface of each target application component.
In the following, a container cloud based application creation apparatus provided in an embodiment of the present application is introduced, and a container cloud based application creation apparatus described below and a container cloud based application creation method described above may be referred to each other.
Referring to fig. 3, an application creation system based on a container cloud provided in an embodiment of the present application includes:
the instruction receiving module 301 is configured to receive a click and drag instruction of a user for a target application component by using a visual interface, and acquire a component configuration parameter issued by the user and a dependency relationship between the target application components;
the file generation module 302 is configured to generate a corresponding universal standard description file through conversion according to the component configuration parameters and the dependency relationship between the target application components;
an interface determining module 303, configured to determine application configuration information and an interface of the target application component based on the universal standard description file;
an application creation module 304, configured to complete creation of the target application based on the application configuration information by calling an interface of each target application component.
For the specific implementation process of the modules 301 to 304, reference may be made to the corresponding content disclosed in the foregoing embodiments, and details are not repeated here.
On the basis of the foregoing embodiment, as a preferred implementation manner, the file generating module may specifically include:
the first generating unit is used for generating a required application component list and a corresponding configuration parameter list according to the component configuration parameters and the dependency relationship between the target application components;
and the second generating unit is used for generating a universal standard description file according to the application component list and the configuration parameter list.
A specific container cloud-based application creation system provided in the embodiments of the present application is received as follows. The system may specifically include a canvas generation apparatus, a graphics conversion apparatus, an application deployment apparatus, and an application lifecycle management apparatus. When a container cloud user needs to perform application creation, the canvas generation apparatus may use HTML5 technology to create a canvas on the user interface that supports multi-component dragging. The user can use the canvas to complete the explicit declaration and the dependency declaration of the application components, and transmit the series of components and the dependency thereof to the graphic conversion device of the container cloud background for analysis. The graphic conversion device forms a description file which accords with the application creation specification according to the configuration information in the canvas, completes the conversion action, and inputs the converted general application description file to the application deployment device. The application deployment device can further analyze the description file in detail and call each component interface to complete the creation of the application component. After the application creation is complete, the application information may be handed to the application lifecycle management device for lifecycle hosting.
In specific implementation, referring to fig. 4, the canvas generation apparatus supports a container cloud user to complete explicit declaration and dependency declaration of application components on a canvas as required, and specifically supports the user to explicitly drag and connect application components and declare dependency between the components; the method comprises the following steps of supporting a user to define specific parameters of each component and dependency relationship parameters; the user is supported to select resources in various forms such as a stateful load, a stateless load, a task, a timing task and the like on the interface so as to meet the requirements of diversified services. After the user completes the configuration, the canvas generation device may organize a series of components and their relationships into structured data for processing by the graphics conversion device.
The graph conversion device can analyze the application component information generated by the drawing generation device and the dependency relationship between the components in detail, so that authentication risk, unauthorized action and safety risk resources do not exist, the analyzed content is effectively converted after the examination is finished, and the converted content is converted into a standard description file which is universal in the industry, wherein the standard description file specifically comprises a component list and a parameter list. And then the converted file is delivered to an application creation device for application creation.
The application creation device carries out resource resolution analysis and component dependency relationship analysis on the universal standard description file converted by the graph conversion device to generate creation serial of various resources. Specifically, the component declaration information can be analyzed to find a corresponding component interface, the user parameter and the dependent parameter are analyzed to form interface calling preparation, interface calling is further performed according to analyzed data to complete application creation, application information is formed after creation is completed, and the application information is managed by the application life cycle management device.
The life cycle management device is used for receiving a request message of a user after the application is created, analyzing and processing the user request, and correspondingly executing a series of management operations such as occupying user quota, storing application data into a database, modifying/upgrading/deleting the application and the like.
Through the setting of the system, the dependency relationship among the components of the application and the detailed parameters of the components can be explicitly and visually defined when the user creates the application, the rapid reproducible creation of the application is realized, and the use threshold of the container cloud and the difficulty of the original biochemical modification of the application are reduced.
The present application further provides an electronic device, and as shown in fig. 5, an electronic device provided in an embodiment of the present application includes:
a memory 100 for storing a computer program;
the processor 200, when executing the computer program, may implement the steps provided by the above embodiments.
Specifically, the memory 100 includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and computer-readable instructions, and the internal memory provides an environment for the operating system and the computer-readable instructions in the non-volatile storage medium to run. The processor 200 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data processing chip in some embodiments, and provides computing and controlling capability for the electronic device, and when executing the computer program stored in the memory 100, the steps of the container cloud based application creation method disclosed in any of the foregoing embodiments may be implemented.
On the basis of the above embodiment, as a preferred implementation, referring to fig. 6, the electronic device further includes:
and an input interface 300 connected to the processor 200, for acquiring computer programs, parameters and instructions imported from the outside, and storing the computer programs, parameters and instructions into the memory 100 under the control of the processor 200. The input interface 300 may be connected to an input device for receiving parameters or instructions manually input by a user. The input device may be a touch layer covered on a display screen, or a button, a track ball or a touch pad arranged on a terminal shell, or a keyboard, a touch pad or a mouse, etc.
And a display unit 400 connected to the processor 200 for displaying data processed by the processor 200 and for displaying a visualized user interface. The display unit 400 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like.
And a network port 500 connected to the processor 200 for performing communication connection with each external terminal device. The communication technology adopted by the communication connection can be a wired communication technology or a wireless communication technology, such as a mobile high definition link (MHL) technology, a Universal Serial Bus (USB), a High Definition Multimedia Interface (HDMI), a wireless fidelity (WiFi), a bluetooth communication technology, a low power consumption bluetooth communication technology, an ieee802.11 s-based communication technology, and the like.
While FIG. 6 shows only an electronic device having the assembly 100 and 500, those skilled in the art will appreciate that the configuration shown in FIG. 6 is not intended to be limiting of electronic devices and may include fewer or more components than those shown, or some components may be combined, or a different arrangement of components.
The present application also provides a computer-readable storage medium, which may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk. The storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the container cloud based application creation method disclosed in any of the preceding embodiments.
When the application is created, a user can visually define the required application components in a click or drag mode, and further can automatically generate the description file of the general standard according to the user definition, so that the application is automatically created based on the description file, the use difficulty of the container cloud is reduced, the configuration mode is simplified, the application can be quickly created, and the work efficiency is obviously improved while the user experience is improved.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are 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 apparatus 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 apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A container cloud-based application creation method is characterized by comprising the following steps:
receiving click and drag instructions of a user aiming at a target application component by using a visual interface, and acquiring component configuration parameters issued by the user and a dependency relationship between the target application components;
converting and generating a corresponding general standard description file according to the component configuration parameters and the dependency relationship between the target application components;
determining application configuration information and an interface of the target application component based on the universal standard description file;
and completing the creation of the target application based on the application configuration information by calling the interface of each target application component.
2. The application creation method of claim 1, wherein the obtaining of the component configuration parameters delivered by the user and the dependency relationship between the target application components comprises:
receiving morphological type configuration parameters issued by a user aiming at the target application component by utilizing a visual interface, wherein the morphological type configuration parameters comprise whether a state load exists and/or whether the state load is a timing task or not;
and determining the dependency relationship among the target application components according to the connecting line drawn by the user aiming at the target application components.
3. The method for creating an application according to claim 1, wherein before the converting and generating the corresponding universal standard description file according to the component configuration parameters and the dependency relationship between the target application components, the method further comprises:
analyzing the dependency relationship between the component configuration parameters and the target application components respectively, and judging whether authentication risks, unauthorized actions or security risk resources exist;
if yes, returning an alarm prompt message, and forbidding to execute the conversion to generate a corresponding universal standard description file;
if not, allowing to enter the step of converting to generate the corresponding universal standard description file.
4. The application creation method according to claim 1, wherein the converting and generating a corresponding generic standard description file according to the component configuration parameters and the dependency relationship between the target application components comprises:
generating a required application component list and a corresponding configuration parameter list according to the component configuration parameters and the dependency relationship between the target application components;
and generating a universal standard description file according to the application component list and the configuration parameter list.
5. The application creation method of any of claims 1 to 4, wherein determining application configuration information and an interface of the target application component based on the common standard description file comprises:
analyzing the general standard description file to obtain component declaration information and component configuration parameters and dependent parameters of the target application component;
and determining the interface corresponding to the target application component according to the component declaration information.
6. The application creation method according to claim 5, further comprising, after the creation of the target application is completed based on the application configuration information by calling an interface of each of the target application components:
determining whether to store the application data corresponding to the target application into a database according to the user creation request;
receiving a modify/upgrade/delete request for the target application to perform a corresponding modify/upgrade/delete operation.
7. An application creation apparatus based on a container cloud, comprising:
the command receiving module is used for receiving clicking and dragging commands of a user aiming at the target application components by utilizing a visual interface and acquiring component configuration parameters issued by the user and the dependency relationship among the target application components;
the file generation module is used for converting and generating a corresponding general standard description file according to the component configuration parameters and the dependency relationship between the target application components;
an interface determination module for determining application configuration information and an interface of the target application component based on the universal standard description file;
and the application creation module is used for creating the target application based on the application configuration information by calling the interface of each target application component.
8. The application creation apparatus according to claim 7, wherein the file generation module includes:
the first generating unit is used for generating a required application component list and a corresponding configuration parameter list according to the component configuration parameters and the dependency relationship between the target application components;
and the second generating unit is used for generating a universal standard description file according to the application component list and the configuration parameter list.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the container cloud based application creation method of any of claims 1 to 6 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the container cloud based application creation method according to any one of claims 1 to 6.
CN202010470818.5A 2020-05-28 2020-05-28 Application creation method and device based on container cloud, electronic equipment and storage medium Pending CN111736818A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010470818.5A CN111736818A (en) 2020-05-28 2020-05-28 Application creation method and device based on container cloud, electronic equipment and storage medium
PCT/CN2021/073482 WO2021238271A1 (en) 2020-05-28 2021-01-25 Container-cloud-based application creation method and apparatus, electronic device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010470818.5A CN111736818A (en) 2020-05-28 2020-05-28 Application creation method and device based on container cloud, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111736818A true CN111736818A (en) 2020-10-02

Family

ID=72646691

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010470818.5A Pending CN111736818A (en) 2020-05-28 2020-05-28 Application creation method and device based on container cloud, electronic equipment and storage medium

Country Status (2)

Country Link
CN (1) CN111736818A (en)
WO (1) WO2021238271A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112559137A (en) * 2020-12-26 2021-03-26 北京国腾联信科技有限公司 H5 container configuration method and device
CN113590097A (en) * 2021-07-30 2021-11-02 中电金信软件有限公司 API interface generation method and device, electronic equipment and storage medium
WO2021238271A1 (en) * 2020-05-28 2021-12-02 浪潮电子信息产业股份有限公司 Container-cloud-based application creation method and apparatus, electronic device, and storage medium
CN113835705A (en) * 2021-09-29 2021-12-24 北京金山云网络技术有限公司 Big data service product development method, device and system

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114792088A (en) * 2022-06-23 2022-07-26 中国科学院空天信息创新研究院 Editing method and device for digital earth workflow
CN116260860A (en) * 2022-12-09 2023-06-13 深圳前海环融联易信息科技服务有限公司 Application deployment method and device, storage medium and electronic equipment
CN116225438A (en) * 2023-05-10 2023-06-06 和创(北京)科技股份有限公司 Custom configuration multifunctional workbench system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1959631A (en) * 2005-11-04 2007-05-09 上海启明软件股份有限公司 Self-contained technology for installing application software based on ITRON
CN108958927A (en) * 2018-05-31 2018-12-07 康键信息技术(深圳)有限公司 Dispositions method, device, computer equipment and the storage medium of container application
CN108984174A (en) * 2018-07-03 2018-12-11 百度在线网络技术(北京)有限公司 Cross-platform application creation method, device, server and storage medium
CN109165020A (en) * 2018-07-25 2019-01-08 山东中创软件商用中间件股份有限公司 Using method of combination, device, equipment and computer readable storage medium
CN110286884A (en) * 2019-06-21 2019-09-27 北京百度网讯科技有限公司 Micro services method of combination, device, equipment and computer readable storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10540191B2 (en) * 2017-03-21 2020-01-21 Veritas Technologies Llc Systems and methods for using dynamic templates to create application containers
CN108681451A (en) * 2018-05-14 2018-10-19 浪潮软件集团有限公司 Visual kubernets micro-service arrangement implementation method
CN111736818A (en) * 2020-05-28 2020-10-02 浪潮电子信息产业股份有限公司 Application creation method and device based on container cloud, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1959631A (en) * 2005-11-04 2007-05-09 上海启明软件股份有限公司 Self-contained technology for installing application software based on ITRON
CN108958927A (en) * 2018-05-31 2018-12-07 康键信息技术(深圳)有限公司 Dispositions method, device, computer equipment and the storage medium of container application
CN108984174A (en) * 2018-07-03 2018-12-11 百度在线网络技术(北京)有限公司 Cross-platform application creation method, device, server and storage medium
CN109165020A (en) * 2018-07-25 2019-01-08 山东中创软件商用中间件股份有限公司 Using method of combination, device, equipment and computer readable storage medium
CN110286884A (en) * 2019-06-21 2019-09-27 北京百度网讯科技有限公司 Micro services method of combination, device, equipment and computer readable storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021238271A1 (en) * 2020-05-28 2021-12-02 浪潮电子信息产业股份有限公司 Container-cloud-based application creation method and apparatus, electronic device, and storage medium
CN112559137A (en) * 2020-12-26 2021-03-26 北京国腾联信科技有限公司 H5 container configuration method and device
CN113590097A (en) * 2021-07-30 2021-11-02 中电金信软件有限公司 API interface generation method and device, electronic equipment and storage medium
CN113835705A (en) * 2021-09-29 2021-12-24 北京金山云网络技术有限公司 Big data service product development method, device and system

Also Published As

Publication number Publication date
WO2021238271A1 (en) 2021-12-02

Similar Documents

Publication Publication Date Title
CN111736818A (en) Application creation method and device based on container cloud, electronic equipment and storage medium
CN109358851B (en) Chart component creating method and device and computer-readable storage medium
CN110837369A (en) Form generation method and device, electronic equipment and storage medium
CN110727431A (en) Applet generation method and apparatus
CN111068328B (en) Game advertisement configuration form generation method, terminal equipment and medium
CN110705237B (en) Automatic document generation method, data processing device and storage medium
CN111045653B (en) System generation method and device, computer readable medium and electronic equipment
CN110795181A (en) Application program interface display method and device based on skip protocol and electronic equipment
CN110807002B (en) Report generation method, system and equipment based on workflow and storage medium
CN111080170A (en) Workflow modeling method and device, electronic equipment and storage medium
CN105335132A (en) Method, apparatus and system for user-defined application function
CN110895471A (en) Installation package generation method, device, medium and electronic equipment
CN109101294B (en) Data acquisition method, plug-in, electronic equipment and storage medium
CN111176767A (en) Table data processing method and device, computer equipment and storage medium
CN108197024B (en) Embedded browser debugging method, debugging terminal and computer readable storage medium
CN110765507A (en) Three-dimensional CAD (computer-aided design) modeling method, device and system based on cloud service technology
CN111596911A (en) Method and device for generating control, computer equipment and storage medium
CN111274302A (en) Editing method and system of webpage chart component, electronic equipment and storage medium
CN103544357B (en) The implementation method of the calculating task of ANSYS and device
CN111782382A (en) Task processing method and device, storage medium and electronic equipment
CN110764864A (en) Terraform-based visual resource arrangement method
CN111125205A (en) Signboard data display method, terminal and storage medium
CN111124612A (en) Container mirror image upgrading method and device, electronic equipment and storage medium
CN116339715A (en) Front-end page construction method and device, electronic equipment and storage medium
CN111625221B (en) Version control method, device, equipment and medium applied to integrated development environment

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201002