CN113741918A - Method for deploying applications on cloud and applications - Google Patents

Method for deploying applications on cloud and applications Download PDF

Info

Publication number
CN113741918A
CN113741918A CN202111062642.0A CN202111062642A CN113741918A CN 113741918 A CN113741918 A CN 113741918A CN 202111062642 A CN202111062642 A CN 202111062642A CN 113741918 A CN113741918 A CN 113741918A
Authority
CN
China
Prior art keywords
application
public cloud
cloud
application deployment
associated public
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
CN202111062642.0A
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.)
Anchao Cloud Software Co Ltd
Original Assignee
Anchao Cloud Software 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 Anchao Cloud Software Co Ltd filed Critical Anchao Cloud Software Co Ltd
Priority to CN202111062642.0A priority Critical patent/CN113741918A/en
Publication of CN113741918A publication Critical patent/CN113741918A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems

Abstract

The invention discloses a method for deploying applications on a cloud and an application, wherein the method comprises the following steps: when a preset application deployment condition is met, acquiring current resource overhead information of a related public cloud, wherein application storage data are stored in the related public cloud; and selecting an application deployment object from the associated public cloud according to the current resource overhead information. According to the method, when the preset application deployment condition is met, the current resource overhead information of each associated public cloud is compared, so that the public cloud with proper resource overhead is selected for application deployment, and the flexibility is improved; meanwhile, application storage data are stored in each associated public cloud, so that the service can be quickly pulled up no matter which one is selected as an application deployment object, and the stability of the service is ensured.

Description

Method for deploying applications on cloud and applications
Technical Field
The present invention relates to the field of computers, and in particular, to a method for deploying applications on a cloud and an application thereof.
Background
Cloud computing has been developed for many years and is currently in a high-speed development stage, and multiple clouds are essential stages of cloud computing development. With the rapid development of cloud computing technology, more public cloud deployments and related technologies are gradually enriched and complete. In order to facilitate work, more and more enterprises and public institutions and other users choose to deploy the application on the public cloud, and data generated by the users using the application are stored on the public cloud at the same time. The user can download corresponding data on the public cloud regularly, and backup and analysis are carried out on the corresponding data so as to fully utilize the value of the data.
The information disclosed in this background section is only for enhancement of understanding of the general background of the invention and should not be taken as an acknowledgement or any form of suggestion that this information forms the prior art already known to a person skilled in the art.
Disclosure of Invention
The invention aims to provide a method for deploying applications on a cloud and an application, which can select the most appropriate associated public cloud as a target cloud by comparing different associated public clouds when a preset application deployment condition is met, so that the risk that the service continuity is influenced by being recovered at any time due to the method of a preemptive instance is avoided.
To achieve the above object, an embodiment of the present invention provides a method for deploying an application on a cloud.
In one or more embodiments of the present invention, when a preset application deployment condition is satisfied, current resource overhead information of an associated public cloud is obtained, where application storage data is stored in the associated public cloud; and selecting an application deployment object from the associated public cloud according to the current resource overhead information.
In one or more embodiments of the present invention, the preset application deployment condition includes: when receiving an instance closing notification of a public cloud of a current application deployment; and/or, when a refresh period of preset resource overhead information is reached; and/or when the application is initially deployed.
In one or more embodiments of the invention, the method further comprises: when the preset application deployment condition is met, acquiring the expected running time of the associated public cloud; and selecting an application deployment object from the associated public cloud according to the current resource overhead information and the expected running time.
In one or more embodiments of the present invention, selecting an application deployment object from the associated public cloud according to the current resource overhead information and the expected running duration specifically includes: and selecting the associated public cloud with the least current resource overhead and the corresponding expected running time length larger than the preset time length as an application deployment object.
In one or more embodiments of the invention, the application storage data is stored in an object store associated with a public cloud.
To achieve the above object, an embodiment of the present invention provides another method for deploying an application on a cloud.
In one or more embodiments of the invention, currently stored data of an application is synchronized into an associated public cloud for invocation when the application migrates to the associated public cloud.
In one or more embodiments of the invention, current storage data of an application is synchronized into an object store of an associated public cloud for synchronizing data in the object store to a block store when the application migrates to the associated public cloud.
In another aspect of the present invention, an apparatus for application deployment on a cloud is provided, which includes an obtaining module and a selecting module.
The acquisition module is used for acquiring current resource overhead information of a related public cloud when a preset application deployment condition is met, wherein application storage data are stored in the related public cloud.
The selection module is used for selecting an application deployment object from the associated public cloud according to the current resource overhead information.
In one or more embodiments of the present invention, the obtaining module is further configured to: when receiving an instance closing notification of a public cloud of a current application deployment; and/or, when a refresh period of preset resource overhead information is reached; and/or when the application is initially deployed.
In one or more embodiments of the present invention, the obtaining module is further configured to: when the preset application deployment condition is met, acquiring the expected running time of the associated public cloud; and selecting an application deployment object from the associated public cloud according to the current resource overhead information and the expected running time.
In one or more embodiments of the invention, the selection module is further configured to: selecting an application deployment object from the associated public cloud according to the current resource overhead information and the expected running duration, specifically comprising: and selecting the associated public cloud with the least current resource overhead and the corresponding expected running time length larger than the preset time length as an application deployment object.
In another aspect of the present invention, there is provided yet another apparatus for application deployment on a cloud, which includes a synchronization module.
The synchronization module is used for synchronizing the current storage data of the application to the associated public cloud so as to be called when the application is migrated to the associated public cloud.
In one or more embodiments of the present invention, the synchronization module is further configured to synchronize currently stored data of an application to an object store of an associated public cloud, so that the data in the object store is synchronized to a block store when the application migrates to the associated public cloud.
In another aspect of the present invention, there is provided an electronic device including: at least one processor; and a memory storing instructions that, when executed by the at least one processor, cause the at least one processor to perform the on-cloud application deployment method as described above.
In another aspect of the invention, a computer-readable storage medium is provided, having stored thereon a computer program which, when executed by a processor, implements the steps of the application deployment method on the cloud as described.
Compared with the prior art, according to the method and the application for deploying the application on the cloud, which are disclosed by the embodiment of the invention, when the preset application deployment condition is met, the current resource overhead information of each associated public cloud can be compared, so that the public cloud with proper resource overhead is selected for application deployment, and the flexibility is improved; meanwhile, application storage data are stored in each associated public cloud, so that the service can be quickly pulled up no matter which one is selected as an application deployment object, and the stability of the service is ensured.
Drawings
FIG. 1 is a flow diagram of a method for application deployment on a cloud in accordance with an embodiment of the present invention;
FIG. 2 is a general architecture diagram of an application deployment method on the cloud according to an embodiment of the invention;
FIG. 3 is a diagram of a normal time architecture of an application deployment method on the cloud according to an embodiment of the invention;
fig. 4 is an architecture diagram of an application crash of the application deployment method on the cloud according to an embodiment of the present invention;
FIG. 5 is a block diagram of an application deployment device on the cloud according to an embodiment of the invention;
FIG. 6 is a hardware block diagram of an application deployment computing device on the cloud according to an embodiment of the invention.
Detailed Description
The following detailed description of the present invention is provided in conjunction with the accompanying drawings, but it should be understood that the scope of the present invention is not limited to the specific embodiments.
Throughout the specification and claims, unless explicitly stated otherwise, the word "comprise", or variations such as "comprises" or "comprising", will be understood to imply the inclusion of a stated element or component but not the exclusion of any other element or component.
The technical solutions provided by the embodiments of the present invention are described in detail below with reference to the accompanying drawings.
Example 1
As shown in fig. 1 to 2, a method for application deployment on the cloud in one embodiment of the present invention is introduced, and the method includes the following steps.
In step S101, when a preset application deployment condition is satisfied, current resource overhead information associated with the public cloud is obtained.
Generally, public clouds can be classified according to a pay mode of resource overhead: reserving an example, and a user can pay according to expected use duration; the payment is given according to the amount, and the user can give the payment according to the actual use duration; and the preemptive instance can enable the user to use the currently idle server resources in the cloud, so that the resource overhead is relatively low.
In an embodiment of the application, the preset application deployment condition may include receiving an instance closing notification of a public cloud of a current application deployment, and/or reaching a refresh period of preset resource overhead information, and/or when performing initialization deployment on an application.
In the classification corresponding to the public cloud, in order to enable application deployment on the cloud to consume less resource overhead, the associated public clouds related in this embodiment may all be the above-mentioned preemptive examples. Moreover, the term "association" mentioned herein does not necessarily refer to an association relationship between public clouds, which have identities or other attributes, but refers to that the public clouds can be used as optional objects for deploying applications when preset application deployment conditions are met. And as the associated public clouds, the storage data of the applications to be deployed are stored, so that no matter which one of the associated public clouds is selected as the application deployment object, the service can be pulled up quickly.
The application storage data in the associated public clouds may be stored in each public cloud in various ways, and in an embodiment, as the public cloud in which the application is deployed, the application storage data on the public cloud may be synchronized to other associated public clouds according to a certain period or in real time.
In terms of specific storage positions of application storage data, because resource overhead of object storage is low, the application storage data can be stored in object storage of each associated public cloud; when the application performance-oriented requirement is high, the public cloud with the deployed application can further synchronize application storage data in the object storage into the block storage, and the operation is performed inside the cloud, so that the speed is also acceptable. Of course, the application storage data may also be directly stored in the block storage of each associated public cloud to meet the application scenario with higher real-time requirement.
It should be noted that, in different preset application deployment conditions, for example, when an application with relatively low instantaneity requirement on application deployment is initially deployed, the public cloud of the reserved instance and the pay-by-volume manner may also be used as the associated public cloud herein, and these alternative embodiments may also be used as part of the protection scope of the present invention.
In step S102, an application deployment object is selected from the associated public cloud according to the current resource overhead information.
In the embodiment of the application, when a specific application deployment object is selected, a public cloud with the least current resource overhead may be selected according to the current resource overhead information of the associated public cloud. The resource overhead information for the preemptive instance may change on a periodic basis or in real time. Thus:
firstly, when the application is initialized and deployed, current resource overhead information of a current public cloud needs to be acquired so as to realize the application initialization and deployment with the least resource overhead;
and secondly, when the refresh period of the preset resource overhead information is reached, selecting the public cloud with the least resource overhead at the time for application migration by re-comparing the resource overhead of each associated public cloud, realizing dynamic migration of the application on each public cloud, and improving the flexibility.
Meanwhile, for the preemptive instances, the public cloud service provider may terminate these instances with little warning or short-time (e.g., several minutes) notice in advance, and therefore, when the application is deployed to the public cloud in the preemptive instance, it is necessary to select a new public cloud in time when the notification of closing the instance of the public cloud currently deployed by the application is received. At the moment, the currently available associated public clouds are compared in resource overhead, and the public cloud with the least overhead is selected in time for application migration, so that the application deployment overhead on the cloud is the least, and the stability of application operation is ensured.
Example 2
A method for application deployment on a cloud in one embodiment of the invention is presented, the method comprising the following steps.
In step S201, the current storage data of the application is synchronized into the associated public cloud to be called when the application is migrated to the associated public cloud.
Specifically, the current storage data of the application is synchronized into the object storage of the associated public cloud, which may be to synchronize the application storage data on the public cloud where the application is currently deployed into other associated public clouds according to a certain period or in real time, so as to synchronize the data in the object storage into the block storage when the application is migrated to the associated public cloud. Because the resource overhead of the object storage is low, the application storage data is stored in the object storage of each associated public cloud, so that the complexity of the application migration process can be reduced, and the service can be pulled up quickly.
When the application-oriented performance requirement is high, if the object storage cannot meet the requirement of the application, the application storage data in the object storage can be synchronized into the block storage, and the public cloud with the deployed application can quickly receive the data because the operation is performed inside the associated public cloud. Of course, the application storage data may also be directly stored in the block storage of each associated public cloud to meet the application scenario with higher real-time requirement.
Example 3
As shown in fig. 3 to 4, a method for application deployment on the cloud in one embodiment of the present invention is introduced, and the method includes the following steps.
In step S301, when a preset application deployment condition is satisfied, current resource overhead information of the associated public cloud and an expected operation duration of the associated public cloud are obtained.
In an embodiment, the preset application deployment condition may include a request for receiving an instance closing notification of a public cloud of a current application deployment, and/or a refresh period for reaching preset resource overhead information, and/or performing initial deployment on an application. And when the application deployment condition is met, acquiring the current resource overhead information of the associated public cloud and the expected operation duration of the associated public cloud.
The method comprises the steps of obtaining overhead information of current resources and selecting the public cloud with the lowest resource overhead in different related public clouds to achieve application initialization deployment or application migration of the public cloud with the lowest resource overhead. The expected operation time of the public cloud is obtained, the application can be ensured to stably operate in the selected associated public cloud for a certain time at least, and when the refresh period of the preset resource overhead information is reached, the resource overhead of each associated public cloud is compared again, so that the public cloud with the least resource overhead at the time is selected for application migration.
In step S302, an application deployment object is selected from the associated public cloud according to the current resource overhead information and the expected operating duration.
And selecting the associated public cloud with the least current resource overhead and the corresponding expected running time length larger than the preset time length as an application deployment object. Because the resource overhead information of the preemptive instance may change in a certain period or in real time, the selected public cloud may run for at least a preset duration, which may ensure that the preemptive instance is not randomly recovered within the preset duration, which may cause frequent migration of applications, and ensure that the service may stably run in the associated public cloud with the lowest overhead.
In step S303, the current storage data of the application is synchronized into the associated public cloud for invocation when the application is migrated to the associated public cloud.
And synchronizing current storage data of the application to the object storage of the associated public cloud so as to synchronize data in the object storage to the block storage when the application is migrated to the associated public cloud. Specifically, the application storage data is stored in the object storage of the associated public cloud, and the current storage data of the application is synchronized to the associated public cloud, so that a latest storage data is stored in each associated public cloud, and the application can be directly connected to the storage of the switched associated public cloud for use when the application migration meeting the preset application deployment condition is met.
Taking a web application as an example, the related public cloud a, the related public cloud B and the related public cloud C can be selected, and the API of each related public cloud is called to obtain the real-time overhead information of the bidding instances of different related public clouds under the same resource (such as 8-core 16G). And selecting the associated public cloud B with the most appropriate overhead information as a target cloud for operating the service by comparing the overhead information, wherein the operation time of the public cloud B can be ensured to be at least 1 hour, and data in the standard block storage of the associated public cloud B is synchronized to the object storage of the associated public cloud A and the associated public cloud C in real time. When the bidding case is notified to be closed, the service is redeployed to the associated public cloud C with the most appropriate current overhead information, and the data in the object storage is copied to the standard block storage of the associated public cloud C, so that the speed of reading the data by the application is ensured to be normal.
Fig. 5 shows a specific embodiment of the present invention, which is an apparatus for application deployment on the cloud.
In the embodiment of the present invention, the device for deploying an application on a cloud includes an obtaining module 501 and a selecting module 502.
The obtaining module 501 is configured to obtain current resource overhead information of an associated public cloud when a preset application deployment condition is met, where application storage data is stored in the associated public cloud.
The selecting module 502 is configured to select an application deployment object from the associated public cloud according to the current resource overhead information.
The obtaining module 501 is further configured to: when receiving an instance closing notification of a public cloud of a current application deployment; and/or, when a refresh period of preset resource overhead information is reached; and/or when the application is initially deployed.
The obtaining module 501 is further configured to: when the preset application deployment condition is met, acquiring the expected running time of the associated public cloud; and selecting an application deployment object from the associated public cloud according to the current resource overhead information and the expected running time.
The selection module 502 is further configured to: selecting an application deployment object from the associated public cloud according to the current resource overhead information and the expected running time, wherein the method specifically comprises the following steps: and selecting the associated public cloud with the least current resource overhead and the corresponding expected running time length larger than the preset time length as an application deployment object.
In an embodiment of the present invention, the device for application deployment on the cloud includes a synchronization module 503.
The synchronization module 503 is configured to synchronize the current storage data of the application to the associated public cloud for invocation when the application is migrated to the associated public cloud.
The synchronization module 503 is further configured to synchronize current storage data of the application to the object storage of the associated public cloud, so as to synchronize data in the object storage to the block storage when the application is migrated to the associated public cloud.
Fig. 6 illustrates a hardware block diagram of a computing device 60 for application deployment on the cloud in accordance with an embodiment of the present description. As shown in fig. 6, computing device 60 may include at least one processor 601, storage 602 (e.g., non-volatile storage), memory 603, and a communication interface 604, and the at least one processor 601, storage 602, memory 603, and communication interface 604 are connected together via a bus 605. The at least one processor 601 executes at least one computer readable instruction stored or encoded in the memory 602.
It should be appreciated that the computer-executable instructions stored in the memory 602, when executed, cause the at least one processor 601 to perform the various operations and functions described above in connection with fig. 1-6 in the various embodiments of the present description.
In embodiments of the present description, computing device 60 may include, but is not limited to: personal computers, server computers, workstations, desktop computers, laptop computers, notebook computers, mobile computing devices, smart phones, tablet computers, cellular phones, Personal Digital Assistants (PDAs), handheld devices, messaging devices, wearable computing devices, consumer electronics, and so forth.
According to one embodiment, a program product, such as a machine-readable medium, is provided. A machine-readable medium may have instructions (i.e., elements described above as being implemented in software) that, when executed by a machine, cause the machine to perform various operations and functions described above in connection with fig. 1-6 in the various embodiments of the present specification. Specifically, a system or apparatus may be provided which is provided with a readable storage medium on which software program code implementing the functions of any of the above embodiments is stored, and causes a computer or processor of the system or apparatus to read out and execute instructions stored in the readable storage medium.
According to the method and the application for deploying the application on the cloud, provided by the embodiment of the invention, when the preset application deployment condition is met, the current resource overhead information of each associated public cloud can be compared, so that the public cloud with proper resource overhead is selected for deploying the application, and the flexibility is improved; meanwhile, application storage data are stored in each associated public cloud, so that the service can be quickly pulled up no matter which one is selected as an application deployment object, and the stability of the service is ensured.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing descriptions of specific exemplary embodiments of the present invention have been presented for purposes of illustration and description. It is not intended to limit the invention to the precise form disclosed, and obviously many modifications and variations are possible in light of the above teaching. The exemplary embodiments were chosen and described in order to explain certain principles of the invention and its practical application to enable one skilled in the art to make and use various exemplary embodiments of the invention and various alternatives and modifications as are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims and their equivalents.

