CN112711397A - Method and system for establishing system based on micro-service and top-level design - Google Patents

Method and system for establishing system based on micro-service and top-level design Download PDF

Info

Publication number
CN112711397A
CN112711397A CN202011592636.1A CN202011592636A CN112711397A CN 112711397 A CN112711397 A CN 112711397A CN 202011592636 A CN202011592636 A CN 202011592636A CN 112711397 A CN112711397 A CN 112711397A
Authority
CN
China
Prior art keywords
micro
service
application
deployment
service application
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
CN202011592636.1A
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.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN202011592636.1A priority Critical patent/CN112711397A/en
Publication of CN112711397A publication Critical patent/CN112711397A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method and a system for establishing a system based on micro-service and top-level design, wherein the method comprises the following steps: establishing a new micro-service development project, importing an existing code project and establishing continuous integration and continuous deployment functions; continuously integrating and continuously deploying the code items hosted by the micro service platform based on the continuous integration and continuous deployment functions; remotely debugging a code project hosted by a micro service platform; for the added development project, deploying the micro-service application established in the development scene into a specified deployment environment, and upgrading and deploying the application established in the development scene into the specified deployment environment; for the micro service application in the deployment state, deploying the database middleware of the micro service application in the deployment state; and (3) arranging a plurality of micro-service applications into one micro-service application, and establishing a micro-service application system of a micro-service architecture.

Description

