CN112764825A - Service integration system, corresponding device and storage medium - Google Patents

Service integration system, corresponding device and storage medium Download PDF

Info

Publication number
CN112764825A
CN112764825A CN202011606176.3A CN202011606176A CN112764825A CN 112764825 A CN112764825 A CN 112764825A CN 202011606176 A CN202011606176 A CN 202011606176A CN 112764825 A CN112764825 A CN 112764825A
Authority
CN
China
Prior art keywords
service
module
mirror image
server
load balancing
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.)
Granted
Application number
CN202011606176.3A
Other languages
Chinese (zh)
Other versions
CN112764825B (en
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.)
Wanghai Kangxin Beijing Technology Co ltd
Original Assignee
Wanghai Kangxin Beijing 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 Wanghai Kangxin Beijing Technology Co ltd filed Critical Wanghai Kangxin Beijing Technology Co ltd
Priority to CN202011606176.3A priority Critical patent/CN112764825B/en
Publication of CN112764825A publication Critical patent/CN112764825A/en
Application granted granted Critical
Publication of CN112764825B publication Critical patent/CN112764825B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/505Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses service integration system and corresponding device and storage medium, wherein the system includes: the server management module is used for registering server information to be used by the deployment service; the service mirror image module is used for selecting the uploaded service program package, setting environment variables for mirror image production, generating a service mirror image of the selected service program package according to the selection and the setting and storing the service mirror image into a service mirror image warehouse; the service instance module is used for responding to the service node which is determined to be expanded, selecting a server, filling the number of the expanded nodes, generating service instances with the number corresponding to the number of the expanded nodes according to the service mirror image and issuing the service instances to the selected server; and the load balancing module is used for configuring the load balancing information of the service access service and modifying the configuration file corresponding to the nginx according to the configured load balancing information, so that each service provides services to the outside in a cluster form. The invention can eliminate single-point bottleneck, expand service nodes and realize light weight.

Description

