CN112994914A - Parameter unification configuration method and system for distributed multi-module cloud platform system - Google Patents

Parameter unification configuration method and system for distributed multi-module cloud platform system Download PDF

Info

Publication number
CN112994914A
CN112994914A CN201911291245.3A CN201911291245A CN112994914A CN 112994914 A CN112994914 A CN 112994914A CN 201911291245 A CN201911291245 A CN 201911291245A CN 112994914 A CN112994914 A CN 112994914A
Authority
CN
China
Prior art keywords
configuration
unified
service
module
cache
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
CN201911291245.3A
Other languages
Chinese (zh)
Inventor
李松
夏欢
张炜煌
韩雨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiamen Yaxon Networks Co Ltd
Original Assignee
Xiamen Yaxon Networks 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 Xiamen Yaxon Networks Co Ltd filed Critical Xiamen Yaxon Networks Co Ltd
Priority to CN201911291245.3A priority Critical patent/CN112994914A/en
Publication of CN112994914A publication Critical patent/CN112994914A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0889Techniques to speed-up the configuration process
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • H04L41/0886Fully automatic configuration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Automation & Control Theory (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a parameter unification configuration method and a parameter unification configuration system of a distributed multi-module cloud platform system, wherein the system comprises a front end and a rear end, a unified configuration service center module at the rear end is taken as a main part, a front end configuration tool is taken as an auxiliary part, in addition, a system configuration management function operation page and the like are also included, the front end and the rear end are connected in series to carry out a series of automatic related operations for replacing manual work, the seamless connection and upgrade of a traditional configuration mode of the cloud platform system to a unified configuration centralization new mechanism are realized, and the latest and convenient unified configuration use scene is given to workers of research, development, maintenance, market, customers and the like.

Description

Parameter unification configuration method and system for distributed multi-module cloud platform system
Technical Field
The invention relates to a distributed multi-module cloud platform system, in particular to a parameter unification configuration method and system of the distributed multi-module cloud platform system.
Background
In the process of continuously enriching and perfecting functions of a cloud platform system in the past, one of the main technical characteristics of a distributed platform is that more and more independent operable service modules are operated in response to the requirements of platform performance, the types and the number of platform parameter configurations are more and more in order to ensure the flexibility of service functions, and the maintenance workload is also more and more. At present, the current situation of a cloud platform system is that parameter configuration in each module is only effective in the module, and the parameter configuration of a plurality of modules has a repeated phenomenon, so that one configuration needs to be modified in a plurality of places in the subsequent customer maintenance process, and a business service module needs to be restarted to take effect after all types of configurations are modified, thereby affecting the working efficiency; in addition, writing and acquiring configured codes when the front end and the back end develop services is complicated, and errors are easy to occur.
Disclosure of Invention
The invention aims to provide a parameter unification configuration method and system of a distributed multi-module cloud platform system, so as to solve the problems. Therefore, the invention adopts the following specific technical scheme:
according to an aspect of the present invention, a unified configuration method for parameters of a distributed multi-module cloud platform system is provided, which includes the following steps:
the method comprises the steps that rear-end configuration collection and acquisition are carried out, specifically, a unified configuration service center module, a unified configuration file x.properties, a database and a Redis cache are deployed at the rear end, a springboot technology frame is integrated in the unified configuration service center module, after the unified configuration service center module is started, a system configuration table is automatically created according to the existing operation database configuration of a cloud platform system and used for storing platform configuration, then original configurations in all service modules at the rear end are automatically collected, duplication removing operation is carried out, and the original configurations are synchronized to the unified configuration file x.properties, the database and the Redis cache; the back-end service module obtains configuration from the Redis cache;
the method comprises the steps that front-end configuration collection and acquisition are carried out, specifically, a front-end configuration tool, a localStorage cache and a system configuration function management operation interface are deployed at the front end, after a user logs in a platform, the front-end configuration tool starts working, front-end service function original configuration is collected from a hidden domain, reported and synchronized to a back-end database and a unified configuration file, all collected original configurations are acquired from the back end, and the collected original configurations and the front-end original configuration are stored in the front-end localStorage cache; the front-end service function obtains configuration from a localStorage cache;
and modifying the configuration, specifically, modifying the configuration through a system configuration function management operation interface at the front end or manually modifying a configuration file x.properties at the back end, and automatically synchronizing the modified configuration into various containers at the front end and the back end.
Further, the method comprises the steps of: and the unified configuration service center module automatically modifies the unified configuration file x.properties path mapping of each service module at the back end.
Further, the method comprises the steps of: and the unified configuration service center module automatically modifies the back-end service function codes.
Further, the system configuration table includes at least fields: configuration item name, configuration item key, configuration item value, and description.
According to another aspect of the present invention, a parameter unification configuration system of a distributed multi-module cloud platform system is further provided, the system includes a back end and a front end, the back end is deployed with a unified configuration service center module, a database, unified configuration files x.properties and a Redis cache, a springboot technology framework is integrated in the unified configuration service center module, after starting, a system configuration table is automatically created according to the existing operation database configuration of the cloud platform system, the system configuration table is used for storing platform configuration, then, the original configuration in each service module of the back end is automatically collected, and deduplication operation is performed to synchronize to the unified configuration files x.properties, the database and the Redis cache; each service module at the back end acquires configuration from the Redis cache; the unified configuration service center module modifies and monitors the unified configuration file x.properties, and automatically synchronizes the configuration to various containers at the front end and the rear end as long as the unified configuration file x.properties is manually modified; the front end is provided with a front end configuration tool, a localStorage cache and a system configuration function management operation interface, after a user logs in a platform, the front end configuration tool starts to work, collects front end service function original configurations from a hidden domain, reports and synchronizes the front end service function original configurations to a back end database and a unified configuration file, acquires all the collected original configurations from the back end, and stores the collected original configurations and the front end original configurations into the localStorage cache; the front-end service function obtains configuration from a localStorage cache; the system configuration function management operation interface is used for modifying the configuration, and the modified configuration is automatically synchronized to various containers at the front end and the rear end.
Further, the unified configuration service center module is used for automatically modifying the unified configuration file x.properties path mapping of each service module at the back end.
Further, the unified configuration service center module is used for automatically modifying the back-end service function codes.
Further, the system configuration table includes at least fields: configuration item name, configuration item key, configuration item value, and description.
By adopting the technical scheme, the invention has the beneficial effects that: the invention realizes the parameter unified configuration of the distributed multi-module cloud platform system, solves the problem of complicated parameter configuration modification of the existing distributed multi-module cloud platform system, and greatly saves the configuration modification time.
Drawings
To further illustrate the various embodiments, the invention provides the accompanying drawings. The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate embodiments of the invention and, together with the description, serve to explain the principles of the embodiments. Those skilled in the art will appreciate still other possible embodiments and advantages of the present invention with reference to these figures. Elements in the figures are not drawn to scale and like reference numerals are generally used to indicate like elements.
Fig. 1 is an overall architecture diagram of a parameter unification configuration system of the distributed multi-module cloud platform system of the present invention;
fig. 2 is a flowchart of a unified parameter configuration method of the distributed multi-module cloud platform system according to the present invention.
Detailed Description
The invention will now be further described with reference to the accompanying drawings and detailed description.
As shown in fig. 1, a parameter unification configuration system of a distributed multi-module cloud platform system includes a back end and a front end, wherein the back end is deployed with a unified configuration service center module, a database, a unified configuration file x.properties and a Redis cache; the front end is provided with a front end configuration tool, a localStorage cache and a system configuration function management operation interface. The unified configuration service center module is internally integrated with a springboot technology framework, and an internal interface can be accessed through http without any other web container (such as tomcat) so as to provide functional interface support for a front-end configuration tool and a system configuration management function operation page, provide a foundation for a third-party platform to obtain required configuration from the cloud platform system, and have strong development.
After the unified configuration service center module is started, a system configuration table is automatically created according to the existing operation database configuration of the cloud platform system and is used for storing platform configuration (configuration item names, configuration item keys, configuration item values, descriptions and the like), then, original configuration in each service module at the rear end is automatically collected, duplication removing operation is carried out, and the original configuration is synchronized to a unified configuration file x.properties and a database. After the original configuration is collected, the configuration is also set and synchronized into a Redis cache, so that the functions of each service module at the back end can obtain the configuration, and the original complex obtaining configuration mode is replaced. In addition, the method saves the interaction and interface design of the uniformly configured service center module and the business service module, reduces the coupling of the system compared with the method needing interaction in other similar patent schemes, and improves the maintenance efficiency.
In order to enable the system-level configuration of the spring container in each business service module to preferentially use the configuration in the uniform configuration file x.properties during starting, the uniform configuration service center module can also automatically modify the path mapping of the uniform configuration file x.properties of each module.
After a user logs in a platform, a front-end configuration tool starts to work, collects front-end original configurations from a hidden domain, reports the front-end original configurations to a background database and a unified configuration file synchronously, acquires all the collected original configurations from a back end, and stores the acquired original configurations and the front-end original configurations into a front-end localStorage cache together, so that the front-end service function is conveniently acquired, and the original complex acquisition mode is replaced.
The database stores the collected original configuration and new configuration of the foreground and the background, so that the front end provides a system configuration function management operation interface, a worker can conveniently and visually modify the configuration manually, the traditional mode of searching a configuration file to modify the configuration is replaced, the configuration cache of the front end and the back end is updated after the configuration is modified, the restart is not needed, the interface does not need to be refreshed, and the effect is immediately realized. That is, after the user modifies the configuration by operating the page through the system configuration management function, the values of the new configuration items are synchronized to the front-end cache, the back-end cache, the unified configuration file x.properties, and the database, and the configuration can be enabled to take effect without refreshing the page and restarting the service.
The unified configuration service center module integrates a modification monitoring mechanism for unified configuration files x.properties, and as long as a worker manually modifies the file configuration, the configuration can be automatically synchronized into various containers at the front end and the rear end and the configuration files of each original module (in order to prevent errors of a new mechanism, the configuration can still be obtained according to the original mode), so that platform maintenance can be carried out subsequently in a mode of modifying the unified configuration files x.properties. No matter new addition or modification is carried out, the unified configuration service center module can complete multidimensional synchronization, and the configuration can be enabled to take effect without refreshing a page and restarting the service.
The unified configuration service center module integrates an important and convenient tool, and when the module is started in a development environment, the unified configuration service center module can automatically modify each background business service module to acquire configured codes, so that the upgrading to a unified configuration new mechanism is realized, both hands of people are liberated, and the time of people is saved. When the service function needs to be newly added with the configuration item, only one row of simple codes is needed at the front end or the back end, and after the operation, the configuration is directly modified on the operation page of the system configuration management function, so that the service function is enabled to take effect, which is very convenient.
The cloud platform system is mainly provided with a rear-end unified configuration service center module and a front-end configuration tool as an auxiliary module, and further comprises a system configuration management function operation page and the like, which are connected in series to perform a series of automatic related operations instead of manual work, so that seamless connection and upgrade from a traditional configuration mode of the cloud platform system to a unified configuration centralized new mechanism are realized, and the latest and convenient unified configuration use scene is given to workers of research, development, maintenance, markets, customers and the like.
In addition, the present invention also provides a parameter unification configuration method for a distributed multi-module cloud platform system, as shown in fig. 2, the method includes the following steps:
100. the method comprises the steps that rear-end configuration collection and acquisition are carried out, specifically, a unified configuration service center module, a unified configuration file x.properties, a database and a Redis cache are deployed at the rear end, after the unified configuration service center module is started, a system configuration table is automatically created according to the existing operation database configuration of a cloud platform system, the system configuration table is used for storing platform configuration (configuration item names, configuration item keys, configuration item values, descriptions and the like), then, original configuration in each service module at the rear end is automatically collected, duplication removing operation is carried out, and the original configuration is synchronized to the unified configuration file x.properties, the database and the Redis cache; the back-end service module obtains configuration from the Redis cache;
200. the method comprises the steps that front-end configuration collection and acquisition are carried out, specifically, a front-end configuration tool, a localStorage cache and a system configuration function management operation interface are deployed at the front end, after a user logs in a platform, the front-end configuration tool starts working, front-end service function original configuration is collected from a hidden domain, reported and synchronized to a back-end database and a unified configuration file, all collected original configurations are acquired from the back end, and the collected original configurations and the front-end original configuration are stored in the front-end localStorage cache; the front-end service function obtains configuration from a localStorage cache;
300. and modifying the configuration, specifically, modifying the configuration through a system configuration function management operation interface at the front end or manually modifying a configuration file x.properties at the back end, and automatically synchronizing the modified configuration into various containers at the front end and the back end.
In addition, in order to enable the system-level configuration of the spring containers in the service modules to preferentially use the configuration in the unified configuration file x.properties during starting, the method can further comprise the step of automatically modifying the unified configuration file x.properties path mapping of the service modules at the back end by the unified configuration service center module.
In addition, the method can also comprise the step of automatically modifying the back-end service function code by the unified configuration service center module, thereby realizing the upgrade to a unified configuration new mechanism.
The invention has the following characteristics and advantages:
(1) high compatibility, strong transplantation
The whole set of mechanism has strong independence and is convenient to transplant, so that the method is suitable for various distributed multi-module cloud platform systems in the current market.
(2) High cohesion, low coupling
The unified configuration service center module exists in an independent module, and has no butt joint interaction component with the service module in the code development details, the data sharing mode of the unified configuration service center module and the service module is that the original Redis tool used by each service module is not dependent on each other, and the modification of the function of each service module to obtain the related configuration is quite simple; and in some patents, the unified configuration platform needs to establish communication with the service module, so that the coupling degree is high.
(3) Strong fault tolerance
After the internal codes of the service modules in the client server are upgraded to the latest configuration acquiring mode, if the unified configuration service center module is not deployed, the configuration can still be acquired according to the original mode no matter the front end or the back end, and the original service function is not influenced. After the unified configuration service center module is deployed and started, the traditional configuration mechanism of the whole platform is converted into a parameter unified configuration mechanism, and if the unified configuration service center module fails to be effective, the related service functions of the platform system still can be configured in the original mode.
(4) Wide application range
The invention has wide application range, not only in the use time, but also in the front-end and back-end environments, the supported configuration types, the applicable crowds and the like. The unified configuration mechanism of some patents can only be used before platform deployment, but the unified configuration mechanism in the invention can be used before platform deployment and in operation; at present, a uniform configuration mechanism of a certain patent is not found to be applicable to a front end, or may be applicable to the front end, but may need to be supported by a background interface, but it obviously occupies too much network resources to frequently use the background interface to obtain the configuration. The unified configuration mechanism supports a front-end environment and a back-end environment, a front-end service function obtains configuration from a front-end cache localStorage, and a back-end service function obtains configuration from a back-end cache Redis; the supported parameter configuration has rich types, system level, service level and front and back end. The system of the invention is based on the user experience policy in design, so the system is more convenient to use, has low professional requirement knowledge, can be used in research and development, and can be used in test, market and customers.
(5) High continuity and convenience
When the cloud platform system operates, the unified configuration service center module is placed in the directory where the service modules are located, and high convenience is brought by the above-mentioned sequence of automatic operation.
(6) Parameter configuration multidimensional synchronization
The configuration in the system configuration management function operation page, the database, the unified configuration file x.properties, the rear-end redis cache, the front-end localStorage cache and the like realizes multi-dimensional synchronization, and the configuration checking and acquiring mode becomes more three-dimensional.
(7) Strong open
Although the unified configuration service center module is an independent module, a springboot technical framework is integrated in the unified configuration service center module, and an internal interface can be accessed through http without any other web container (such as tomcat) so as to provide functional interface support for a front-end configuration tool and a system configuration management function operation page and provide a basis for a third-party platform to obtain required configuration from a cloud platform system.
While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (8)

1. A unified parameter configuration method for a distributed multi-module cloud platform system is characterized by comprising the following steps:
the method comprises the steps that rear-end configuration collection and acquisition are carried out, specifically, a unified configuration service center module, a unified configuration file x.properties, a database and a Redis cache are deployed at the rear end, a springboot technology frame is integrated in the unified configuration service center module, after the unified configuration service center module is started, a system configuration table is automatically created according to the existing operation database configuration of a cloud platform system and used for storing platform configuration, then original configurations in all service modules at the rear end are automatically collected, duplication removing operation is carried out, and the original configurations are synchronized to the unified configuration file x.properties, the database and the Redis cache; the back-end service module obtains configuration from the Redis cache;
the method comprises the steps that front-end configuration collection and acquisition are carried out, specifically, a front-end configuration tool, a localStorage cache and a system configuration function management operation interface are deployed at the front end, after a user logs in a platform, the front-end configuration tool starts working, front-end service function original configuration is collected from a hidden domain, reported and synchronized to a back-end database and a unified configuration file, all collected original configurations are acquired from the back end, and the collected original configurations and the front-end original configuration are stored in the front-end localStorage cache; the front-end service function obtains configuration from a localStorage cache;
and modifying the configuration, specifically, modifying the configuration through a system configuration function management operation interface at the front end or manually modifying a configuration file x.properties at the back end, and automatically synchronizing the modified configuration into various containers at the front end and the back end.
2. The method of claim 1, further comprising the step of: and the unified configuration service center module automatically modifies the unified configuration file x.properties path mapping of each service module at the back end.
3. The method of claim 1, further comprising the step of: and the unified configuration service center module automatically modifies the back-end service function codes.
4. The method of claim 1, wherein the system configuration table comprises at least fields: configuration item name, configuration item key, configuration item value, and description.
5. A parameter unification configuration system of a distributed multi-module cloud platform system is characterized by comprising a back end and a front end, wherein a unified configuration service center module, a database, unified configuration files x.properties and a Redis cache are deployed at the back end, a springboot technology frame is integrated in the unified configuration service center module, after the system configuration table is started, a system configuration table is automatically created according to the existing operation database configuration of the cloud platform system, the system configuration table is used for storing platform configuration, then the original configuration in each service module at the back end is automatically collected, and duplication removing operation is carried out to synchronize the unified configuration files x.properties, the database and the Redis cache; each service module at the back end acquires configuration from the Redis cache; the unified configuration service center module modifies and monitors the unified configuration file x.properties, and automatically synchronizes the configuration to various containers at the front end and the rear end as long as the unified configuration file x.properties is manually modified; the front end is provided with a front end configuration tool, a localStorage cache and a system configuration function management operation interface, after a user logs in a platform, the front end configuration tool starts to work, collects front end service function original configurations from a hidden domain, reports and synchronizes the front end service function original configurations to a back end database and a unified configuration file, acquires all the collected original configurations from the back end, and stores the collected original configurations and the front end original configurations into the localStorage cache; the front-end service function obtains configuration from a localStorage cache; the system configuration function management operation interface is used for modifying the configuration, and the modified configuration is automatically synchronized to various containers at the front end and the rear end.
6. The system of claim 5, wherein the unified configuration service center module is configured to automatically modify a unified configuration file x.properties path mapping of the back-end business service modules.
7. The system of claim 5, wherein the unified configuration service center module is configured to automatically modify backend business function codes.
8. The system of claim 5, wherein the system configuration table comprises at least fields: configuration item name, configuration item key, configuration item value, and description.
CN201911291245.3A 2019-12-16 2019-12-16 Parameter unification configuration method and system for distributed multi-module cloud platform system Pending CN112994914A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911291245.3A CN112994914A (en) 2019-12-16 2019-12-16 Parameter unification configuration method and system for distributed multi-module cloud platform system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911291245.3A CN112994914A (en) 2019-12-16 2019-12-16 Parameter unification configuration method and system for distributed multi-module cloud platform system

Publications (1)

Publication Number Publication Date
CN112994914A true CN112994914A (en) 2021-06-18

Family

ID=76343120

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911291245.3A Pending CN112994914A (en) 2019-12-16 2019-12-16 Parameter unification configuration method and system for distributed multi-module cloud platform system

Country Status (1)

Country Link
CN (1) CN112994914A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115118590A (en) * 2022-06-22 2022-09-27 平安科技(深圳)有限公司 Method, device, system, equipment and storage medium for managing configuration data

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110016088A1 (en) * 2009-07-20 2011-01-20 Spackman Stephen Philip System and method for performance and capacity monitoring of a reduced redundancy data storage system
US20150066873A1 (en) * 2013-08-30 2015-03-05 Kaladhar Voruganti Policy based deduplication techniques
US20160149761A1 (en) * 2014-11-26 2016-05-26 Edgewater Networks, Inc. Method and system for providing unified configuration information to disparate system software components
US9384205B1 (en) * 2013-12-18 2016-07-05 Veritas Technologies Llc Auto adaptive deduplication to cloud based storage
CN107645508A (en) * 2017-10-16 2018-01-30 深圳市买买提乐购金融服务有限公司 A kind of data handling system, method, client and server
CN108540529A (en) * 2018-03-07 2018-09-14 江苏电力信息技术有限公司 Do not restart dynamic parameter method for refreshing under a kind of framework based on micro services
CN109714358A (en) * 2019-01-15 2019-05-03 广东工业大学 A kind of injection molding MES cloud platform of micro services
CN109814909A (en) * 2019-01-18 2019-05-28 南京绿新能源研究院有限公司 Method based on Spring cloud micro services framework cloud SCADA system
CN109995586A (en) * 2019-03-25 2019-07-09 江苏电力信息技术有限公司 Refresh model with dynamic configuration parameters based on the unified configuration under micro services framework

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110016088A1 (en) * 2009-07-20 2011-01-20 Spackman Stephen Philip System and method for performance and capacity monitoring of a reduced redundancy data storage system
US20150066873A1 (en) * 2013-08-30 2015-03-05 Kaladhar Voruganti Policy based deduplication techniques
US9384205B1 (en) * 2013-12-18 2016-07-05 Veritas Technologies Llc Auto adaptive deduplication to cloud based storage
US20160149761A1 (en) * 2014-11-26 2016-05-26 Edgewater Networks, Inc. Method and system for providing unified configuration information to disparate system software components
CN107645508A (en) * 2017-10-16 2018-01-30 深圳市买买提乐购金融服务有限公司 A kind of data handling system, method, client and server
CN108540529A (en) * 2018-03-07 2018-09-14 江苏电力信息技术有限公司 Do not restart dynamic parameter method for refreshing under a kind of framework based on micro services
CN109714358A (en) * 2019-01-15 2019-05-03 广东工业大学 A kind of injection molding MES cloud platform of micro services
CN109814909A (en) * 2019-01-18 2019-05-28 南京绿新能源研究院有限公司 Method based on Spring cloud micro services framework cloud SCADA system
CN109995586A (en) * 2019-03-25 2019-07-09 江苏电力信息技术有限公司 Refresh model with dynamic configuration parameters based on the unified configuration under micro services framework

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
KOSAMINO: "SpringCloud之Config配置中心+BUS消息总线原理及其配置", 《博客园 HTTPS://WWW.CNBLOGS.COM/JING99/P/11720834.HTML》 *
WQH8522: "SpringCloud分布式配置中心Config", 《博客园 HTTPS://SEGMENTFAULT.COM/A/1190000012908853》 *
王方旭;: "基于Spring Cloud实现业务系统微服务化的设计与实现", 电子技术与软件工程, no. 08 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115118590A (en) * 2022-06-22 2022-09-27 平安科技(深圳)有限公司 Method, device, system, equipment and storage medium for managing configuration data
CN115118590B (en) * 2022-06-22 2024-05-10 平安科技(深圳)有限公司 Method, device, system, equipment and storage medium for managing configuration data

Similar Documents

Publication Publication Date Title
CN109284334B (en) Real-time database synchronization method and device, electronic equipment and storage medium
CN109241175B (en) Data synchronization method and device, storage medium and electronic equipment
CN105005618A (en) Data synchronization method and system among heterogeneous databases
CN103177116B (en) A kind of distributed information log based on two-stage index is processed and querying method
US20110196840A1 (en) System and method for incremental backup storage
CN111752640A (en) Cloud service-based computer software installation-free method, device and system
CN114036119A (en) Data synchronization method based on button and database log
CN110245134B (en) Increment synchronization method applied to search service
CN109344034A (en) A kind of method and apparatus for managing log
CN105045905A (en) Log maintenance method and system based on full-text retrieval
CN102026228B (en) Statistical method and equipment for communication network performance data
CN112994914A (en) Parameter unification configuration method and system for distributed multi-module cloud platform system
CN109634975B (en) Data synchronization method and device, electronic equipment and computer readable storage medium
CN106603289A (en) LMT configuration file smooth upgrade method
CN109977084A (en) A kind of page static method based on file buffer
CN103327112A (en) Desktop synchronization method based on cloud storage and device for realizing desktop synchronization
CN110474972A (en) A kind of synchronous method and device of contact information
CN116089545B (en) Method for collecting storage medium change data into data warehouse
CN112416944A (en) Method and equipment for synchronizing service data
WO2016082608A1 (en) Service data query/search method, apparatus and system
CN104731827A (en) Generating method and generating device for file metadata of fast distributed file system
CN111767282A (en) MongoDB-based storage system, data insertion method and storage medium
CN108763471B (en) Method and system for deploying HTTP file server in cluster
CN108228908B (en) Data extraction method and device
CN112685486B (en) Data management method and device for database cluster, electronic equipment and storage medium

Legal Events

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