Method and system for establishing system based on micro-service and top-level design
Technical Field
The invention relates to the technical field of computer application, in particular to a method and a system for establishing a system based on micro-services and top-level design.
Background
The microservice is a design style on a system architecture, and aims to divide an originally independent system into a plurality of small services, the small services run in respective independent processes, and the services are in communication cooperation through RESTful API based on HTTP/HTTPS protocol or RPC protocol. Each of the split small services is constructed around some service functions with higher coupling degree in the system, and each service maintains its own data storage, service development, automated test case and independent deployment mechanism. Due to the lightweight communication collaboration foundation, these microservices may be written in different languages.
Disclosure of Invention
The technical scheme of the invention provides a method and a system for establishing a system based on micro-services and top-level design, which aim to solve the problem of how to establish the system based on the micro-services and the top-level design.
In order to solve the above problems, the present invention provides a method for building a system based on microservices and a top-level design, the method comprising:
establishing a new micro-service development project, importing an existing code project and establishing continuous integration and continuous deployment functions;
continuously integrating and continuously deploying the code items hosted by the micro service platform based on the continuous integration and continuous deployment functions;
remotely debugging a code project hosted by a micro service platform;
for the added development project, deploying the micro-service application established in the development scene into a specified deployment environment, and upgrading and deploying the application established in the development scene into the specified deployment environment;
for the micro service application in the deployment state, deploying the database middleware of the micro service application in the deployment state;
and (3) arranging a plurality of micro-service applications into one micro-service application, and establishing a micro-service application system of a micro-service architecture.
Preferably, the remote debugging of the code item hosted by the micro service platform includes:
and selecting the micro-service operated in the integrated environment, and routing the access request of the selected micro-service to the micro-service operation instance in the local scheduling state.
Preferably, the method further comprises the following steps: and establishing single sign-on middleware deployment, and taking the single sign-on product as a user scene of the middleware by deploying the single sign-on product.
Preferably, the method further comprises the following steps: establishing micro-service application audit;
before the micro-service application is deployed, auditing the safety of the micro-service application is started in the configuration.
Preferably, the method further comprises the following steps: establishing a relevant remote center;
deploying a plurality of centers at different geographic locations;
and establishing the association of a plurality of centers, so that the micro-service application and the micro-service template realize cross-center pushing, and the micro-service application integration is arranged in one center.
Preferably, the method further comprises the following steps: pushing the micro-service application across a central network;
pushing the microservice application from an initial center to a target center;
and the micro service application is configured in a target center and then is on-line.
Based on another aspect of the present invention, the present invention provides a system for building a system based on microservices and a top-level design, the system comprising:
the initial unit is used for establishing a new micro-service development project, importing an existing code project and establishing continuous integration and continuous deployment functions; continuously integrating and continuously deploying the code items hosted by the micro service platform based on the continuous integration and continuous deployment functions;
the debugging unit is used for remotely debugging the code item hosted by the micro service platform;
the deployment unit is used for deploying the micro-service application established in the development scene into a specified deployment environment and upgrading and deploying the micro-service application established in the development scene into the specified deployment environment for the added development project; for the micro service application in the deployment state, deploying the database middleware of the micro service application in the deployment state;
the establishing unit is used for arranging a plurality of micro-service applications into one micro-service application and establishing a micro-service application system of a micro-service architecture.
Preferably, the debugging unit is configured to perform remote debugging on a code item hosted by the micro service platform, and is further configured to:
and selecting the micro-service operated in the integrated environment, and routing the access request of the selected micro-service to the micro-service operation instance in the local scheduling state.
Preferably, the deployment unit is further configured to establish single sign-on middleware deployment, and use a single sign-on product as a user scenario of the middleware by the deployment.
Preferably, the system further comprises an auditing unit, which is used for establishing micro-service application auditing;
before the micro-service application is deployed, auditing the safety of the micro-service application is started in the configuration.
Preferably, the deployment unit is further configured to establish an associated remote center;
deploying a plurality of centers at different geographic locations;
and establishing the association of a plurality of centers, so that the micro-service application and the micro-service template realize cross-center pushing, and the micro-service application integration is arranged in one center.
Preferably, the system further comprises a pushing unit, configured to perform cross-central network pushing on the micro service application;
pushing the microservice application from an initial center to a target center;
and the micro service application is configured in a target center and then is on-line.
The technical scheme of the invention provides a unified development and operation and maintenance support platform of a new generation of enterprise-level application, which is a private cloud platform (PaaS) of enterprise application based on a container cluster technology. Based on an infrastructure platform formed by the service provided by the invention, when a software development and operation and maintenance company processes the application, the support of the full life cycle of the application from development to operation and maintenance can be obtained, and a team can conveniently realize high-efficiency DevOps development and operation and maintenance culture; meet the increasingly strong requirements of the times of application modernization and agility. And finally, the enterprise application is helped to realize automation and intellectualization in the operation and maintenance link.
Drawings
A more complete understanding of exemplary embodiments of the present invention may be had by reference to the following drawings in which:
FIG. 1 is a flow diagram of a method for building a system based on microservices and a top level design in accordance with a preferred embodiment of the present invention; and
fig. 2 is a system configuration diagram of a setup system based on microservices and a top-level design according to a preferred embodiment of the present invention.
Detailed Description
The exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, however, the present invention may be embodied in many different forms and is not limited to the embodiments described herein, which are provided for complete and complete disclosure of the present invention and to fully convey the scope of the present invention to those skilled in the art. The terminology used in the exemplary embodiments illustrated in the accompanying drawings is not intended to be limiting of the invention. In the drawings, the same units/elements are denoted by the same reference numerals.
Unless otherwise defined, terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Further, it will be understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense.
FIG. 1 is a flow chart of a method for building a system based on microservices and a top-level design in accordance with a preferred embodiment of the present invention. The scenario of the invention provides a development side support for the micro-service full life cycle treatment process for a development team selecting micro-service architecture technology. The invention can conveniently and quickly create the micro-service engineering template which accords with the team technology stack, and simultaneously configure the CI/CD pipeline flow service for the new code engineering. The development concept of practical test driving of a research and development team is facilitated, the technical threshold of a user for developing micro-service architecture application is lowered, and the overall quality of a micro-service system is improved. The invention provides development side support for the micro-service full-life-cycle treatment process for a development team selecting micro-service architecture technology. The method can conveniently and quickly create the micro-service engineering template which accords with the team technology stack, and meanwhile, the CI/CD pipeline flow service is configured for the new code engineering. The development concept of practical test driving of a research and development team is facilitated, the technical threshold of a user for developing micro-service architecture application is lowered, and the overall quality of a micro-service system is improved.
As shown in FIG. 1, the present invention provides a method for building a system based on microservices and a top-level design, the method comprising:
step 101: and establishing a new micro-service development project, importing an existing code project and establishing continuous integration and continuous deployment functions.
The invention creates a micro service code project and establishes CI/CD capability. The invention provides end-to-end support capability of code to mirror images by building new development projects on the microservice platform.
The invention imports the existing code item and establishes the CI/CD capability, so that the existing code item can accelerate the iterative development speed by the aid of the end-to-end support capability provided by the micro service platform.
The invention prepares a new deployment environment, and enters environment configuration- > deployment environment management- > 'newly adds' a deployment environment.
And removing the network policy of the environment, and clicking environment configuration- > deployment environment management- > finding the just created deployment environment in the list and clicking 'policy' > 'clearing policy'.
Preparing an application, clicking micro service operation- > application management- > adding an application newly- > selecting a just created deployment environment in a 'test environment' of an application configuration page- > storing.
Preparing an external private warehouse, filling a build.sh in the private warehouse, and using the build.sh as a starting step of a project; a Dockerfile is prepared as a construct of the project.
Clicking micro-service research and development- > configuring Git- > adding new- > adding corresponding warehouse- > clicking a 'test' button- > testing and pulling successfully after storing, and otherwise, checking whether filling information is correct.
Step 102: continuously integrating and continuously deploying the code items hosted by the micro service platform based on the continuous integration and continuous deployment functions;
the method disclosed by the invention can be used for continuously integrating and deploying the code project hosted by the micro service platform, and for the code project hosted by the micro service platform, developers can deploy the code project hosted by the micro service platform to an integrated test environment every time the code project is submitted, so that the test work can be carried out as early as possible, the development concept of test driving is practiced, and the efficiency and the effect of work circulation of a development team are improved.
The preparation work includes: there is an item that has been successfully added or imported.
Step 103: remotely debugging a code project hosted by a micro service platform;
the invention starts remote debugging to the code project hosted by the micro service platform, developers can select a micro service for the micro service running in the integrated environment, and the access request of the micro service is routed to the local micro service running instance in the debugging state. Developers can deploy a suite of microservice applications in an integrated test environment, with the ability to perform localized debugging of individual microservices therein.
The preparation work includes: there is an item that has been successfully added or imported and the item is opened locally.
Step 104: for the added development project, the application built in the development scene is deployed into a specified deployment environment, and the application built in the development scene is upgraded and deployed into the specified deployment environment.
According to the method, the application constructed in the development scene is deployed to the specified deployment environment, the micro-service is rapidly circulated from the development stage to the operation stage in the micro-service full life cycle management, the advanced concept of operation and maintenance integration is practically developed, and the agility of an IT development department is improved.
The preparation work includes: establishing one or more development projects; adding a new deployment environment; and upgrading and deploying the application built in the development scene to a specified deployment environment.
In the full life cycle of the micro-service, the micro-service is continuously developed and iterated under the drive of new service requirements, and a new release version rapidly circulates from a development stage to an operation stage, so that version upgrading is realized while a service system continuously operates. The advanced concept of operation and maintenance integration is practiced and developed, and the agility of an IT development department is improved.
The preparation work includes: preparing an application which is already in a deployment state, and deploying the database middleware.
As a PaaS platform product rich in middleware resources, database products (for example, databases of business versions: MS Sql Server and Oracle) are deployed in a specified deployment environment. And a wide working platform is provided for service development and innovation.
The preparation work includes: in the private middleware warehouse, the middleware Oracle and MS Sql Server which have been modified are prepared. A deployment environment is prepared (note quota setting, as large as possible).
Step 105: for the micro service application in the deployment state, deploying the database middleware of the micro service application in the deployment state;
the invention realizes the deployment of the single sign-on middleware, and deploys single sign-on products (such as keylogging) as the user scene of the middleware. The system can be deployed in a specified deployment environment through a management platform.
Step 106: and (3) arranging a plurality of micro services into a micro service application, and establishing a micro service application system of a micro service architecture.
The invention arranges a simple micro-service architecture application system, arranges a plurality of micro-services into one application and rapidly deploys the application in the cluster.
The preparation work includes: a production deployment environment for an application is needed, as well as a plurality of microservice templates that make up the application.
Preferably, the remote debugging of the code item hosted by the microservice platform includes:
and selecting the micro-service operated in the integrated environment, and routing the access request of the selected micro-service to the micro-service operation instance in the local scheduling state.
The invention starts remote debugging through the code project hosted by the micro service platform, developers can select a micro service for the micro service running in the integrated environment, and the access request of the micro service is routed to the local micro service running instance in the debugging state. Developers can deploy a suite of microservice applications in an integrated test environment, with the ability to perform localized debugging of individual microservices therein.
The preparation work includes: there is an item that has been successfully added or imported and the item is opened locally.
Preferably, the method further comprises the following steps: and establishing single sign-on middleware deployment, and taking the single sign-on product as a user scene of the middleware by deploying the single sign-on product.
The method and the system perform single sign-on middleware deployment, deploy single sign-on products (such as keylogging) as user scenes of the middleware. The system can be deployed in a specified deployment environment through a management platform.
The preparation work includes: in the private middleware repository, a modified middleware keylock is prepared, and a deployment environment (note quota setting, as large as possible) is prepared.
Preferably, the method further comprises the following steps: establishing micro-service application audit; before the micro-service application is deployed, auditing the safety of the micro-service application is started in the configuration.
The invention carries out the opening/closing of application auditing, and if each micro-service application package is expected to be examined and audited before being deployed, the application auditing can be started in configuration from the aspect of safety.
The preparation work includes:
please deploy the trusted application to be deployed before starting application auditing, and after you start application auditing, the application that is not audited cannot be deployed (the deployed application cannot be affected).
The system administrator creates application provider and application auditor accounts in the user management module and allocates the required permissions.
In the parameter setting page, the administrator should open the audit switch.
Preferably, the method further comprises the following steps: establishing a relevant remote center;
deploying a plurality of centers at different geographic locations;
and establishing the association of a plurality of centers, so that the micro-service application and the micro-service template realize cross-center pushing, and the micro-service application is arranged in one center in integration.
The invention establishes a correlation remote center, and deploys a plurality of centers at different geographic positions. After a plurality of centers are associated, the application and the micro-service template can be pushed across the centers, so that the functions of arranging the applications of a complex enterprise in one center and quickly copying the applications on line by a plurality of centers can be realized.
The preparation work includes: another, properly functioning remote center IP address and center service port is obtained and recorded, and the application is pushed across the center network.
The invention realizes that the application can be pushed from one center to another center under the condition that the network between the centers is open, and the application can be quickly on line through simple application configuration at the destination center.
The preparation includes creating an application package to be pushed to other centers and published.
Preferably, the method further comprises the following steps: pushing the micro-service application across a central network; pushing the micro-service application from the initial center to the target center; and the micro service is applied to the target center for configuration and then online.
The invention applies cross-center network push, under the condition that the network between centers is open, the push is applied to another center from one center, and the application can be quickly on line through simple application configuration at the destination center.
The preparation includes creating an application package to be pushed to other centers and published.
The invention can also be applied to service registration, after registration of the micro-service at the API gateway, the micro-service can be accessed outside the cluster. The API gateway can provide some infrastructure services for registered microservices.
The preparation work includes: an example service image is prepared, ensuring that the harbor library exists. (registry. timeontdata. com/apigateway/qotm:1.1)
Gateway access address: http:// { node IP address }:29196/ambassador/v 0/diag/.
Creating a test deployment environment, english name: auth-api
The application deployment of the invention operates the application from the configuration state as an instance in a deployment environment and can provide services to the outside.
The preparation work includes: creating the necessary production deployment environment.
The embodiment of the invention quickly realizes three-in-one service fusion, realizes quick migration of service application, realizes one-key deployment in an off-line/on-line mode, and realizes modification, iteration and rollback of the service application.
The invention realizes the quick response of business requirements, realizes the whole part breaking, small-step fast running and quick response through micro-service and realizes the transformation of Internet and government affairs.
The invention realizes service and platform decoupling and application and technology decoupling, unifies application architecture and development standard, solves the problem of manufacturer binding, supports parallel development of multiple manufacturers, and constructs open application ecology
The invention has the advantages of free selection of development framework and development language, and open and decoupled technology. And massive concurrent services of users are realized.
The centralized architecture is transformed to the distributed architecture, the cost is low, the horizontal expansion is realized, and the sudden access requirements of mass users of Internet and government affairs are met.
Fig. 2 is a system configuration diagram of a setup system based on microservices and a top-level design according to a preferred embodiment of the present invention. As shown in FIG. 2, the present invention provides a system for building a system based on microservices and a top-level design, the system comprising:
an initial unit 201, configured to establish a new development project of the micro-service, import an existing code project, and establish a continuous integration and continuous deployment function; continuously integrating and continuously deploying the code items hosted by the micro service platform based on the continuous integration and continuous deployment functions;
the debugging unit 202 is used for remotely debugging the code item hosted by the micro service platform;
the deployment unit 203 is configured to deploy the micro-service application established in the development scene to a specified deployment environment and upgrade and deploy the micro-service application established in the development scene to the specified deployment environment for the added development project; for the micro service application in the deployment state, deploying the database middleware of the micro service application in the deployment state;
the establishing unit 204 is configured to organize a plurality of micro service applications into one micro service application, and establish a micro service application system of a micro service architecture.
Preferably, the debugging unit 202 is configured to remotely debug the code item hosted by the micro service platform, and further configured to:
and selecting the micro-service operated in the integrated environment, and routing the access request of the selected micro-service to the micro-service operation instance in the local scheduling state.
Preferably, the deployment unit 203 is further configured to establish deployment of single sign-on middleware, and use the deployment of single sign-on product as a user scenario of the middleware.
Preferably, the system further comprises an auditing unit for establishing an audit of the microservice application; before the micro-service application is deployed, auditing the safety of the micro-service application is started in the configuration.
Preferably, the deployment unit 203 is further configured to establish an associated remote center;
deploying a plurality of centers at different geographic locations;
and establishing the association of a plurality of centers, so that the micro-service application and the micro-service template realize cross-center pushing, and the micro-service application is arranged in one center in integration.
Preferably, the system further comprises a pushing unit, configured to perform cross-central network pushing on the microservice application;
pushing the micro-service application from the initial center to the target center;
and the micro service is applied to the target center for configuration and then online.
The system 200 for building a system based on micro services and top level design according to the preferred embodiment of the present invention corresponds to the method 100 for building a system based on micro services and top level design according to the preferred embodiment of the present invention, and will not be described herein again.
The invention has been described with reference to a few embodiments. However, other embodiments of the invention than the one disclosed above are equally possible within the scope of the invention, as would be apparent to a person skilled in the art from the appended patent claims.
Generally, all terms used in the claims are to be interpreted according to their ordinary meaning in the technical field, unless explicitly defined otherwise herein. All references to "a/an/the [ device, component, etc ]" are to be interpreted openly as referring to at least one instance of said device, component, etc., unless explicitly stated otherwise. The steps of any method disclosed herein do not have to be performed in the exact order disclosed, unless explicitly stated.

