CN110795486A - Micro-service platform - Google Patents

Micro-service platform Download PDF

Info

Publication number
CN110795486A
CN110795486A CN201911038345.5A CN201911038345A CN110795486A CN 110795486 A CN110795486 A CN 110795486A CN 201911038345 A CN201911038345 A CN 201911038345A CN 110795486 A CN110795486 A CN 110795486A
Authority
CN
China
Prior art keywords
service
micro
microservice
platform
centric
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
CN201911038345.5A
Other languages
Chinese (zh)
Inventor
王锦志
刘俊玲
田诺
欧阳红
朱平飞
洪杨
高士杰
戴永新
王笑一
郭园园
何宝灵
张才俊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Beijing China Power Information Technology Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Beijing China Power Information 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 State Grid Corp of China SGCC, State Grid Information and Telecommunication Co Ltd, Beijing China Power Information Technology Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201911038345.5A priority Critical patent/CN110795486A/en
Publication of CN110795486A publication Critical patent/CN110795486A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • 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/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/549Remote execution

Abstract

The invention provides a micro service platform, comprising: the system comprises a distributed service bus, micro applications, micro services and a database corresponding to the micro services, wherein the number of the micro applications is one or more than one, and the number of the micro services is one or more than one; the micro application is used for calling corresponding micro service to realize corresponding service function; the distributed service bus comprises a registration center and a service gateway; the registry is used for realizing the registration of the microservice; the service gateway is used for providing a uniform interface for the micro application to call the micro service; and the micro service realizes corresponding service functions by reading and writing the corresponding database and executing the service logic codes. The micro service platform adopts a design concept of high cohesion and low coupling, so that the flexibility of the service application of the whole platform is improved, and the subsequent function expansion and maintenance are facilitated.

Description

Micro-service platform
Technical Field
The invention relates to the technical field of micro services, in particular to a micro service platform.
Background
With continuous innovation of science and technology and continuous development of informatization construction, business scenes of enterprises become more and more complex.
At present, enterprises generally adopt a single architecture, when a system of the single architecture is deployed, the whole system is generally deployed in the same Web container as a whole, when an application in the architecture runs, all functions run in the same process, so that business applications become more and more huge, code logic becomes more and more complex, coupling degrees between codes and modules are higher and higher, modification of any local function can cause recompilation and deployment of the single application, an iteration cycle is long, frequent deployment is not facilitated, and accordingly, the whole business application is poor in flexibility, weak in continuous delivery capacity, difficult to maintain and incapable of responding to continuous development changes of businesses in time.
Disclosure of Invention
In view of this, the invention provides a micro service platform, which improves the flexibility of the service application of the whole platform and facilitates the subsequent function expansion and maintenance by adopting a design concept of high cohesion and low coupling.
In order to achieve the above purpose, the invention provides the following specific technical scheme:
a microservice platform, comprising: the system comprises a distributed service bus, micro applications, micro services and a database corresponding to the micro services, wherein the number of the micro applications is one or more than one, and the number of the micro services is one or more than one;
the micro application is used for calling corresponding micro service to realize corresponding service function;
the distributed service bus comprises a registration center and a service gateway;
the registry is used for realizing the registration of the microservice;
the service gateway is used for providing a uniform interface for the micro application to call the micro service;
and the micro service realizes corresponding service functions by reading and writing the corresponding database and executing the service logic codes.
Optionally, the registry is specifically configured to register customer account information, user third party information, and service scenario information of the microservice.
Optionally, the service gateway is specifically configured to provide dynamic routing information for the micro application to invoke the micro service through a routing policy.
Optionally, the distributed service bus further includes a service monitoring module;
and the service monitoring module is used for monitoring the running state and the calling link of the micro service.
Optionally, the distributed service bus further includes a configuration center;
and the configuration center is used for configuring the account information, the URL, the storage information and the system data of the micro service.
Optionally, the micro-service is obtained by splitting an application function unit of three or less levels in the original system.
Optionally, the micro application is obtained by splitting a second-level or lower-level service logic unit in the original system.
Optionally, the coupling degree between any two micro services in the micro service platform is smaller than a preset coupling degree threshold.
Optionally, the micro service platform does not have a situation where two micro services call a group of strongly related data objects.
Optionally, the micro service platform is applied to an electric power marketing system, and the micro service includes: user-centric microservice, work-order-centric microservice, bill-centric microservice, payment-centric microservice, order-centric microservice, point-centric microservice, online customer-centric microservice, and message-centric microservice.
Compared with the prior art, the invention has the following beneficial effects:
the invention discloses a micro-service platform, which adopts a micro-service architecture and comprises a distributed service bus, micro-applications, micro-services and a database corresponding to the micro-services, wherein a registration center in the distributed service bus registers the micro-services to enable the micro-applications to find and call the micro-services through registration information of the micro-services, and the micro-applications call the micro-services through a uniform interface provided by a service gateway in the distributed service bus to realize corresponding service functions. The micro service platform adopting the micro service architecture adopts a design concept of high cohesion and low coupling, and the micro service calling mode of the micro application improves the flexibility of the whole platform service application and is convenient for subsequent function expansion and maintenance.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a micro service platform according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of another micro service platform according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment discloses a micro service platform, which takes springboot and springclosed technologies as a basic framework to construct a micro service distributed architecture, and the whole micro service platform adopts a design concept of high cohesion and low coupling, and specifically, referring to fig. 1, the micro service platform disclosed in the embodiment includes a distributed service bus 100, a micro application 200, a micro service 300, and a database 400 corresponding to the micro service 300.
The number of the micro applications 200 is one or more than one, the micro applications 200 realize a group of functional logic combination software packages of the same type or close coupling single service target or service scene by calling one or more micro services 300, provide a software client with an interface, and realize human-computer interaction through various terminal devices such as a PC, a mobile device, a large screen and the like.
The micro application 200 can realize a complete single service function, comprises a user interface, provides man-machine interaction, calls the micro service 300 through the distributed service bus 100 to realize service logic, does not provide service externally, is released in a war, ear and other packet mode, does not embed middleware, does not access a database, and has the characteristics of independent development, compiling, releasing, deploying, running and the like.
The number of the micro-services 300 is one or more, and the software package without an interface, which is realized by the micro-services 300 in a service mode, has the characteristics of independent deployment and light communication weight, can support the function realization of single service logic, and is used for realizing the service logic function with cross-professional data interaction or large concurrency.
The microservice 300 has features that it can implement a single business logic unit, does not contain a user interface, does not provide human-computer interaction, uses a lightweight communications protocol (REST or RPC), provides services externally through the distributed service bus 100, releases in the form of jar packets, embeds middleware, has access to databases, develops, compiles, releases, deploys, runs independently of other microservices, etc.
Distributed service bus 100 includes a registry 101 and a service gateway 102.
The registry 101 is configured to implement registration of the microservice 300, and specifically is configured to register customer account information, user third party information, and service scenario information of the microservice 300, so that the microservice 300 can be conveniently discovered and invoked by the micro application 200 according to the registration information.
For example, in the microservice 300 point center microservice, the issuing object of the point is the client, the manager of the point is the user, and the service scene information of the point center microservice is the point issuing service.
The service gateway 102 is configured to provide a uniform interface for the micro application 200 to invoke the micro service 300, and provide dynamic routing information for the micro application 200 to invoke the micro service 300 through the routing policy, so that the micro application 200 can invoke the micro service 300 through the service gateway 102.
Preferably, referring to fig. 2, this embodiment discloses another micro service platform, and the distributed service bus further includes a service monitoring module 103 and a configuration center 104.
The service monitoring module 103 is configured to monitor an operation state and a call link of the microservice 300, and ensure healthy operation of the microservice 300. The operating state of the micro service 300 is a state when the micro service 300 operates, the micro service 300 is generally in a no-service state, i.e., a non-operating state, in a distributed environment, and when the micro application 200 calls the micro service 300, the micro service 300 is in an operating state.
The service monitoring module 103 can realize full-link monitoring service by monitoring the call link of the micro-service 300, that is, complete link monitoring and diagnosis are performed on the call request and response initiated by the micro-application 200, and drilling analysis can be performed on the call request at each stage; service diagnosis can be realized by combining services; but does not handle hardware status monitoring. The full-link monitoring function can realize the capabilities of data generation, data collection, data storage and data quick access of the call link data, supports the call link analysis of the full-link monitoring, displays the analysis results of the access path topology, the call performance index and the like called by the system to users through a visual page, and displays the functions of the full-link monitoring data, the problem analysis and the like, so as to realize the quick problem analysis and the quick problem positioning.
And the configuration center 104 is used for configuring important information such as account information, a URL, storage information and system data of the micro service, and synchronously updating the configuration information to the micro service 300 in response in a push-pull mode.
In summary, in deployment, the micro-services are registered in the distributed service bus, and the external declaration provides an enterprise-level global service. At runtime, an external application (micro-application or monolithic application) discovers and invokes micro-services through the distributed service bus. The microservice completes the business function by reading and writing the database and executing the business logic code, and returns result data to the external caller.
In order to realize the design concept of high cohesion and low coupling of the micro service platform, the key for constructing the micro service platform is to split an application function unit and a business logic unit of an original system.
The microservice is obtained by splitting three-level or below-three-level application function units in the original system, and the three-level or below-three-level application function units are application function units with complete business and single responsibility, such as ' material management (first level) ' > purchase management (second level) ' > bid management (third level) ' bidding uploading a fourth level) '.
Due to the fact that the micro-service is too finely split and maintained, performance is affected; the decoupling purpose cannot be achieved by too coarse separation. In consideration of the fact that the coupling degree between individual modules is high or distributed transactions are caused in practical application, the modules can be combined into one micro service, or one module is too large and can be split into a plurality of micro services. Thus, business applications typically contain 1/3 to 5 times as many micro-services as three levels of application functionality.
A common function with a reusability feature should be split into independent microservices.
The functions of large access amount, large resource consumption and long time consumption are split into independent micro services.
All incremental and destructive modification operations of a set of strongly associated data objects are not split into multiple microservices.
The method has the advantages of strong coupling, business with strong transaction consistency, no need of being split into a plurality of microservices, and avoidance of distributed transactions as far as possible. The coupling degree between any two micro services in the micro service platform should be smaller than a preset coupling degree threshold value.
Micro-services of a full-service unified data center processing domain database need to be accessed, and an independent database is designed for each micro-service for supporting.
The micro application is obtained by splitting a second-level or below-second-level service logic unit in the original system.
Such as "materials (primary) - > contract management (secondary)".
Due to the fact that the splitting is too fine, the maintenance is difficult, and the performance is influenced; the decoupling purpose cannot be achieved by too coarse separation. In consideration of the fact that the coupling degree between individual modules is high in practical application, the modules can be combined into one micro application, or a certain module is too large and can be split into a plurality of micro applications. The business application may contain 1/3 times to 3 times as many micro-applications as the secondary application functionality.
The following is a specific application example of a micro service platform, wherein the micro service is applied to a power marketing system and comprises: user-centric microservice, work-order-centric microservice, bill-centric microservice, payment-centric microservice, order-centric microservice, point-centric microservice, online customer-centric microservice, and message-centric microservice.
The main functions of the eight service centers are: the user center realizes the functions of unified registration, login authentication, authorization and the like of the user through the precipitation of user identity data and user behavior data; the work order center realizes the unified command and scheduling and whole process monitoring functions of all work orders; the message center provides unified message access, monitoring, charging and operation capabilities, provides a plurality of message sending channels, and simultaneously supports the functions of message template setting, standby channel switching, channel monitoring, flow control, message statistics, operation management and the like; the payment center provides the functions of various payment modes such as bank cards, payment treasures, WeChat, mobile phone internet banking and the like for the customers according to the requirements of different units; the order center realizes the functions of unified ordering, centralized query, management and the like of various orders of the shopping mall, point exchange, electric charge, service charge, electric vehicle charging charge, photovoltaic settlement and the like; the point center provides the user with the functions of unified point access, inquiry and exchange, realizes the unified access and unified management of points for the unit related business system, realizes the unified operation management of the points and the like; the bill center realizes the functions of centralized display, query, management and the like of bills such as service record, electric charge, service charge, photovoltaic internet access electric charge and subsidy, electric vehicle charging charge and the like; the online customer service center realizes the functions of online service access, online self-service, manual online business acceptance, channel message pushing and the like.
The sharing service center ensures the rapid construction and stable operation of the sharing service center through widely applying mature internet technologies such as a distributed service management component, a distributed database component, a message queue component, a global transaction component and a full link monitoring component, and basically realizes the top-level strategic targets of client aggregation, business fusion, data sharing and innovation support.
It can be seen that, in the micro service platform disclosed in this embodiment, a micro service architecture is adopted, and the micro service architecture includes a distributed service bus, a micro application, a micro service, and a database corresponding to the micro service, a registry in the distributed service bus registers the micro service, so that the micro application can discover and call the micro service through registration information of the micro service, and the micro application calls the micro service through a uniform interface provided by a service gateway in the distributed service bus, thereby implementing a corresponding service function. The micro service platform adopting the micro service architecture adopts a design concept of high cohesion and low coupling, and the micro service calling mode of the micro application improves the flexibility of the whole platform service application and is convenient for subsequent function expansion and maintenance.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that an article or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such article or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in an article or device that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A microservice platform, comprising: the system comprises a distributed service bus, micro applications, micro services and a database corresponding to the micro services, wherein the number of the micro applications is one or more than one, and the number of the micro services is one or more than one;
the micro application is used for calling corresponding micro service to realize corresponding service function;
the distributed service bus comprises a registration center and a service gateway;
the registry is used for realizing the registration of the microservice;
the service gateway is used for providing a uniform interface for the micro application to call the micro service;
and the micro service realizes corresponding service functions by reading and writing the corresponding database and executing the service logic codes.
2. The microservice platform of claim 1, wherein the registry is specifically configured to register customer account information, user third party information, and service context information of the microservice.
3. The microservices platform of claim 1, wherein the service gateway is specifically configured to provide dynamic routing information for the microservices invoked by the microservices via routing policies.
4. The microservice platform of claim 1, wherein the distributed service bus further comprises a service monitoring module;
and the service monitoring module is used for monitoring the running state and the calling link of the micro service.
5. The microservices platform of claim 1 wherein the distributed services bus further comprises a configuration center;
and the configuration center is used for configuring the account information, the URL, the storage information and the system data of the micro service.
6. The microservice platform of claim 1, wherein the microservice is obtained by splitting three or less levels of application function units in an original system.
7. The micro service platform according to claim 6, wherein the micro application is obtained by splitting a service logic unit of a second level or below in an original system.
8. The microservices platform of claim 6, wherein the degree of coupling between any two microservices in the microservices platform is less than a preset degree of coupling threshold.
9. The microservices platform of claim 6 wherein there are no two microservices in the microservices platform that call a set of strongly related data objects.
10. The micro service platform of claim 1, applied to a power marketing system, the micro service comprising: user-centric microservice, work-order-centric microservice, bill-centric microservice, payment-centric microservice, order-centric microservice, point-centric microservice, online customer-centric microservice, and message-centric microservice.
CN201911038345.5A 2019-10-29 2019-10-29 Micro-service platform Pending CN110795486A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911038345.5A CN110795486A (en) 2019-10-29 2019-10-29 Micro-service platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911038345.5A CN110795486A (en) 2019-10-29 2019-10-29 Micro-service platform

