CN114089989A - Application development method, device, equipment and storage medium based on cloud engine - Google Patents

Application development method, device, equipment and storage medium based on cloud engine Download PDF

Info

Publication number
CN114089989A
CN114089989A CN202111433431.3A CN202111433431A CN114089989A CN 114089989 A CN114089989 A CN 114089989A CN 202111433431 A CN202111433431 A CN 202111433431A CN 114089989 A CN114089989 A CN 114089989A
Authority
CN
China
Prior art keywords
information
development
application
configuration
generating
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
CN202111433431.3A
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.)
China Merchants Finance Technology Co Ltd
Original Assignee
China Merchants Finance Technology 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 China Merchants Finance Technology Co Ltd filed Critical China Merchants Finance Technology Co Ltd
Priority to CN202111433431.3A priority Critical patent/CN114089989A/en
Publication of CN114089989A publication Critical patent/CN114089989A/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/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an application development method based on a cloud engine, which is applied to the technical field of cloud development and is used for improving the efficiency of application development based on cloud development. The method provided by the invention comprises the following steps: when a development request of a developer is received, acquiring corresponding development resources from a preset data warehouse, and generating corresponding configuration information based on the development resources, wherein the development resources comprise system resources and user-defined information; reading the configuration information, and determining application type information corresponding to the configuration information; generating a corresponding operation rule according to a preset mode based on the application type information, and generating resource configuration package information based on the configuration information and the operation rule; uploading the resource configuration package information to a delivery engine, and compiling the resource configuration package information according to a preset mode to obtain the deployed development application.

Description

Application development method, device, equipment and storage medium based on cloud engine
Technical Field
The invention relates to the technical field of cloud development, in particular to an application development method, an application development device, application development equipment and a storage medium based on a cloud engine.
Background
The application types provided by the existing cloud engine-based application store mainly comprise SaaS type applications and mirror image type applications, are relatively single, and temporarily do not support the deployment of applications such as binary type applications. In addition, developers need to upload own applications to a cloud engine, or directly select a mirror image from a mirror image warehouse to be deployed and landed, processing is performed according to uploading rules of cloud service providers in the uploading process, standards of the cloud service providers for product specifications are different, the developers need to pay higher time cost and learning cost, and the efficiency of uploading the applications to the cloud market is not high.
Disclosure of Invention
The invention provides an application development method and device based on a cloud engine, computer equipment and a storage medium, and aims to improve the efficiency of application development based on the cloud engine.
A cloud engine-based application development method comprises the following steps:
when a development request of a developer is received, acquiring corresponding development resources from a preset data warehouse, and generating corresponding configuration information based on the development resources, wherein the development resources comprise system resources and user-defined information;
reading the configuration information, and determining application type information corresponding to the configuration information;
generating a corresponding operation rule according to a preset mode based on the application type information, and generating resource configuration package information based on the configuration information and the operation rule;
uploading the resource configuration package information to a delivery engine, and compiling the resource configuration package information according to a preset mode to obtain the deployed development application.
A cloud engine based application development apparatus comprising:
the configuration information generation module is used for acquiring corresponding development resources from a preset data warehouse when a development request of a developer is received, and generating corresponding configuration information based on the development resources, wherein the development resources comprise system resources and user-defined information;
the application information generating module is used for reading the configuration information and determining application type information corresponding to the configuration information;
the resource package generating module is used for generating a corresponding operation rule according to a preset mode based on the application type information and generating resource configuration package information based on the configuration information and the operation rule;
and the application deployment module is used for uploading the resource configuration package information to a delivery engine, compiling the resource configuration package information according to a preset mode and obtaining the deployed development application.
A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the cloud engine based application development method when executing the computer program.
A computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of the cloud engine-based application development method described above.
The invention provides a cloud engine-based application development method, a cloud engine-based application development device, computer equipment and a storage medium, responding to the development request of the developer, acquiring corresponding development resources from a preset data warehouse based on the development request, and generates corresponding configuration information according to the development resources, determines the application type information and the operation rule of the development resources based on the configuration information, generating resource allocation package information according to the application type information and the operation rule, compiling the resource allocation package information through a delivery engine to obtain the deployed development application, according to the development request, the development resources are acquired, the resource configuration package information is automatically generated, the deployment application based on the cloud engine is rapidly generated, the efficiency of application development based on the cloud engine is improved, in addition, the universal language specification is used for defining development resources, so that the development cost of developers is reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive labor.
FIG. 1 is a schematic diagram of an application environment of a cloud engine-based application development method according to an embodiment of the present invention;
FIG. 2 is a flow chart of a cloud engine based application development method in an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an application development apparatus based on a cloud engine according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a computer device according to an embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. 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 invention.
The application development method based on the cloud engine provided by the embodiment of the invention can be applied to the application environment shown in fig. 1, wherein the terminal equipment is communicated with the server through a network. The terminal device may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices. The server may be implemented as a stand-alone server or as a server cluster consisting of a plurality of servers.
The system framework 100 may include terminal devices, networks, and servers. The network serves as a medium for providing a communication link between the terminal device and the server. The network may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
A user may use a terminal device to interact with a server over a network to receive or send messages or the like.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, e-book readers, MP3 players (Moving Picture experts Group Audio Layer III, motion Picture experts compression standard Audio Layer 3), MP4 players (Moving Picture experts Group Audio Layer IV, motion Picture experts compression standard Audio Layer 4), laptop portable computers, desktop computers, and the like.
The server 105 may be a server providing various services, such as a background server providing support for pages displayed on the terminal devices 101, 102, 103.
It should be noted that the application development method based on the cloud engine provided by the embodiment of the present invention is executed by the server, and accordingly, the application development device based on the cloud engine is disposed in the server.
It should be understood that the number of the terminal devices, the networks, and the servers in fig. 1 is only illustrative, and any number of the terminal devices, the networks, and the servers may be provided according to implementation requirements, and the terminal devices in the embodiment of the present invention may specifically correspond to an application system in actual production.
In an embodiment, as shown in fig. 2, a cloud engine-based application development method is provided, which is described by taking the method as an example of being applied to the server in fig. 1, and includes the following steps:
and S10, when a development request of a developer is received, acquiring corresponding development resources from a preset data warehouse, and generating corresponding configuration information based on the development resources, wherein the development resources comprise system resources and user-defined information.
Specifically, when a development request of a developer is received, the development resources stored in the preset data warehouse are pulled according to the development request, and configuration information for deploying and developing the application is generated according to the development resources.
The preset data warehouse is based on a Harbor warehouse framework and used for storing resource packages of development application, wherein the resource packages comprise a VM resource package, a HELM resource package and a user-defined script.
Specifically, the configuration information refers to application parameters, deployment requirements, storage resource parameters, and the like of the deployment application.
It should be noted that the VM (virtual machine) resource package includes configuration files for configuring a virtual module, such as a configuration file cofigjson, a cluster configuration file clusterjson, an installation resource, and a confD template. The HELM resource package comprises template, Chart. yaml and values.
The user-defined script is script information and product execution information that the developer specifies for definition. The product execution information includes pre-deployment execution information and post-deployment execution information.
As an alternative embodiment, a deployment environment is constructed by using a Docker container, and service orchestration is performed on multiple Docker containers through dockercompose.
And S20, reading the configuration information and determining the application type information corresponding to the configuration information.
Specifically, reading is performed based on the configuration information, the application parameters are obtained, and the corresponding application type information is determined according to the application parameters.
The application type information refers to the type of the deployed application, and the type includes but is not limited to binary, container mirror, hellm, SAAS, API, and the like.
Specifically, the configuration information includes a version number of the resource, a service file, a resource description, and the like.
And S30, generating a corresponding operation rule according to a preset mode based on the application type information, and generating resource configuration package information based on the configuration information and the operation rule.
Specifically, according to the application type information, a corresponding operation rule is triggered according to a configuration file corresponding to the application type, and according to the operation rule and the application type information, resource configuration package information is generated.
The resource configuration package information comprises deployment application parameters, application deployment requirements, working environment definition files, deployment environment resource information, network configuration files and the like.
And S40, uploading the resource configuration package information to a delivery engine, and compiling the resource configuration package information according to a preset mode to obtain the deployed development application.
Specifically, the delivery engine is used for receiving the resource configuration package information, performing decoding operation according to the resource configuration package information, analyzing the configuration information, acquiring application parameters and environment deployment requirements, automatically arranging, deploying and releasing the application to obtain a developed application, further realizing the functions of equipment management, AI calculation, data processing and application service through the PaaS platform, and realizing one-stop application enabling.
In this embodiment, the cloud engine-based application development method provided in the embodiment of the present invention responds to a development request of a developer, obtains a corresponding development resource from a preset data warehouse based on the development request, and generates corresponding configuration information according to the development resources, determines the application type information and the operation rule of the development resources based on the configuration information, generating resource allocation package information according to the application type information and the operation rule, compiling the resource allocation package information through a delivery engine to obtain the deployed development application, according to the development request, the development resources are acquired, the resource configuration package information is automatically generated, the deployment application based on the cloud engine is rapidly generated, the efficiency of application development based on the cloud engine is improved, in addition, the universal language specification is used for defining development resources, so that the development cost of developers is reduced.
In this embodiment, in step S10, before acquiring the corresponding development resource from the preset data warehouse when the development request of the developer is received, and generating the corresponding configuration information based on the development resource, the method includes:
and S11, acquiring the identity information of the developer, and verifying the identity information to obtain a verification result.
And S12, displaying the cloud engine control interface to the developer according to the verification result.
Specifically, a registration account of a developer using a cloud application platform constructed based on a cloud engine is obtained, identity information of the developer is verified according to the registration account, whether the identity of the developer is legal is verified, and after a verification result that the identity of the developer is legal is obtained, the developer initiates a development request through a control interface according to a platform control interface constructed based on a cloud engine technology.
The method comprises the steps that a developer enters a console interface of a cloud engine through an account, wherein a newly created application is displayed on a console, and the console interface displays detailed information of the application, specifically including an application name, an application type, service or cluster information related to the application and the like.
In this embodiment, by verifying the identity information of the developer, the resource information of the developer is protected, the security of application development performed by the developer is improved, the application deployment service is provided to the developer through an interface form, and the efficiency of application development performed by the developer is improved.
In this embodiment, in step S10, when receiving a request of a developer to acquire a development resource, acquiring a corresponding development resource from preset warehouse data, and generating corresponding configuration information based on the development resource, the method includes:
s101, when a request for acquiring development resources is received, configuration data uploaded by a developer is acquired.
And S102, defining an interface according to a preset rule, and generating corresponding configuration information based on the configuration data.
Specifically, the developer acquires preset universal language specification information, defines application parameters, input parameters, output parameters and environment definition parameters according to the universal language specification information, generates configuration data of the deployment application, and uses the configuration data as configuration information.
The configuration information includes a deployment configuration file config. The deployment configuration file is used for clicking a display configuration item of the interface after deployment and acquiring an input value of a developer; the cluster configuration file is used for deploying the cluster and comprises a plurality of fixed fields.
In a preferred embodiment, a hump encoding format is used in the deployment configuration file and the cluster deployment file.
In this embodiment, by presetting the universal language specification, the developer generates the configuration information according to the universal language specification, so that the deployment cost of the developer is reduced, and the efficiency of application development is further improved.
In this embodiment, in step S30, generating a corresponding operation rule according to a preset manner based on the application type information, and generating resource configuration package information based on the configuration information and the operation rule, includes:
s301, generating an operation rule of the application type information through a corresponding compiling mode according to the application type information.
S302, determining development component information according to the configuration information.
S303, combining the operation rule with the development component information to be used as resource configuration package information.
Specifically, according to the application type displayed in the application type information, a preset compiling interface is called to generate an operation rule for deploying the application, according to the configuration information, a cluster parameter and a network transmission protocol parameter are determined to serve as development component information, and the operation rule and the development component information are used as resource configuration package information.
In this embodiment, the resource configuration package information is automatically generated through the configuration information, and the application delivery is performed according to the resource configuration package information, so that the deployment process of the application development is quickly implemented.
In this embodiment, in step S40, uploading the resource configuration package information to the delivery engine, and compiling the resource configuration package information according to a preset manner to obtain the deployed development application, where the method includes:
s401, according to the resource configuration package information, performing operation test in the cloud engine environment to obtain a test result.
S402, adjusting the resource configuration package information based on the test result to obtain the deployed development application.
Specifically, a test module is called, operation test is carried out according to resource configuration package information to obtain a test result, feedback information is generated based on the difference between the test result and the preset application deployment requirement, parameters in the resource configuration package information are adjusted and iterated based on the feedback information, and a final development application is generated after the final test result is stable and unchanged.
Further, the resource configuration package information generation server is issued to the cloud application market to be pushed to the developer. The application market refers to a trusted application distribution source of application client software authenticated by a platform on the cloud.
In this embodiment, the availability of the delivery application is improved by testing the resource configuration package information and performing online testing on the operation effect.
In this embodiment, in step S401, before performing an operation test in a cloud engine environment according to the resource configuration package information and obtaining a test result, the method includes:
and S41, analyzing the resource configuration package to obtain operation rules and configuration information, and obtaining corresponding deployment information based on the operation rules.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
In an embodiment, an application development device based on a cloud engine is provided, and the application development device based on the cloud engine corresponds to the application development method based on the cloud engine in the above embodiment one to one. As shown in fig. 3, the cloud engine-based application development apparatus includes:
the configuration information generating module 31 is configured to, when receiving a development request of a developer, obtain corresponding development resources from a preset data warehouse, and generate corresponding configuration information based on the development resources, where the development resources include system resources and user-defined information.
And the application information generating module 32 is configured to read the configuration information and determine application type information corresponding to the configuration information.
And the resource package generating module 33 is configured to generate a corresponding operation rule according to a preset manner based on the application type information, and generate resource configuration package information based on the configuration information and the operation rule.
And the application deployment module 34 is configured to upload the resource configuration package information to the delivery engine, and compile the resource configuration package information according to a preset manner to obtain the deployed development application.
In this embodiment, the configuration information generating module 31 includes:
and the configuration data acquisition unit is used for acquiring the configuration data uploaded by the developer when receiving the request for acquiring the development resources.
And the configuration information generating unit is used for defining an interface according to a preset rule and generating corresponding configuration information based on the configuration data.
In this embodiment, the resource package generating module 33 includes:
and the operation rule generating unit is used for generating the operation rule of the application type information through a corresponding compiling mode according to the application type information.
And the development component determining unit is used for determining development component information according to the configuration information.
And the resource information generating unit is used for combining the operation rule with the development component information to be used as the resource configuration package information.
In this embodiment, the application deployment module 34 includes:
and the test result unit is used for carrying out operation test under the cloud engine environment according to the resource configuration package information to obtain a test result.
And the application acquisition unit is used for adjusting the resource configuration package information based on the test result to obtain the deployed development application.
In this embodiment, the test result unit further includes:
and the deployment information subunit is used for analyzing the resource configuration package to obtain the operation rule and the configuration information, and obtaining corresponding deployment information based on the operation rule.
In this embodiment, the cloud engine-based application development apparatus further includes the following modules:
and the verification module is used for acquiring the identity information of the developer and verifying the identity information to obtain a verification result.
And the interface display module is used for displaying the cloud engine control interface to the developer according to the verification result.
Wherein the meaning of "first" and "second" in the above modules/units is only to distinguish different modules/units, and is not used to define which module/unit has higher priority or other defining meaning. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or modules is not necessarily limited to those steps or modules explicitly listed, but may include other steps or modules not explicitly listed or inherent to such process, method, article, or apparatus, and such that a division of modules presented in this application is merely a logical division and may be implemented in a practical application in a further manner.
For specific limitations of the cloud engine-based application development device, reference may be made to the above limitations of the cloud engine-based application development method, which are not described herein again. The modules in the cloud engine-based application development device may be implemented in whole or in part by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing data related to the cloud engine-based application development method. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a cloud engine based application development method.
In one embodiment, a computer device is provided, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and when the processor executes the computer program, the steps of the cloud engine-based application development method in the above embodiments are implemented, for example, steps S10 to S40 shown in fig. 2 and other extensions of the method and related steps. Alternatively, the processor, when executing the computer program, implements the functions of the modules/units of the cloud engine-based application development apparatus in the above embodiments, such as the functions of the modules 31 to 34 shown in fig. 3. To avoid repetition, further description is omitted here.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like which is the control center for the computer device and which connects the various parts of the overall computer device using various interfaces and lines.
The memory may be used to store the computer programs and/or modules, and the processor may implement various functions of the computer device by running or executing the computer programs and/or modules stored in the memory and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, video data, etc.) created according to the use of the cellular phone, etc.
The memory may be integrated in the processor or may be provided separately from the processor.
In one embodiment, a computer readable storage medium is provided, on which a computer program is stored, which when executed by a processor implements the steps of the cloud engine based application development method in the above embodiments, such as the steps S10 through S40 shown in fig. 2 and extensions of other extensions and related steps of the method. Alternatively, the computer program, when executed by the processor, implements the functions of the modules/units of the cloud engine-based application development apparatus in the above-described embodiments, such as the functions of the modules 31 to 34 shown in fig. 3. To avoid repetition, further description is omitted here.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (10)

1. A cloud engine-based application development method is characterized by comprising the following steps:
when a development request of a developer is received, acquiring corresponding development resources from a preset data warehouse, and generating corresponding configuration information based on the development resources, wherein the development resources comprise system resources and user-defined information;
reading the configuration information, and determining application type information corresponding to the configuration information;
generating a corresponding operation rule according to a preset mode based on the application type information, and generating resource configuration package information based on the configuration information and the operation rule;
uploading the resource configuration package information to a delivery engine, and compiling the resource configuration package information according to a preset mode to obtain the deployed development application.
2. The cloud engine-based application development method according to claim 1, wherein when receiving a request for a developer to acquire development resources, acquiring corresponding development resources from preset warehouse data, and generating corresponding configuration information based on the development resources, comprises:
when a request for acquiring development resources is received, acquiring configuration data uploaded by a developer;
and defining an interface according to a preset rule, and generating corresponding configuration information based on the configuration data.
3. The cloud engine-based application development method according to claim 1, wherein the generating a corresponding operation rule according to a preset mode based on the application type information, and generating resource configuration package information based on the configuration information and the operation rule includes:
generating an operation rule of the application type information through a corresponding compiling mode according to the application type information;
determining the development component information according to the configuration information;
and combining the operation rule with the development component information to serve as resource configuration package information.
4. The cloud engine-based application development method according to claim 1, wherein the uploading the resource configuration package information to a delivery engine, and compiling the resource configuration package information according to a preset manner to obtain a deployed development application comprises:
according to the resource configuration package information, performing operation test in a cloud engine environment to obtain a test result;
and adjusting the resource configuration package information based on the test result to obtain the deployed development application.
5. The cloud engine-based application development method according to claim 4, wherein before performing an operation test in a cloud engine environment according to the resource configuration package information to obtain a test result, the method includes:
and analyzing the resource configuration package to obtain the operation rule and the configuration information, and obtaining corresponding deployment information based on the operation rule.
6. The cloud engine-based application development method according to claim 1, before acquiring, when a development request of a developer is received, a corresponding development resource from a preset data warehouse and generating corresponding configuration information based on the development resource, the method comprising:
acquiring identity information of a developer, and verifying the identity information to obtain a verification result;
and displaying a cloud engine control interface to the developer according to the verification result.
7. An application development device based on a cloud engine, comprising:
the configuration information generation module is used for acquiring corresponding development resources from a preset data warehouse when a development request of a developer is received, and generating corresponding configuration information based on the development resources, wherein the development resources comprise system resources and user-defined information;
the application information generating module is used for reading the configuration information and determining application type information corresponding to the configuration information;
the resource package generating module is used for generating a corresponding operation rule according to a preset mode based on the application type information and generating resource configuration package information based on the configuration information and the operation rule;
and the application deployment module is used for uploading the resource configuration package information to a delivery engine, compiling the resource configuration package information according to a preset mode and obtaining the deployed development application.
8. The cloud engine-based application development device according to claim 7, wherein the configuration information generation module includes:
the configuration data acquisition unit is used for acquiring configuration data uploaded by the developer when receiving a request for acquiring development resources;
and the configuration information generating unit is used for defining an interface according to a preset rule and generating corresponding configuration information based on the configuration data.
9. A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor when executing the computer program implements the steps of the cloud engine based application development method of any of claims 1 to 6.
10. A computer-readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the steps of the cloud engine-based application development method of any of claims 1 to 6.
CN202111433431.3A 2021-11-29 2021-11-29 Application development method, device, equipment and storage medium based on cloud engine Pending CN114089989A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111433431.3A CN114089989A (en) 2021-11-29 2021-11-29 Application development method, device, equipment and storage medium based on cloud engine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111433431.3A CN114089989A (en) 2021-11-29 2021-11-29 Application development method, device, equipment and storage medium based on cloud engine