Claims (12)

1. A method of building a system based on microservices and a top-level design, the method comprising:
establishing a new micro-service development project, importing an existing code project and establishing continuous integration and continuous deployment functions;
continuously integrating and continuously deploying the code items hosted by the micro service platform based on the continuous integration and continuous deployment functions;
remotely debugging a code project hosted by a micro service platform;
for the added development project, deploying the micro-service application established in the development scene into a specified deployment environment, and upgrading and deploying the application established in the development scene into the specified deployment environment;
for the micro service application in the deployment state, deploying the database middleware of the micro service application in the deployment state;
and (3) arranging a plurality of micro-service applications into one micro-service application, and establishing a micro-service application system of a micro-service architecture.
2. The method of claim 1, the remotely debugging a code item hosted by a microservice platform, comprising:
and selecting the micro-service operated in the integrated environment, and routing the access request of the selected micro-service to the micro-service operation instance in the local scheduling state.
3. The method of claim 1, further comprising: and establishing single sign-on middleware deployment, and taking the single sign-on product as a user scene of the middleware by deploying the single sign-on product.
4. The method of claim 1, further comprising: establishing micro-service application audit;
before the micro-service application is deployed, auditing the safety of the micro-service application is started in the configuration.
5. The method of claim 1, further comprising: establishing a relevant remote center;
deploying a plurality of centers at different geographic locations;
and establishing the association of a plurality of centers, so that the micro-service application and the micro-service template realize cross-center pushing, and the micro-service application integration is arranged in one center.
6. The method of claim 1, further comprising: pushing the micro-service application across a central network;
pushing the microservice application from an initial center to a target center;
and the micro service application is configured in a target center and then is on-line.
7. A system for building a system based on microservices and a top-level design, the system comprising:
the initial unit is used for establishing a new micro-service development project, importing an existing code project and establishing continuous integration and continuous deployment functions; continuously integrating and continuously deploying the code items hosted by the micro service platform based on the continuous integration and continuous deployment functions;
the debugging unit is used for remotely debugging the code item hosted by the micro service platform;
the deployment unit is used for deploying the micro-service application established in the development scene into a specified deployment environment and upgrading and deploying the micro-service application established in the development scene into the specified deployment environment for the added development project; for the micro service application in the deployment state, deploying the database middleware of the micro service application in the deployment state;
the establishing unit is used for arranging a plurality of micro-service applications into one micro-service application and establishing a micro-service application system of a micro-service architecture.
8. The system of claim 7, the debugging unit to remotely debug a code item hosted by a microservice platform, further to:
and selecting the micro-service operated in the integrated environment, and routing the access request of the selected micro-service to the micro-service operation instance in the local scheduling state.
9. The system of claim 7, the deployment unit further configured to establish a single sign-on middleware deployment by deploying a single sign-on product as a user scenario of the middleware.
10. The system of claim 7, further comprising an audit unit to establish a microservice application audit;
before the micro-service application is deployed, auditing the safety of the micro-service application is started in the configuration.
11. The system of claim 7, the deployment unit further configured to establish an associated remote center;
deploying a plurality of centers at different geographic locations;
and establishing the association of a plurality of centers, so that the micro-service application and the micro-service template realize cross-center pushing, and the micro-service application integration is arranged in one center.
12. The system of claim 7, further comprising a push unit for pushing the microservice application across a central network;
pushing the microservice application from an initial center to a target center;
and the micro service application is configured in a target center and then is on-line.
CN202011592636.1A 2020-12-29 2020-12-29 Method and system for establishing system based on micro-service and top-level design Pending CN112711397A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011592636.1A CN112711397A (en) 2020-12-29 2020-12-29 Method and system for establishing system based on micro-service and top-level design

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011592636.1A CN112711397A (en) 2020-12-29 2020-12-29 Method and system for establishing system based on micro-service and top-level design