Publications (1)

Publication Number Publication Date
CN110795486A true CN110795486A (en) 2020-02-14

Family

ID=69442060

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911038345.5A Pending CN110795486A (en) 2019-10-29 2019-10-29 Micro-service platform

Country Status (1)

Country Link
CN (1) CN110795486A (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338646A (en) * 2020-05-20 2020-06-26 腾讯科技(深圳)有限公司 Management method of micro-service architecture and related device
CN111614550A (en) * 2020-04-23 2020-09-01 国网湖北省电力有限公司信息通信公司 Optimized integrated gateway of electric power marketing service system
CN111626604A (en) * 2020-05-26 2020-09-04 中南大学 Intelligent building platform system based on micro-service architecture
CN112149079A (en) * 2020-10-22 2020-12-29 国网冀北电力有限公司经济技术研究院 Planning review management platform based on micro-service architecture and user access authorization method
CN112199353A (en) * 2020-10-14 2021-01-08 国网安徽省电力有限公司信息通信分公司 Data processing method and electric power customer service platform
CN112232783A (en) * 2020-10-27 2021-01-15 国网冀北电力有限公司经济技术研究院 Data mining method and device, electronic equipment and storage medium
CN112291099A (en) * 2020-11-02 2021-01-29 西南电子技术研究所(中国电子科技集团公司第十研究所) Multi-mode registration center architecture switching method under mobile environment
CN112434302A (en) * 2020-11-26 2021-03-02 国家工业信息安全发展研究中心 Multitask collaboration vulnerability platform and construction method and service method thereof
CN112491696A (en) * 2020-11-30 2021-03-12 上海昌投网络科技有限公司 Message center system based on message pushing
CN112506630A (en) * 2020-12-01 2021-03-16 国科晋云技术有限公司 Multi-domain service platform architecture
CN112968943A (en) * 2021-02-01 2021-06-15 国网安徽省电力有限公司 Electric power is platform in coordination
CN113095854A (en) * 2021-04-08 2021-07-09 国家电网有限公司客户服务中心 Electric power internet customer service system based on knowledge graph technology
CN113840013A (en) * 2021-11-26 2021-12-24 北京慧点科技有限公司 Document system for hierarchical management
CN114374735A (en) * 2021-12-30 2022-04-19 苏州中科先进技术研究院有限公司 Micro-service bus system and block data commanding and scheduling platform
US11368373B2 (en) * 2020-06-16 2022-06-21 Citrix Systems, Inc. Invoking microapp actions from user applications
CN115695139A (en) * 2022-12-29 2023-02-03 安徽交欣科技股份有限公司 Method for enhancing micro-service system architecture based on distributed robust

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100317334A1 (en) * 2005-07-29 2010-12-16 Verizon Patent And Licensing Inc. Application service invocation
CN106533929A (en) * 2016-12-30 2017-03-22 北京中电普华信息技术有限公司 Micro-service development platform, generation method, deployment method and device
CN106610836A (en) * 2016-12-23 2017-05-03 国网信息通信产业集团有限公司 Micro-service operation management tool
CN106656630A (en) * 2017-01-13 2017-05-10 北京中电普华信息技术有限公司 Electric marketing service application system, and construction method and platform thereof
CN107862572A (en) * 2017-11-06 2018-03-30 北京中电普华信息技术有限公司 A kind of power marketing business application system
CN108123912A (en) * 2016-11-28 2018-06-05 央视国际网络无锡有限公司 A kind of micro services system for supporting P2P
CN207543147U (en) * 2017-12-14 2018-06-26 北京科东电力控制系统有限责任公司 A kind of micro services regulator control system of client service center
US20180267785A1 (en) * 2017-03-17 2018-09-20 Verizon Patent And Licensing Inc. Persistent data storage for a microservices application
CN109961204A (en) * 2017-12-26 2019-07-02 中国移动通信集团浙江有限公司 Quality of service analysis method and system under a kind of micro services framework

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100317334A1 (en) * 2005-07-29 2010-12-16 Verizon Patent And Licensing Inc. Application service invocation
CN108123912A (en) * 2016-11-28 2018-06-05 央视国际网络无锡有限公司 A kind of micro services system for supporting P2P
CN106610836A (en) * 2016-12-23 2017-05-03 国网信息通信产业集团有限公司 Micro-service operation management tool
CN106533929A (en) * 2016-12-30 2017-03-22 北京中电普华信息技术有限公司 Micro-service development platform, generation method, deployment method and device
CN106656630A (en) * 2017-01-13 2017-05-10 北京中电普华信息技术有限公司 Electric marketing service application system, and construction method and platform thereof
US20180267785A1 (en) * 2017-03-17 2018-09-20 Verizon Patent And Licensing Inc. Persistent data storage for a microservices application
CN107862572A (en) * 2017-11-06 2018-03-30 北京中电普华信息技术有限公司 A kind of power marketing business application system
CN207543147U (en) * 2017-12-14 2018-06-26 北京科东电力控制系统有限责任公司 A kind of micro services regulator control system of client service center
CN109961204A (en) * 2017-12-26 2019-07-02 中国移动通信集团浙江有限公司 Quality of service analysis method and system under a kind of micro services framework

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘俊玲;杨维;朱平飞;欧阳红;洪杨;: "电力营销多渠道微服务架构设计", no. 06 *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111614550A (en) * 2020-04-23 2020-09-01 国网湖北省电力有限公司信息通信公司 Optimized integrated gateway of electric power marketing service system
CN111338646A (en) * 2020-05-20 2020-06-26 腾讯科技(深圳)有限公司 Management method of micro-service architecture and related device
CN111626604A (en) * 2020-05-26 2020-09-04 中南大学 Intelligent building platform system based on micro-service architecture
US11368373B2 (en) * 2020-06-16 2022-06-21 Citrix Systems, Inc. Invoking microapp actions from user applications
CN112199353A (en) * 2020-10-14 2021-01-08 国网安徽省电力有限公司信息通信分公司 Data processing method and electric power customer service platform
CN112149079A (en) * 2020-10-22 2020-12-29 国网冀北电力有限公司经济技术研究院 Planning review management platform based on micro-service architecture and user access authorization method
CN112232783A (en) * 2020-10-27 2021-01-15 国网冀北电力有限公司经济技术研究院 Data mining method and device, electronic equipment and storage medium
CN112291099A (en) * 2020-11-02 2021-01-29 西南电子技术研究所(中国电子科技集团公司第十研究所) Multi-mode registration center architecture switching method under mobile environment
CN112291099B (en) * 2020-11-02 2022-07-29 西南电子技术研究所(中国电子科技集团公司第十研究所) Multi-mode registration center architecture switching method under mobile environment
CN112434302B (en) * 2020-11-26 2021-09-07 国家工业信息安全发展研究中心 Multitask collaboration vulnerability platform and construction method and service method thereof
CN112434302A (en) * 2020-11-26 2021-03-02 国家工业信息安全发展研究中心 Multitask collaboration vulnerability platform and construction method and service method thereof
CN112491696A (en) * 2020-11-30 2021-03-12 上海昌投网络科技有限公司 Message center system based on message pushing
CN112506630A (en) * 2020-12-01 2021-03-16 国科晋云技术有限公司 Multi-domain service platform architecture
CN112968943A (en) * 2021-02-01 2021-06-15 国网安徽省电力有限公司 Electric power is platform in coordination
CN112968943B (en) * 2021-02-01 2023-04-07 国网安徽省电力有限公司 Electric power is platform in coordination
CN113095854A (en) * 2021-04-08 2021-07-09 国家电网有限公司客户服务中心 Electric power internet customer service system based on knowledge graph technology
CN113840013A (en) * 2021-11-26 2021-12-24 北京慧点科技有限公司 Document system for hierarchical management
CN114374735A (en) * 2021-12-30 2022-04-19 苏州中科先进技术研究院有限公司 Micro-service bus system and block data commanding and scheduling platform
CN115695139A (en) * 2022-12-29 2023-02-03 安徽交欣科技股份有限公司 Method for enhancing micro-service system architecture based on distributed robust

Similar Documents

Publication Publication Date Title
CN110795486A (en) Micro-service platform
US8924559B2 (en) Provisioning services using a cloud services catalog
EP2342628B1 (en) Integration of an internal cloud infrastructure with existing enterprise services and systems
CN105024865B (en) Cloud joint services
US10057186B2 (en) Service broker for computational offloading and improved resource utilization
CN105162884A (en) Cloud management platform based on micro-service architecture
US9451393B1 (en) Automated multi-party cloud connectivity provisioning
WO2014165967A1 (en) Method and system for managing cloud portals, and billing system therefor
CN109510713A (en) A kind of shared motivational techniques of the flow based on block chain
CN114615096B (en) Event-driven architecture-based telecommunication charging method, system and related equipment
Bulla et al. Cloud computing: Research activities and challenges
Chouhan et al. A survey on cloud federation architecture and challenges
Olla et al. Developing a wireless reference model for interpreting complexity in wireless projects
Liu et al. CCRA: Cloud computing reference architecture
CN101453730A (en) Apparatus and method for supporting multiple operation support system
Wright Blockchain-enabled decentralized network management in 6G
CN101557382A (en) Professional ability resource management system and professional ability resource access management method
Li et al. On the design of a mobile agent environment for context-aware M-commerce
Thomsen et al. Designing enhanced robust 6G connection strategy with blockchain
Seth et al. Framework for business values chain activities using SOA and cloud
US10922666B1 (en) Resource management for logical and physical availability zones of a provider network
Harsh et al. Accounting and Billing Challenges in Large Scale Emerging Cloud Technologies.
Li et al. Research and implementation of blockchain warehouse receipt trading platform based on BFT
Serhiienko et al. Accounting and billing challenges in large scale emerging cloud technologies
CN116302397A (en) Remote service calling method, system, 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