Service integration system, corresponding device and storage medium
Technical Field
The present application relates to the field of electrical digital data processing, and more particularly to a service integration system and corresponding devices and storage media.
Background
Integration and data/message exchange between information systems in some industries often requires service interfaces. The calling between services involves many ways and protocols, and the most commonly used are the interface service of the WebService protocol and the interface service of the Http Restfull protocol, such as WebService, Http Restfull, Rpc, Double framework and protocol.
In a practical distributed environment, the protocols that may be used by the various applications are different. When integration is required, it is messy and difficult to manage if point-to-point access is performed, and at this time, an ESB (Enterprise Service Bus) product is generally used for Service integration and management. However, there are problems with using ESB. First, ESBs are generally heavy and complex, sometimes only requiring centralized service management and monitoring (because the number of services is not yet large), and using ESBs is somewhat heavy. Secondly, the ESB is used as an enterprise service bus, and all service scheduling and integration are concentrated on the bus, so that the bus has a load bottleneck and is inconvenient for expansion of service integration.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention provides a service integration system, corresponding equipment and a storage medium, which can eliminate single-point bottleneck, can expand service nodes and realize light weight.
In a first aspect of the present invention, there is provided a service integration system, the system comprising:
the server management module is used for registering server information to be used by the deployment service;
the service mirror image module is used for selecting the uploaded service program package, setting environment variables for mirror image production, generating a service mirror image of the selected service program package according to the selection and the setting and storing the service mirror image into a service mirror image warehouse;
the service instance module is used for responding to the service mirror image which is determined to be expanded, selecting a server and filling the number of the expansion nodes, generating service instances with the number corresponding to the number of the expansion nodes according to the service mirror image and issuing the service instances to the selected server;
and the load balancing module is used for configuring the load balancing information of the service access service and modifying the configuration file corresponding to the nginx according to the configured load balancing information, so that each service provides services to the outside in a cluster form.
In an embodiment, the system further includes a service development assistance module, configured to generate and download a service development code demo or a client invocation code demo according to the selected parameter.
In an embodiment, the system further includes a service package uploading and parsing module, configured to upload the service package to the web server, and parse the uploaded service package according to the parameters selected and filled during uploading.
In an embodiment, the system further comprises: the development protocol determining module is used for responding to the analyzed parameters as the agent mode and determining the development protocol of the service program package; the first service agent generation module is used for responding to the development protocol being the WebService protocol, generating an agent service program and issuing the agent service program to the web server; the second service agent generation module is used for responding to the fact that the development protocol is the Http Restfull protocol and generating an agent Http Restfull API; and the service registration module is used for performing service registration on the proxy service program generated by the first service proxy generation module and/or the proxy Http Restfull API generated by the second service proxy generation module.
In an embodiment, the system further comprises: the service calling and arranging module is used for setting the calling sequence of a set of services, the conversion of calling parameters between two connected services and/or the conversion of protocols to form a large service; and the service publishing module is used for publishing the large service.
In an embodiment, the system further includes a log processing module, configured to process an access log of the service according to the set parameter, and store the processed log in a relational database or an elastic search database.
In an embodiment, the system further comprises a service call log retrieval module for querying and/or retrieving the log in a relational or an elastic search database.
In a second aspect of the invention, there is provided a computer device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, wherein the processor when executing the computer program implements the functionality of the system according to the first aspect of the invention.
According to a third aspect of the present invention there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the functions of the system according to the first aspect of the present invention.
The invention applies a container/virtualization technology, and each service provides service in a service cluster mode by managing the server, generating the service mirror image according to selection and setting, expanding the capacity of the service mirror image according to the setting, generating a plurality of service instances and issuing, and configuring load balancing information, thereby eliminating the bottleneck problem of ESB single-point load. Meanwhile, the invention can also provide universal service development template codes and automatic service release capability, and realizes the functions of service registration, service arrangement and the like which can be performed by the traditional ESB in a light weight manner. The problem of single-point load bottleneck of ESB service integration and management is solved, and the efficiency of service development, release, management and capacity expansion is greatly improved.
Other features and advantages of the present invention will become more apparent from the detailed description of the embodiments of the present invention when taken in conjunction with the accompanying drawings.
Drawings
FIG. 1 is a block diagram of one embodiment of a system according to the present invention.
For the sake of clarity, the figures are schematic and simplified drawings, which only show details which are necessary for understanding the invention and other details are omitted.
Detailed Description
Embodiments and examples of the present invention will be described in detail below with reference to the accompanying drawings.
The scope of applicability of the present invention will become apparent from the detailed description given hereinafter. It should be understood, however, that the detailed description and the specific examples, while indicating preferred embodiments of the invention, are given by way of illustration only.
Fig. 1 shows a block diagram of a preferred embodiment of a service integration system according to the present invention. The service integration system of this embodiment includes:
the server management module 102 is configured to register server information to be used by the deployment service. To extend a service, since the service is always deployed on a server, server information to be used for deploying the service is registered on a platform (service integration system). The server information includes basic information such as ssh login user name and password of the server, and open port. Hardware information of the server can also be recorded for reference of subsequent operation capacity expansion.
And the service mirror image module 104 is used for selecting the uploaded service program package, setting environment variables for mirror image production, and generating and storing the service mirror image of the selected service program package according to the selection and the setting. Each service corresponds to a service package, and if multipoint cluster deployment is needed, the service package needs to be made into a mirror image. By selecting the uploaded program package and setting environment variables for mirror image production, such as a path of a service program deployed in a virtual container, a version of software to be installed for mirror image, configuration of shared storage and the like, the platform calls docker mirror image work to generate mirror images and stores the mirror images in a mirror image warehouse. The docker has a dockerfile file for defining the process of making the image, which is a script composed of a series of commands and parameters, and the commands are applied to the basic image and finally create a new image. The address of the mirror image warehouse is used as a warehouse connection address when the platform is deployed, and is used as the parameter setting of the service installation package (container generated by the mirror image).
And the service instance module 106 is configured to select a server and fill the number of the capacity expansion nodes in response to determining to expand a service node, generate service instances of a number corresponding to the number of the capacity expansion nodes according to the service mirror image, and issue the service instances to the selected server. All services can be inquired, one service can be clicked, service node instance information such as the state of a service instance and specific information of service instance deployment can be checked, the server can be selected by clicking expansion, the number of expansion nodes can be filled, and the platform can generate a plurality of service instances according to the service mirror image and releases the service instances to the selected server. And meanwhile, the starting and the stopping of the node service can be carried out.
And the load balancing module 108 is configured to configure load balancing information of the service access service, and directly modify the configuration file corresponding to nginx according to the configured (stored) load balancing information, so that each service provides a service to the outside in a cluster form. The service image defines the environment and the generation process of the container in which the server is located, and the container is a node which specifically runs one service. The nodes are different from each other in ip and port. The load balancing module configures these ip, ports to provide services (service clusters) to the outside together. The load balancing information may include: mapping of a service access domain name and a nginx service, ssh server login and password information of a server where the nginx service is located, load mapping relation of the nginx and a service node, and/or load strategies such as polling and ip hashing. Each service can be a service cluster, that is, a plurality of nodes are deployed, and the nodes provide services to the outside in a load balancing manner, and external uniform access addresses or domain names are distributed to specific nodes to provide services in a nginx polling or ip hash manner. Different services can be issued and deployed to different servers, and resources and access are not interfered with each other, so that the bottleneck problem of the traditional ESB enterprise service bus is solved.
In an embodiment, the service integration system may further include a service development assistance module for generating and downloading a service development code demo or a client call code demo according to the selected parameter. The service integration system provides code templates of two protocols of WebService and Http RestFull which are most widely applied, and developers can simply select parameters to click and download, namely different service codes demo can be generated according to the parameters. The code template defines basic protocol frames, log annotations, log configuration and basic technical frames, and specific business logic only needs to be written according to convention under the frames, so that the difficulty of service development can be greatly simplified, and the efficiency of service development can be improved. The development assistance module may include the following sub-modules:
a service development template WebService submodule: the WebService service development code demo may be generated and downloadable according to a parameter (e.g., whether it is a proxy mode or a service direct publishing mode). The service development code demo contains some conventions for service development, such as path storage of the log, storage library setting of the log, naming of the log file, and the like.
The service development template Http Restfull submodule: the Http Restfull service development code demo may be generated and downloadable according to a parameter (e.g., whether a proxy mode or a service direct issue mode). The service development code demo contains some conventions for service development, such as path storage of the log, storage library setting of the log, naming of the log file, and the like.
A service debugging client template submodule: the client calling code demo can be generated and downloaded according to parameter selection (for example, whether the protocol is WebService or Http Restfull), and is used for calling the service through the client in a development environment, so that debugging of the service is facilitated. And aiming at different built-in code templates of different protocols, selecting a corresponding code template to generate a demo code according to protocol selection.
In an embodiment, the service integration system may further include a service package uploading and parsing module, configured to upload the service package to a web server, where the server parses the uploaded service package according to parameters selected and filled in during uploading, such as a proxy/non-proxy mode and a service port, and parses a package name, a service port and a server address to generate a url address of a complete service access. If the mode is the non-proxy mode, the service registration is directly carried out, namely, the information of the service is recorded, the access address of the service is included, and the service state is disabled by default.
In an embodiment, upon parsing out that the selected parameter is a proxy pattern, the service integration system further includes,
the development protocol determining module is used for determining whether the development protocol of the service package is a WebService protocol or an Http Restfull protocol;
the first service agent generation module: and if the service package is developed by the WebService protocol, accessing the service package according to the filled WebService wsdl path, generating a proxy service program according to the wsdl file and publishing the proxy service program to the web server. Taking the cxf framework as an example, the commands are generated as follows: the expression of/wsdl 2java-encoding utf8http:// localhost: 8080/cfxWSServer/webservice/HelloWorldsdl. The proxy service program can be generated by analyzing the program calling command.
The second service agent generation module: if the protocol is developed by the Http Restfull protocol, generating a proxy Http Restfull API according to the filled url address and parameter format, such as json format;
a service registration module: and (3) carrying out service registration after the program packages developed by the two protocols generate the agent programs, namely recording the information of the agent services, including the access addresses and the ports of the agent services, and defaulting the service state to stop.
In an embodiment, the service integration system may further include a service enabling and disabling module. The service integration platform/system publishes the service and records the information of the registered service, only the enabled service can be accessed by the client, and for the disabled service, the platform returns the service without use. In order to improve the efficiency of searching metadata when the service information is called, the service basic information can be written into the cache redis when the operation service is enabled.
In an embodiment, the service integration system may further include:
the service calling arrangement module is used for setting the calling sequence of a set of services, the conversion of calling parameters between two connected services and/or the conversion of protocols to form a large service. For example, if the a service is WebService and the B service is Restfull, the a service is called and then the B service is called, and the format of the return parameter of the a is generally inconsistent with the format of the input parameter of the B, so that the generation of the a parameter conforms to the format of the input parameter of the B according to the mapping between the configured parameters, that is, the parameter conversion is performed. Services of different protocols and calling modes are different, and the program walks the corresponding program to call the service B and transmits the parameter corresponding to the service B, namely, protocol conversion is carried out.
And the service publishing module is used for publishing the formed large service. The first calling service in the set of services can be analyzed to generate an agent program or directly generate an access link to the outside, and the large service registration is performed, that is, the agent service information (including the access address of the agent service) of the large service is recorded, or the access address, the port and the service state of the service are defaulted to be stopped.
In an embodiment, the service integration system may further include:
the access log of the service can be intercepted through the log annotation in the service development code demo in the service development assistance module. The log processing module can process the access log of the service according to the parameters set by the platform, such as the write-in address of the log file, and store the processed log in a relational database or an elastic search database;
and the service call log retrieval module is used for inquiring and/or retrieving the log in a relational database or an elastic search database.
In another embodiment, the present invention provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the functions of the system embodiment shown and described in conjunction with fig. 1 or other corresponding system embodiments, which are not described herein again.
In another embodiment, the present invention provides a computer device, which includes a processor, a memory, and a computer program stored in the memory and capable of running on the processor, wherein the processor implements the functions of the system embodiment shown and described in conjunction with fig. 1 or other corresponding system embodiments when executing the computer program, and details are not repeated herein.
The various embodiments described herein, or certain features, structures, or characteristics thereof, may be combined as suitable in one or more embodiments of the invention. Additionally, in some cases, the order of steps depicted in the flowcharts and/or in the pipelined process may be modified, as appropriate, and need not be performed exactly in the order depicted. In addition, various aspects of the invention may be implemented using software, hardware, firmware, or a combination thereof, and/or other computer implemented modules or devices that perform the described functions. Software implementations of the present invention may include executable code stored in a computer readable medium and executed by one or more processors. The computer-readable medium may include a computer hard drive, ROM, RAM, flash memory, portable computer storage media such as CD-ROM, DVD-ROM, flash drives, and/or other devices with a Universal Serial Bus (USB) interface, and/or any other suitable tangible or non-transitory computer-readable medium or computer memory on which executable code may be stored and executed by a processor. The present invention may be used in conjunction with any suitable operating system.
As used herein, the singular forms "a", "an" and "the" include plural references (i.e., have the meaning "at least one"), unless the context clearly dictates otherwise. It will be further understood that the terms "has," "includes" and/or "including," when used in this specification, specify the presence of stated features, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, elements, components, and/or groups thereof. The term "and/or" as used herein includes any and all combinations of one or more of the associated listed items.
The foregoing describes some preferred embodiments of the present invention, but it should be emphasized that the invention is not limited to these embodiments, but can be implemented in other ways within the scope of the inventive subject matter. Various modifications and alterations of this invention will become apparent to those skilled in the art without departing from the spirit and scope of this invention.