Publications (1)

Publication Number Publication Date
CN112711397A true CN112711397A (en) 2021-04-27

Family

ID=75546216

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011592636.1A Pending CN112711397A (en) 2020-12-29 2020-12-29 Method and system for establishing system based on micro-service and top-level design

Country Status (1)

Country Link
CN (1) CN112711397A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113885849A (en) * 2021-12-06 2022-01-04 航天云网数据研究院(广东)有限公司 Application development method and device based on industrial internet platform and terminal equipment
CN115469882A (en) * 2022-09-16 2022-12-13 上海百胜软件股份有限公司 Software project management method and device, electronic equipment and storage medium
CN115858013A (en) * 2023-02-27 2023-03-28 厦门立林科技有限公司 Resource allocation method, system, device and medium for parallel multiple research and development projects

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113885849A (en) * 2021-12-06 2022-01-04 航天云网数据研究院(广东)有限公司 Application development method and device based on industrial internet platform and terminal equipment
CN113885849B (en) * 2021-12-06 2022-04-12 航天云网数据研究院(广东)有限公司 Application development method and device based on industrial internet platform and terminal equipment
CN115469882A (en) * 2022-09-16 2022-12-13 上海百胜软件股份有限公司 Software project management method and device, electronic equipment and storage medium
CN115858013A (en) * 2023-02-27 2023-03-28 厦门立林科技有限公司 Resource allocation method, system, device and medium for parallel multiple research and development projects
CN115858013B (en) * 2023-02-27 2023-05-26 厦门立林科技有限公司 Multi-research and development project parallel resource allocation method, system, device and medium