Claims (11)

1. A method for application deployment on a cloud, the method comprising the steps of:
when a preset application deployment condition is met, acquiring current resource overhead information of a related public cloud, wherein application storage data are stored in the related public cloud;
and selecting an application deployment object from the associated public cloud according to the current resource overhead information.
2. The method for deploying an application on the cloud according to claim 1, wherein the preset application deployment condition comprises:
when receiving an instance closing notification of a public cloud of a current application deployment; and/or the presence of a gas in the gas,
when the refresh period of the preset resource overhead information is reached; and/or the presence of a gas in the gas,
when the application is initially deployed.
3. The method for application deployment on the cloud as recited in claim 1 or 2, wherein the method further comprises:
when the preset application deployment condition is met, acquiring the expected running time of the associated public cloud;
and selecting an application deployment object from the associated public cloud according to the current resource overhead information and the expected running time.
4. The method for deploying applications on the cloud according to claim 3, wherein selecting an application deployment object from the associated public cloud according to the current resource overhead information and the expected running duration specifically comprises:
and selecting the associated public cloud with the least current resource overhead and the corresponding expected running time length larger than the preset time length as an application deployment object.
5. The method for application deployment on the cloud as recited in claim 1, wherein the application storage data is stored in an object store associated with a public cloud.
6. A method for application deployment on a cloud, comprising:
synchronizing current storage data of an application into an associated public cloud for invocation when the application migrates to the associated public cloud.
7. The method for deploying applications on the cloud according to claim 6, wherein the method specifically comprises:
synchronizing current storage data of an application to an object storage of an associated public cloud for synchronizing data in the object storage to a block storage when the application migrates to the associated public cloud.
8. An apparatus for application deployment on a cloud, the apparatus comprising:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring current resource overhead information of a related public cloud when a preset application deployment condition is met, and application storage data are stored in the related public cloud;
and the selection module is used for selecting an application deployment object from the associated public cloud according to the current resource overhead information.
9. An apparatus for application deployment on a cloud, the apparatus comprising:
and the synchronization module is used for synchronizing the current storage data of the application to the associated public cloud so as to be called when the application is migrated to the associated public cloud.
10. An electronic device, comprising:
at least one processor; and
a memory storing instructions that, when executed by the at least one processor, cause the at least one processor to perform the method of on-cloud application deployment of any of claims 1-7.
11. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, carries out the steps of the method of application deployment on the cloud according to any one of claims 1 to 7.
CN202111062642.0A 2021-09-10 2021-09-10 Method for deploying applications on cloud and applications Pending CN113741918A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111062642.0A CN113741918A (en) 2021-09-10 2021-09-10 Method for deploying applications on cloud and applications

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111062642.0A CN113741918A (en) 2021-09-10 2021-09-10 Method for deploying applications on cloud and applications

Publications (1)

Publication Number Publication Date
CN113741918A true CN113741918A (en) 2021-12-03

Family

ID=78737975

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111062642.0A Pending CN113741918A (en) 2021-09-10 2021-09-10 Method for deploying applications on cloud and applications

Country Status (1)

Country Link
CN (1) CN113741918A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651140A (en) * 2020-04-28 2020-09-11 平安医疗健康管理股份有限公司 Service method and device based on workflow

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103442070A (en) * 2013-08-30 2013-12-11 华南理工大学 Private cloud storage resource allocation method based on statistical prediction
CN107241384A (en) * 2017-05-03 2017-10-10 复旦大学 A kind of content distribution service priority scheduling of resource method based on many cloud frameworks
CN107277152A (en) * 2017-06-29 2017-10-20 郑州云海信息技术有限公司 A kind of public cloud data safety backup system
CN108011920A (en) * 2017-10-20 2018-05-08 广州亦云信息技术股份有限公司 All-in-one machine cloud backup method, electronic equipment, storage medium and system
CN110149360A (en) * 2019-03-29 2019-08-20 新智云数据服务有限公司 Dispatching method, scheduling system, storage medium and computer equipment
CN110932914A (en) * 2019-12-16 2020-03-27 深信服科技股份有限公司 Deployment method, deployment device, hybrid cloud system architecture and computer storage medium
CN112003716A (en) * 2019-12-12 2020-11-27 军事科学院系统工程研究院网络信息研究所 Data center dual-activity implementation method
CN112368673A (en) * 2018-07-10 2021-02-12 国际商业机器公司 Determining an optimal storage environment for a data set and for migrating data sets
CN112685179A (en) * 2020-12-28 2021-04-20 跬云(上海)信息科技有限公司 Resource deployment system and method based on cost on cloud
CN112910995A (en) * 2021-01-29 2021-06-04 北京千方科技股份有限公司 Resource allocation method and device based on multi-cloud environment, electronic equipment and medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103442070A (en) * 2013-08-30 2013-12-11 华南理工大学 Private cloud storage resource allocation method based on statistical prediction
CN107241384A (en) * 2017-05-03 2017-10-10 复旦大学 A kind of content distribution service priority scheduling of resource method based on many cloud frameworks
CN107277152A (en) * 2017-06-29 2017-10-20 郑州云海信息技术有限公司 A kind of public cloud data safety backup system
CN108011920A (en) * 2017-10-20 2018-05-08 广州亦云信息技术股份有限公司 All-in-one machine cloud backup method, electronic equipment, storage medium and system
CN112368673A (en) * 2018-07-10 2021-02-12 国际商业机器公司 Determining an optimal storage environment for a data set and for migrating data sets
CN110149360A (en) * 2019-03-29 2019-08-20 新智云数据服务有限公司 Dispatching method, scheduling system, storage medium and computer equipment
CN112003716A (en) * 2019-12-12 2020-11-27 军事科学院系统工程研究院网络信息研究所 Data center dual-activity implementation method
CN110932914A (en) * 2019-12-16 2020-03-27 深信服科技股份有限公司 Deployment method, deployment device, hybrid cloud system architecture and computer storage medium
CN112685179A (en) * 2020-12-28 2021-04-20 跬云(上海)信息科技有限公司 Resource deployment system and method based on cost on cloud
CN112910995A (en) * 2021-01-29 2021-06-04 北京千方科技股份有限公司 Resource allocation method and device based on multi-cloud environment, electronic equipment and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651140A (en) * 2020-04-28 2020-09-11 平安医疗健康管理股份有限公司 Service method and device based on workflow
CN111651140B (en) * 2020-04-28 2022-05-03 平安医疗健康管理股份有限公司 Service method and device based on workflow

Similar Documents

Publication Publication Date Title
KR101866221B1 (en) Integration for applications and containers
US8478718B1 (en) Systems and methods for replicating data in cluster environments
US20200264956A1 (en) Recovery support techniques for storage virtualization environments
US20100211769A1 (en) Concurrent Execution of a Smartphone Operating System and a Desktop Operating System
CN106104485A (en) Dynamic resource management for multi-process application
CN105335099A (en) Memory cleaning method and terminal
US20180219972A1 (en) Joint servicing of software packages
WO2014153479A1 (en) Decentralized operating system
US9405556B2 (en) Dynamic addition and removal of operating system components
JP6663995B2 (en) System and method for backing up a large-scale distributed scale-out data system
CN113741918A (en) Method for deploying applications on cloud and applications
CN109753379B (en) Snapshot data backup and deletion method, device and system
CN116305298B (en) Method and device for managing computing power resources, storage medium and electronic equipment
US20210211979A1 (en) Control Method of Beacon Receiving Time and Station Using the Method
CN106294209B (en) A kind of information processing method and electronic equipment
CN108833504B (en) Cross-site information synchronization method and device
CN111552945A (en) Resource processing method, device and equipment
CN107402749B (en) Method and device for realizing picture loading library
CN110249305A (en) Shell operation browser extension when browser crash or hang-up
CN109597683B (en) Memory management method, device, equipment and storage medium
CN113835680A (en) Application program generation method and device, electronic equipment and computer storage medium
CN112134887A (en) Data synchronization method and device for nodes in distributed cluster
US20140244538A1 (en) Business process management, configuration and execution
CN114020415B (en) Method for realizing hyper-v virtual machine backup based on Bitmap and application
CN117421123B (en) GPU resource adjustment method and system, electronic 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