Publications (1)

Publication Number Publication Date
CN114089989A true CN114089989A (en) 2022-02-25

Family

ID=80305590

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111433431.3A Pending CN114089989A (en) 2021-11-29 2021-11-29 Application development method, device, equipment and storage medium based on cloud engine

Country Status (1)

Country Link
CN (1) CN114089989A (en)

Similar Documents

Publication Publication Date Title
CN105718313A (en) Application operation method and device
CN113312037A (en) Data processing method, device and equipment applied to microservice and storage medium
CN112416458A (en) Preloading method and device based on ReactNative, computer equipment and storage medium
CN108418797B (en) Webpage access method and device, computer equipment and storage medium
CN114531477B (en) Method and device for configuring functional components, computer equipment and storage medium
CN110968331A (en) Method and device for running application program
CN108733370B (en) Stylized display method, device, terminal and storage medium of native APP
CN111079048A (en) Page loading method and device
CN113127361A (en) Application program development method and device, electronic equipment and storage medium
CN112154417B (en) Sharing code libraries between stand-alone and Web-based versions of an application via an emulated network communication channel
CN109032693B (en) Method and device for loading display information, electronic equipment and readable storage medium
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN113132400B (en) Business processing method, device, computer system and storage medium
CN114417202A (en) Artificial intelligence-based mixed page skipping method, device and equipment
CN114448823A (en) NFS service testing method and system and electronic equipment
CN107395663B (en) Data acquisition method and device
CN114089989A (en) Application development method, device, equipment and storage medium based on cloud engine
Joselli et al. A content adaptation architecture for games
CN114912097A (en) Certificate verification method and device, electronic equipment and storage medium
CN114237926A (en) Multi-platform interaction method, device, equipment, storage medium and computer program product
CN114726905A (en) Method, device, equipment and storage medium for accessing Tbox network to Android system
CN114489854A (en) Modularized software development method, system, device and storage medium
CN110471717B (en) Data processing method and device
CN114143053A (en) Third-party service login method and device, terminal equipment and storage medium
CN112527377A (en) Application program generation processing method and device, computer equipment and storage medium

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