Similar Documents

Publication Publication Date Title
CN112711397A (en) Method and system for establishing system based on micro-service and top-level design
US6026438A (en) Dynamic workstation configuration processor
CA2777443C (en) Automated enterprise software development
US8819672B2 (en) Multi-image migration system and method
CN110224869B (en) Automatic deployment method of micro-service website
CN105224466A (en) A kind of integration test method based on Docker and system
CN113434158B (en) Custom management method, device, equipment and medium for big data component
EP1421483A2 (en) System and method for the automatic installation and configuration of an operating system
US20090172655A1 (en) System, method and article of manufacture for using shadow installations of software modules during distributed system upgrade
CN112486466B (en) Method for realizing quick universal basic framework based on micro-service architecture
US20050015762A1 (en) Methods and systems for deploying computer source code
CN110196731A (en) A kind of operational system, method and storage medium
US9900212B2 (en) Installation of an arbitrary server as an extension of a computing platform
CN109298868A (en) Intelligent dynamic deployment and unloading method for mapping image data processing software
US7434041B2 (en) Infrastructure for verifying configuration and health of a multi-node computer system
CN110858356A (en) Manufacturing execution system based on micro-service architecture
CN112084008A (en) Method for rapidly deploying cloud pipe system based on container technology
CN117099079A (en) System configuration freezing and change management of services deployed via continuous delivery configured on a data center in a cloud platform
CN112015371A (en) Software development device under non-embedded software platform
Liu et al. Mv4ms: A spring cloud based framework for the co-deployment of multi-version microservices
CN112527468A (en) Alliance chain one-stop type automatic deployment and test method and system
US20130262845A1 (en) Method and system for generating a standardized system build file
CN116208498A (en) Method, device, equipment and medium for node differential configuration of OpenStack cloud platform
Sato et al. Operations smart contract to realize decentralized system operations workflow for consortium blockchain
CN115129740A (en) Method and system for updating distributed micro-service database in cloud native environment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination