CN114296836A - Remote configuration system - Google Patents

Remote configuration system Download PDF

Info

Publication number
CN114296836A
CN114296836A CN202111679980.9A CN202111679980A CN114296836A CN 114296836 A CN114296836 A CN 114296836A CN 202111679980 A CN202111679980 A CN 202111679980A CN 114296836 A CN114296836 A CN 114296836A
Authority
CN
China
Prior art keywords
client
service
database
management
configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111679980.9A
Other languages
Chinese (zh)
Other versions
CN114296836B (en
Inventor
牛新庄
黎育龙
陈观兰
胡保祥
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Postal Savings Bank of China Ltd
Original Assignee
Postal Savings Bank of China 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 Postal Savings Bank of China Ltd filed Critical Postal Savings Bank of China Ltd
Priority to CN202111679980.9A priority Critical patent/CN114296836B/en
Publication of CN114296836A publication Critical patent/CN114296836A/en
Application granted granted Critical
Publication of CN114296836B publication Critical patent/CN114296836B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a remote configuration system. Wherein, this system includes: the registration center cluster is used for storing the mapping relation between the service and the service address; a database for storing configuration information; the management and control end service is used for adopting the registration center cluster to provide the management and control end service for the management and control end and carrying out information configuration operation on the database; the client service is used for providing the client service for the client by adopting the registration center cluster and acquiring configuration information from the database; the management and control terminal is used for acquiring a management and control terminal service list from the registration center cluster and calling the management and control terminal service to manage configuration; and the client is used for acquiring a client service list from the registration center cluster and acquiring the latest configuration information by calling the client service. The invention solves the technical problems of high server cost and high maintenance difficulty in a multi-environment and multi-tenant deployment scheme of the traditional configuration center.

Description

Remote configuration system
Technical Field
The invention relates to the technical field of computers, in particular to a remote configuration system.
Background
Under a distributed framework, it is currently a popular technique to employ a configuration-centric approach to the management of configurations. The configuration center consists of services and databases. For development, test and production environments, and under the condition that multiple tenants exist in each environment, the existing technology is often to independently deploy a scheme including configuration center services and a database for different environments. While the prior art for data isolation of tenants also provides three solutions:
(1) independent databases, one database for each tenant;
(2) shared database, isolated data architecture: multiple tenants use the same database, but each tenant corresponds to a database Schema;
(3) shared database, shared data architecture: the same database, the same Schema are used, but a field of the tenant ID is added in the table, so that the shared data degree is the highest, and the isolation level is the lowest. When multiple environments coexist and multiple tenants exist, a large number of services and databases need to be deployed only by the configuration center, so that the cost is greatly increased, and the operation and maintenance difficulty is brought.
Fig. 1 is a schematic diagram of a conventional deployment scheme of multiple environments in a configuration center according to the prior art, as shown in fig. 1, the prior art mostly employs a physical isolation manner to perform deployment of the configuration center, so if there are n environments, a server (number of servers + number of databases) × n needs to be deployed, which is a large overhead for cost and maintenance.
Fig. 2 is a schematic diagram of a conventional configuration center multi-tenant deployment scheme according to the prior art, and as shown in fig. 2, if there are multiple tenants per environment, even in a manner of sharing a database and an architecture, a server (number of servers m + number of databases) n needs to be deployed.
Therefore, in the multi-environment scheme of the current configuration center, configuration information of a plurality of environments is mostly stored in different configuration databases in a physical isolation manner, and both the cost and the difficulty of operation and maintenance are greatly increased. The situation of multiple tenants exists, so that the deployment is more complicated.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a remote configuration system, which at least solves the technical problems of high server cost and high maintenance difficulty in a multi-environment and multi-tenant deployment scheme of a traditional configuration center.
According to an aspect of an embodiment of the present invention, there is provided a remote configuration system including: the registration center cluster is used for storing the mapping relation between the service and the service address; a database for storing configuration information; the management and control end server is respectively connected with the registration center cluster and the database, and is used for providing management and control end services for the management and control end by adopting the registration center cluster and performing information configuration operation on the database; the client server is respectively connected with the registration center cluster and the database, and is used for providing client services for the client by adopting the registration center cluster and acquiring configuration information from the database; the management and control terminal is respectively connected with the registration center cluster and the management and control terminal server and is used for acquiring a management and control terminal service list from the registration center cluster and calling the management and control terminal service to carry out configuration management; and the client is respectively connected with the registration center cluster and the client server and is used for acquiring a client service list from the registration center cluster and acquiring the latest configuration information by calling the client service.
It should be noted that the services at least include a management and control end service and a client service, wherein the mapping relationship between the service and the service address includes a mapping relationship between the management and control end service and the service address and a mapping relationship between the client service and the service address. In a specific implementation process, the mapping relationship between the service and the service address may be presented in the form of a service list, for example, the mapping relationship between the service and the service address of the control end corresponds to the service list of the control end, and the mapping relationship between the service and the service address of the client end corresponds to the service list of the client end.
Optionally, the management and control end is configured to search a management and control end service list, and call the management and control end service through a service address in the management and control end service list to perform addition, deletion, modification, and check on the configuration information.
Optionally, the client is configured to search a client service list, and call a client service to obtain the latest configuration information through a service address in the client service list.
Optionally, the registry cluster includes: a plurality of server end nodes, wherein data is synchronized between the server end nodes.
Optionally, the database is further configured to store verification information, wherein the verification information includes at least one of: authority, user role, username, password, and service initiation configuration.
Optionally, the management and control end is configured to connect to the database, and perform permission verification by reading and writing the verification information in the database.
Optionally, the configuration information is an environment configuration parameter, and the control end is configured to save the environment configuration parameter to the database by calling the control end service, and record the environment configuration parameter.
Optionally, the client is configured to obtain the environment configuration parameter in the database by calling the client service, and store the environment configuration parameter in a memory cache of the client, where the memory cache of the client is synchronized with a local file cache of the client.
Optionally, the configuration information is a gray scale release value corresponding to a version number, and the control end is configured to configure the gray scale release value corresponding to the version number and save the gray scale release value corresponding to the version number in the database by calling the control end service.
Optionally, the client is configured to obtain, according to the version number of the application program, a grayscale release value corresponding to the version number in the database by calling the client service, and store the grayscale release value in a memory cache of the client.
In the remote configuration system of the embodiment of the invention, the registration center cluster is used for storing the mapping relation between the service and the service address; a database for storing configuration information; the management and control end server is respectively connected with the registration center cluster and the database, and is used for providing management and control end services for the management and control end by adopting the registration center cluster and performing information configuration operation on the database; the client server is respectively connected with the registration center cluster and the database, and is used for providing client services for the client by adopting the registration center cluster and acquiring configuration information from the database; the management and control terminal is respectively connected with the registration center cluster and the management and control terminal server and is used for acquiring a management and control terminal service list from the registration center cluster and calling the management and control terminal service to carry out configuration management; the remote configuration system comprises at least one client, wherein the client is respectively connected with a registration center cluster and a client server and is used for acquiring a client service list from the registration center cluster and acquiring latest configuration information by calling client services, and the remote configuration system can realize multi-environment, multi-tenant and multi-version configuration management and release, so that the configuration center is intensively deployed, a unified management and control end is provided, the maintenance is simple, the cost is saved, and the technical problems of high server cost and high maintenance difficulty of a multi-environment and multi-tenant deployment scheme of the traditional configuration center are solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a schematic diagram of a conventional configuration center multi-environment deployment scenario, according to the prior art;
FIG. 2 is a schematic diagram of a conventional configuration center multi-tenant deployment scenario, according to the prior art;
FIG. 3 is a schematic illustration of a deployment mode provided in accordance with an embodiment of the invention;
FIG. 4 is a schematic diagram of a remote configuration system according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a multi-environment acquisition configuration according to an embodiment of the present invention;
fig. 6 is a schematic diagram of a multi-version scheme for tenant configuration according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, 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.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
For convenience of description, some nouns or terms appearing in the present invention will be described in detail below.
Multi-tenant: multi-tenant is a software architecture technology, that is, in a multi-user environment, the same set of system is shared, and the isolation between data is to be noted.
Multiple environments: the system is characterized in that a complete set of environments is respectively created for different stages (development, test and production) of system development and even different development purposes and test purposes.
Database Schema: schema is a collection of database objects, i.e., tables, indexes, views, stored procedures, etc., as they are often called. There may be multiple schemas for one database instance.
The registration center cluster: registration and discovery of Remote Procedure Call (RPC) services is provided.
Aiming at the problem of how to manage and release user configuration in a centralized manner when multiple tenants exist in a distributed environment, an optimization solution is provided, and a supplementary multi-version release solution is provided aiming at the configuration requirement of multiple versions of multiple tenants in a single environment.
Further, by using the deployment mode provided by the present invention, that is, by using a multi-environment multi-tenant centralized deployment mode, fig. 3 is a schematic diagram of the deployment mode provided by the embodiment of the present invention, as shown in fig. 3, only the server deployment with the number of servers + the number of databases is needed. The deployment mode improves the development cost while saving the cost of the server and reducing the maintenance difficulty.
It should be noted that the present invention adopts the design idea of sharing the database and sharing the data structure, all the environments share the database, and at the same time, add the environment identifier in the database to distinguish different environments. The isolation of multiple tenants adopts different schemes according to the configuration type. The configuration of the configuration center is divided into three types of public, inheritance and private, and for the configuration of the private type, multiple tenants are isolated through authority control; for public configuration, multiple tenants can perform personalized configuration coverage in an inheritance mode; and for public configuration, personalized configuration can be performed in a multi-version release mode. Meanwhile, the configuration release mode of multiple versions enables the change of a small amount of configuration to be free from additionally and independently configuring an environment.
FIG. 4 is a schematic diagram of a remote configuration system according to an embodiment of the present invention, as shown in FIG. 4, including: the registry cluster 11 is used for storing the mapping relation between the service and the service address; a database 12 for storing configuration information; the management and control end server 13 is respectively connected with the registration center cluster 11 and the database 12, and is used for storing management and control end services provided by the registration center cluster 11 for the management and control end 15, and performing the configuration information operation on the database; the client server 14 is respectively connected with the registry cluster 11 and the database 12, and is used for providing client services for the client 16 by using the registry cluster 11 and acquiring the configuration information from the database 12; the management and control terminal 15 is respectively connected with the registration center cluster 11 and the management and control terminal server 13, and is used for acquiring a management and control terminal service list from the registration center cluster 11 and calling the management and control terminal service to perform configuration management; and the client 16 is respectively connected with the registry cluster 11 and the client server 14, and is used for acquiring a client service list from the registry cluster 11 and acquiring the latest configuration information by calling the client service.
The database 12 is a shared database, and may store not only configuration information but also verification information.
In the embodiment of the invention, the remote configuration system can realize configuration management and release of multiple environments, multiple tenants and multiple versions, so that the configuration center is deployed in a centralized manner, a unified management and control end is provided, maintenance becomes simple, cost is saved, and the technical problems of high server cost and high maintenance difficulty in a multiple environment and multiple tenant deployment scheme of the traditional configuration center are solved.
In an optional implementation manner, the control end 15 is configured to search the control end service list, and call the control end service to add, delete, change and check the configuration information through a service address in the control end service list.
In an optional implementation manner, the client 16 is configured to search the client service list, and invoke the client service to obtain the latest configuration information through a service address in the client service list.
In an optional implementation, the registry cluster 11 includes: a plurality of server end nodes, wherein data is synchronized between the server end nodes. Through the implementation, any one of the server end nodes can acquire the data of other server end nodes when being connected, so that the service names of the server end nodes in the registration center cluster and the service lists corresponding to the service names are synchronized.
In an alternative embodiment, the database 12 is further configured to store verification information, wherein the verification information includes at least one of the following: authority, user role, username, password, and service initiation configuration. In a specific implementation process, the authentication information includes, but is not limited to, a right, a user role, a user name, a password, and a service start configuration.
In an optional implementation manner, the management and control terminal 15 is configured to connect to the database 12, and perform permission verification by reading and writing the verification information in the database 12.
In a specific implementation process, the multi-environment, multi-tenant, and multi-version remote configuration system provided by the present invention includes, on a design architecture, a uniformly accessed front end (corresponding to the control end 15), a registration center cluster 11, a control end server 13, a client server 14, a client 16, and a database 12, and specifically includes the following processing flows:
(1) the client 16 is started, and the service is uniformly registered to the registration center cluster 11;
(2) the management and control terminal 15 is started, and the service is uniformly registered to the registration center cluster 11;
(3) the control end 15 is started to connect the database 12 for corresponding authority verification, and multi-tenant verification is provided;
(4) the management and control end 15 page calls management and control end services in the management and control end server 13 to maintain projects and configurations;
(5) the application program is connected with the client server 14 through the client terminal 16 to perform reading and refreshing of the configuration, and the application program is accessed to different environments through environment parameters.
In an optional embodiment, the configuration information is an environment configuration parameter, and the control terminal 15 is configured to save the environment configuration parameter into the database 12 by calling a control terminal service, and record the environment configuration parameter. The client 16 is configured to obtain the environment configuration parameters in the database 12 by invoking a client service, and store the environment configuration parameters in the memory cache of the client 16, where the memory cache of the client 16 is synchronized with the local file cache of the client 16.
Fig. 5 is a schematic diagram of a multi-environment configuration acquisition according to an embodiment of the present invention, and as shown in fig. 5, a process flow of acquiring a configuration from a configuration center in a multi-environment scene is as follows:
(1) the tenant checks the authority and logs in the control terminal 15 to manage the configuration;
(2) the management and control terminal 15 saves the configuration to the database 12 through the environment information, and records the corresponding environment information;
(3) the application program adds environment parameters to start, and reads the configuration information of the environment through the client service.
In an optional embodiment, the configuration information is a gray scale release value corresponding to a version number, and the control terminal 15 is configured to configure the gray scale release value corresponding to the version number, and store the gray scale release value corresponding to the version number in the database 12 by calling a control terminal service. The client 16 is configured to obtain a gray release value corresponding to the version number in the database 12 by calling a client service according to the version number of the application program, and store the gray release value in a memory cache of the client 16.
If different values need to be set for a certain configuration by a plurality of tenants in the same environment, the multi-version scheme provided by the method can enable each tenant to obtain personalized configuration by releasing different configuration versions. Fig. 6 is a schematic diagram of a multi-version scheme for tenant configuration according to an embodiment of the present invention, and as shown in fig. 6, a specific processing flow is as follows:
(1) different tenants log in the control end 15, and release rules are configured according to the version numbers of the tenants, and the same Key has different gray release values Value1 and Value2 for the version number 1 and the version number 2 respectively;
(2) different gray release values Value1 and Value2 are stored in the configuration center database;
(3) and the application program increases the version number to start, and respectively pulls the configuration values corresponding to the version number according to the version number.
In the above embodiment of the present invention, through a logical configuration isolation manner, a unified management and control end and a unified database can be used to perform logical isolation and unified management on configuration of multiple tenants; the same tenant supports the acquisition of different configuration key values through the version number, and the gray level release function based on the version number is realized. By the implementation mode, multiple tenants in multiple environments can share the same database, so that the cost is reduced, and operation and maintenance personnel can manage conveniently.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units may be a logical division, and in actual implementation, there may be another division, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A remote configuration system, comprising:
the registration center cluster is used for storing the mapping relation between the service and the service address;
a database for storing configuration information;
the management and control end server is respectively connected with the registration center cluster and the database and is used for adopting the registration center cluster to provide management and control end services for the management and control end and carrying out the operation of the configuration information on the database;
the client server is respectively connected with the registration center cluster and the database, and is used for providing client services for clients by adopting the registration center cluster and acquiring the configuration information from the database;
the management and control terminal is respectively connected with the registration center cluster and the management and control terminal server and is used for acquiring a management and control terminal service list from the registration center cluster and calling the management and control terminal service to carry out configuration management;
and the client is respectively connected with the registration center cluster and the client server and is used for acquiring a client service list from the registration center cluster and acquiring the latest configuration information by calling the client service.
2. The system according to claim 1, wherein the control end is configured to search the control end service list, and invoke the control end service to perform the add-delete-modify-check on the configuration information through a service address in the control end service list.
3. The system according to claim 1, wherein the client is configured to search the client service list, and invoke the client service to obtain the latest configuration information through a service address in the client service list.
4. The system of claim 1, wherein the registry cluster comprises: a plurality of server end nodes, wherein data is synchronized between the server end nodes.
5. The system of claim 1, wherein the database is further configured to store authentication information, wherein the authentication information includes at least one of: authority, user role, username, password, and service initiation configuration.
6. The system according to claim 5, wherein the management and control terminal is configured to connect with the database, and perform permission verification by reading and writing the verification information in the database.
7. The system according to claim 1, wherein the configuration information is an environment configuration parameter, and the control end is configured to save the environment configuration parameter into the database by calling the control end service, and record the environment configuration parameter.
8. The system according to claim 7, wherein the client is configured to obtain the environment configuration parameters in the database by invoking the client service, and store the environment configuration parameters in a memory cache of the client, wherein the memory cache of the client is synchronized with a local file cache of the client.
9. The system according to claim 1, wherein the configuration information is a gray release value corresponding to a version number, and the control terminal is configured to configure the gray release value corresponding to the version number and save the gray release value corresponding to the version number in the database by calling the control terminal service.
10. The system according to claim 9, wherein the client is configured to obtain a grayscale release value corresponding to the version number in the database by calling the client service according to the version number of an application program, and store the grayscale release value in a memory cache of the client.
CN202111679980.9A 2021-12-31 2021-12-31 Remote configuration system Active CN114296836B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111679980.9A CN114296836B (en) 2021-12-31 2021-12-31 Remote configuration system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111679980.9A CN114296836B (en) 2021-12-31 2021-12-31 Remote configuration system

Publications (2)

Publication Number Publication Date
CN114296836A true CN114296836A (en) 2022-04-08
CN114296836B CN114296836B (en) 2024-05-14

Family

ID=80976282

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111679980.9A Active CN114296836B (en) 2021-12-31 2021-12-31 Remote configuration system

Country Status (1)

Country Link
CN (1) CN114296836B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115185582A (en) * 2022-09-15 2022-10-14 畅捷通信息技术股份有限公司 Gray scale publishing method and device for multiple tenants and storage medium
CN115396296A (en) * 2022-08-18 2022-11-25 中电金信软件有限公司 Service processing method and device, electronic equipment and computer readable storage medium
CN116112403A (en) * 2022-12-30 2023-05-12 中国电信股份有限公司 Cloud service management system and method for application service, electronic equipment and storage medium
CN116108037A (en) * 2023-02-09 2023-05-12 北京商越网络科技有限公司 Database gray level release method and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140372484A1 (en) * 2013-06-17 2014-12-18 Salesforce.Com, Inc. Database multiplexing architectures
CN105959349A (en) * 2016-04-22 2016-09-21 上海瀚之友信息技术服务有限公司 Distributed service end operation system and method
CN109831486A (en) * 2019-01-02 2019-05-31 技创智能科技(上海)有限公司 The background data server system and data processing method of multi-client
US10922284B1 (en) * 2017-09-25 2021-02-16 Cloudera, Inc. Extensible framework for managing multiple Hadoop clusters
CN113496004A (en) * 2020-04-02 2021-10-12 华为技术有限公司 Message sending method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140372484A1 (en) * 2013-06-17 2014-12-18 Salesforce.Com, Inc. Database multiplexing architectures
CN105959349A (en) * 2016-04-22 2016-09-21 上海瀚之友信息技术服务有限公司 Distributed service end operation system and method
US10922284B1 (en) * 2017-09-25 2021-02-16 Cloudera, Inc. Extensible framework for managing multiple Hadoop clusters
CN109831486A (en) * 2019-01-02 2019-05-31 技创智能科技(上海)有限公司 The background data server system and data processing method of multi-client
CN113496004A (en) * 2020-04-02 2021-10-12 华为技术有限公司 Message sending method and device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115396296A (en) * 2022-08-18 2022-11-25 中电金信软件有限公司 Service processing method and device, electronic equipment and computer readable storage medium
CN115185582A (en) * 2022-09-15 2022-10-14 畅捷通信息技术股份有限公司 Gray scale publishing method and device for multiple tenants and storage medium
CN115185582B (en) * 2022-09-15 2022-11-18 畅捷通信息技术股份有限公司 Gray scale publishing method and device for multiple tenants and storage medium
CN116112403A (en) * 2022-12-30 2023-05-12 中国电信股份有限公司 Cloud service management system and method for application service, electronic equipment and storage medium
CN116112403B (en) * 2022-12-30 2024-05-14 中国电信股份有限公司 Cloud service management system and method for application service, electronic equipment and storage medium
CN116108037A (en) * 2023-02-09 2023-05-12 北京商越网络科技有限公司 Database gray level release method and electronic equipment

Also Published As

Publication number Publication date
CN114296836B (en) 2024-05-14

Similar Documents

Publication Publication Date Title
CN114296836A (en) Remote configuration system
US7167874B2 (en) System and method for command line administration of project spaces using XML objects
US7269648B1 (en) Resolving multiple master node conflict in a DDB
US7941785B2 (en) System and method for managing information objects
US20040139108A1 (en) System and method for aggregating user project information in a multi-server system
US8700560B2 (en) Populating a multi-relational enterprise social network with disparate source data
CN105897946A (en) Obtaining method and system of access address
CN110334225A (en) A kind of design method for the distributed face basic information middle database service being compatible with more algorithms
US7925002B2 (en) Administering multiple target ACD systems
CN106503163A (en) Based on the global configuration multi-tenant dynamic data origin system that SaaS is applied
CN101442558B (en) Method and system for providing index service for P2SP network
US9185165B1 (en) Data replicating systems and data replicating methods
US7917636B2 (en) System and method for detecting unused accounts in a distributed directory service
CN108599971A (en) Configuring information processing method, system, computer equipment and storage medium
US6631378B1 (en) Communication unit and communication method with profile management
CN114650170B (en) Cross-cluster resource management method, device, equipment and storage medium
CN108573063A (en) A kind of data query method and system
CN108595616A (en) A kind of method of the naming space management of Based on Distributed file system
US20080133587A1 (en) Extending Existing Data within a Directory Service
GB2386985A (en) Update resolution procedure for a directory server
CN114912141A (en) Project data security access method based on dynamic data source
CN107491361B (en) The method for being classified other redundant storage is carried out to column in tables of data
CN107491360B (en) The method for being classified other redundant storage is carried out to record in tables of data
CN109344596A (en) The management system and method for multiserver based on LDAP
US20040139109A1 (en) System and method for the aggregation of place information in a multi-server system

Legal Events

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