Claims (10)

1. A service integration system, the system comprising:
the server management module is used for registering server information to be used by the deployment service;
the service mirror image module is used for selecting the uploaded service program package, setting environment variables for mirror image production, generating a service mirror image of the selected service program package according to the selection and the setting and storing the service mirror image into a service mirror image warehouse;
the service instance module is used for responding to the service node which is determined to be expanded, selecting a server, filling the number of the expanded nodes, generating service instances with the number corresponding to the number of the expanded nodes according to the service mirror image and issuing the service instances to the selected server;
and the load balancing module is used for configuring the load balancing information of the service access service and modifying the configuration file corresponding to the nginx according to the configured load balancing information, so that each service provides services to the outside in a cluster form.
2. The system of claim 1, wherein the load balancing information comprises: mapping of a service access domain name and a nginx service, ssh server login and password information of a server where the nginx service is located, a loading mapping relation between the nginx and a service node, and/or a loading strategy.
3. The system of claim 1, further comprising:
and the service development assisting module is used for generating a service development code demo according to the selected parameters or calling the code demo by the client and downloading the code demo.
4. The system of claim 1, further comprising:
and the service program package uploading and analyzing module is used for uploading the service program package to the web server and respectively analyzing the uploaded service program package according to the parameters selected and filled during uploading.
5. The system of claim 4, further comprising:
the development protocol determining module is used for responding to the analyzed parameters as the agent mode and determining the development protocol of the service program package;
the first service agent generation module is used for responding to the development protocol being the WebService protocol, generating an agent service program and issuing the agent service program to the web server;
the second service agent generation module is used for responding to the fact that the development protocol is the Http Restfull protocol and generating an agent Http Restfull API;
and the service registration module is used for performing service registration on the proxy service program generated by the first service proxy generation module and/or the proxy Http Restfull API generated by the second service proxy generation module.
6. The system of claim 1, further comprising:
the service calling and arranging module is used for setting the calling sequence of a set of services, the conversion of calling parameters between two connected services and/or the conversion of protocols to form a large service;
and the service publishing module is used for publishing the large service.
7. The system of claim 1, further comprising:
and the log processing module is used for processing the access log of the service according to the set parameters and storing the processed log in a relational database or an elastic search database.
8. The system of claim 7, further comprising:
and the service call log retrieval module is used for inquiring and/or retrieving the log in the relational database or the elastic search database.
9. A computer device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, wherein the processor implements the functionality of the system according to any one of claims 1-8 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the functions of the system according to any one of claims 1-8.
CN202011606176.3A 2020-12-30 2020-12-30 Service integration system, corresponding device and storage medium Active CN112764825B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011606176.3A CN112764825B (en) 2020-12-30 2020-12-30 Service integration system, corresponding device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011606176.3A CN112764825B (en) 2020-12-30 2020-12-30 Service integration system, corresponding device and storage medium

Publications (2)

Publication Number Publication Date
CN112764825A true CN112764825A (en) 2021-05-07
CN112764825B CN112764825B (en) 2023-12-29

Family

ID=75697412

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011606176.3A Active CN112764825B (en) 2020-12-30 2020-12-30 Service integration system, corresponding device and storage medium

Country Status (1)

Country Link
CN (1) CN112764825B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113608880A (en) * 2021-09-29 2021-11-05 深圳市信润富联数字科技有限公司 Algorithm model deployment system

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102377796A (en) * 2010-08-05 2012-03-14 中国人民解放军国防科学技术大学 Heterogeneous service integrating system and method based on OSGi (open service gateway initiative)
US20130227091A1 (en) * 2010-07-02 2013-08-29 Adobe Systems Incorporated Provisioning and managing a cluster deployed on a cloud
CN106790595A (en) * 2016-12-29 2017-05-31 上海理想信息产业(集团)有限公司 A kind of Docker containers active load balancer and method
CN106888254A (en) * 2017-01-20 2017-06-23 华南理工大学 A kind of exchange method between container cloud framework based on Kubernetes and its each module
CN107395762A (en) * 2017-08-30 2017-11-24 四川长虹电器股份有限公司 A kind of application service based on Docker containers accesses system and method
CN108076082A (en) * 2016-11-09 2018-05-25 阿里巴巴集团控股有限公司 A kind of expansion method of application cluster, device and system
CN108965381A (en) * 2018-05-31 2018-12-07 康键信息技术(深圳)有限公司 Implementation of load balancing, device, computer equipment and medium based on Nginx
CN109005433A (en) * 2018-09-04 2018-12-14 北京邮电大学 A kind of video cloud service platform architecture and implementation method
CN109451065A (en) * 2018-12-26 2019-03-08 中电福富信息科技有限公司 A kind of soft load balancing shunts automated system and its operation method
US20190278938A1 (en) * 2018-03-08 2019-09-12 International Business Machines Corporation Data processing in a hybrid cluster environment
CN110943872A (en) * 2019-12-31 2020-03-31 上海擎感智能科技有限公司 Data acquisition service configuration/performance analysis method/system, medium, and server
CN111010304A (en) * 2019-12-23 2020-04-14 浪潮云信息技术有限公司 Method for integrating Dubbo service and Kubernetes system
WO2020162680A1 (en) * 2019-02-08 2020-08-13 아콘소프트 주식회사 Microservice system and method

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130227091A1 (en) * 2010-07-02 2013-08-29 Adobe Systems Incorporated Provisioning and managing a cluster deployed on a cloud
CN102377796A (en) * 2010-08-05 2012-03-14 中国人民解放军国防科学技术大学 Heterogeneous service integrating system and method based on OSGi (open service gateway initiative)
CN108076082A (en) * 2016-11-09 2018-05-25 阿里巴巴集团控股有限公司 A kind of expansion method of application cluster, device and system
CN106790595A (en) * 2016-12-29 2017-05-31 上海理想信息产业(集团)有限公司 A kind of Docker containers active load balancer and method
CN106888254A (en) * 2017-01-20 2017-06-23 华南理工大学 A kind of exchange method between container cloud framework based on Kubernetes and its each module
CN107395762A (en) * 2017-08-30 2017-11-24 四川长虹电器股份有限公司 A kind of application service based on Docker containers accesses system and method
US20190278938A1 (en) * 2018-03-08 2019-09-12 International Business Machines Corporation Data processing in a hybrid cluster environment
CN108965381A (en) * 2018-05-31 2018-12-07 康键信息技术(深圳)有限公司 Implementation of load balancing, device, computer equipment and medium based on Nginx
CN109005433A (en) * 2018-09-04 2018-12-14 北京邮电大学 A kind of video cloud service platform architecture and implementation method
CN109451065A (en) * 2018-12-26 2019-03-08 中电福富信息科技有限公司 A kind of soft load balancing shunts automated system and its operation method
WO2020162680A1 (en) * 2019-02-08 2020-08-13 아콘소프트 주식회사 Microservice system and method
CN111010304A (en) * 2019-12-23 2020-04-14 浪潮云信息技术有限公司 Method for integrating Dubbo service and Kubernetes system
CN110943872A (en) * 2019-12-31 2020-03-31 上海擎感智能科技有限公司 Data acquisition service configuration/performance analysis method/system, medium, and server

Non-Patent Citations (12)

* Cited by examiner, † Cited by third party
Title
LEI CHEN; JIAN LIU; MING XIAN; HUIMEI WANG: "Docker Container Log Collection and Analysis System Based on ELK", 2020 INTERNATIONAL CONFERENCE ON COMPUTER INFORMATION AND BIG DATA APPLICATIONS (CIBDA), pages 317 - 320 *
WAWERU MWAURA: "Nginx and Docker Configuration", Retrieved from the Internet <URL:https://medium.com/@wawerumwaura/nginx-and-docker-configuration-aac7b26210fe> *
严丽云;杨新章;何震苇;张凌;侯韶新;: "运营商业务平台微服务化方案", 电信科学, no. 11, pages 166 - 174 *
刘熙;胡志勇;: "基于Docker容器的Web集群设计与实现", 电子设计工程, no. 08, pages 117 - 119 *
吴化尧;邓文俊;: "面向微服务软件开发方法研究进展", 计算机研究与发展, no. 03, pages 525 - 541 *
姚振;王萍;宫政;刘涛;唐轶轩;: "基于微服务架构的电力公司管理信息系统", 微型电脑应用, no. 09, pages 146 - 149 *
张坚鑫: "基于容器集群的负载均衡平台设计与实现", 中国优秀硕士学位论文全文数据库 (信息科技辑), no. 06, pages 139 - 4 *
李帅: "微服务架构的研究及其在线教育系统的实现", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》, no. 11, pages 138 - 156 *
永远年轻,永远热泪盈眶: "分布式系统系列--(一)单机系统的扩展以及负载均衡", Retrieved from the Internet <URL:https://www.cnblogs.com/mr-ziyoung/p/13719788.html> *
王世泽;: "基于微服务架构的企业服务总线在银行系统集成中的应用", 中国新技术新产品, no. 13, pages 44 - 46 *
王琼;: "微服务与容器化在图文包装集群中的应用", 现代电视技术, no. 01, pages 115 - 121 *
符宁;周兴社;杨刚;: "分布式企业服务总线的设计与实现", 计算机工程, no. 24, pages 118 - 120 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113608880A (en) * 2021-09-29 2021-11-05 深圳市信润富联数字科技有限公司 Algorithm model deployment system

Also Published As

Publication number Publication date
CN112764825B (en) 2023-12-29

Similar Documents

Publication Publication Date Title
US10824791B2 (en) System for building and modeling web pages
US20220078092A1 (en) Provisioning a service
CN112035228B (en) Resource scheduling method and device
US10599752B2 (en) Web page acquisition and rendering with inter-component data binding
US8099720B2 (en) Translating declarative models
US9419899B2 (en) Automated service interface optimization
Da Silva et al. Internet of things out of the box: using TOSCA for automating the deployment of IoT environments
US11416573B2 (en) Bundled scripts for web content delivery
US9507748B2 (en) Platform runtime abstraction
CN109213498A (en) A kind of configuration method and server of internet web front-end
CN103488696A (en) Business query method, device and system of CPE (customer premises equipment), ACS (auto-configuration server) and CPE
CN116263694A (en) Warehouse cluster deployment method and device and computing equipment
van der Burg et al. A self-adaptive deployment framework for service-oriented systems
CN117112122A (en) Cluster deployment method and device
CN112764825B (en) Service integration system, corresponding device and storage medium
US20170237687A1 (en) Resource trees by management controller
CN115941788A (en) Centralized Application Programming Interface (API) agent for providing services provided by multiple service platforms
CN114090242A (en) Model training method, device, equipment, storage medium and program product
CN114327770A (en) Container cluster management system and method
CN112351114B (en) Information processing method and device and storage medium
CN113485894A (en) Data acquisition method, device and equipment and readable storage medium
CN116629382B (en) Method, device and system for docking HPC cluster by machine learning platform based on Kubernetes
CN116614358A (en) Cloud platform application release method, device and system and computer equipment
Neto et al. An architecture for seamless configuration, deployment, and management of wireless sensor-actuator networks
CN118101744A (en) Method and device for operating resource object and electronic equipment

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
GR01 Patent grant
GR01 Patent grant