WO2019091216A1 - Data management method and apparatus, computing device and storage medium - Google Patents

Data management method and apparatus, computing device and storage medium Download PDF

Info

Publication number
WO2019091216A1
WO2019091216A1 PCT/CN2018/105850 CN2018105850W WO2019091216A1 WO 2019091216 A1 WO2019091216 A1 WO 2019091216A1 CN 2018105850 W CN2018105850 W CN 2018105850W WO 2019091216 A1 WO2019091216 A1 WO 2019091216A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
internal data
internal
version
interface
Prior art date
Application number
PCT/CN2018/105850
Other languages
French (fr)
Chinese (zh)
Inventor
卢申朋
Original Assignee
广东神马搜索科技有限公司
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 广东神马搜索科技有限公司 filed Critical 广东神马搜索科技有限公司
Publication of WO2019091216A1 publication Critical patent/WO2019091216A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Definitions

  • the present invention relates to the field of service processing technologies, and in particular, to a data management method, apparatus, computing device, and storage medium in a service processing process.
  • the data that the business system needs to call when implementing its business logic is internal data, and the internal data is generally stored in a local file.
  • the management of internal data is an important task in the process of business system processing. If the management of internal data is completely left to the business system, when designing the business system, not only the special business processing logic but also the data management logic needs to be considered. It not only increases the design cost of the business system, but also increases the complexity of the business system processing business process. In this way, on the one hand, it is not conducive to the stability of online services, on the other hand, it is not conducive to the business system to quickly iterate each service
  • the main purpose of the present invention is to provide a data management method, device, computing device and storage medium.
  • the invention can be used to manage internal data involved in the process of implementing business process logic in a business system, so that service processing of the service system can be realized.
  • the separation of logic and data management enables business systems to focus on the development of business process logic.
  • a data management method for providing a service system with at least part of internal data that needs to be invoked in implementing business process logic, the method comprising: registering an interface pair through a preset data At least part of the internal data is registered to define a predetermined data type for at least part of the internal data; in response to the internal data read request of the service system, the internal data after registration is read and internal through a preset data loading interface The target internal data corresponding to the data read request is provided to the business system.
  • registering the internal data through the data registration interface may include: saving a type generator for creating a predetermined data type in a global static variable; and creating a predetermined data type for the internal data by the type generator to implement the internal data Registration.
  • the corresponding data type can be defined by the type generator, so that the internal data can be registered as a custom data type.
  • the method further includes: the data loading interface is configured to identify target data. Version version member variable.
  • the version set can characterize whether the data is up to date.
  • the method may further include: periodically reading the target data and its version member variable through a preset data reloading interface; the version member variable of the target data acquired this time and the last obtained version member variable The target data is updated when the value of the version member variable is updated. Thereby, an automatic update of the data can be achieved.
  • a data management apparatus for providing a service system with at least part of internal data that needs to be invoked in implementing business processing logic, including: a data registration module, configured to at least partially internal data Registering to define at least part of the internal data to define a predetermined data type; the data loading module for responding to the internal data read request of the business system, reading from the registered internal data corresponding to the internal data read request Target data is provided to the business system.
  • the data registration module saves the type generator for creating a predetermined data type in the form of a global static variable, and creates a predetermined data type by the type generator to implement registration of the internal data.
  • the data loading module is further configured to: after reading the target data from the internal data after registration to provide to the business system, further setting a version member variable for identifying a version of the target data.
  • the data management apparatus may further include: a data reloading module, configured to reread the target data and its version member variable in a predetermined cycle; and a data update module, configured to acquire the target data acquired by the module in the current data reloading module The version member variable is updated with the target data when the version member variable is updated compared to the last obtained version member variable.
  • a data reloading module configured to reread the target data and its version member variable in a predetermined cycle
  • a data update module configured to acquire the target data acquired by the module in the current data reloading module
  • the version member variable is updated with the target data when the version member variable is updated compared to the last obtained version member variable.
  • a computing device comprising: a processor; and a memory having stored thereon executable code for causing the processor to perform the above-described execution when the executable code is executed by the processor Data management method.
  • a non-transitory machine readable storage medium having stored thereon executable code that, when executed by a processor of an electronic device, causes the processor to perform the above And data management methods.
  • the data management method, device, computing device and storage medium of the present invention can manage the internal data involved in the process of implementing the business process logic of the service system, so that the business process logic and the data management phase separation of the service system can be realized. So that the business system can focus on the development of business processing logic.
  • FIG. 1 is a schematic flow chart showing a data management method according to an embodiment of the present invention.
  • FIG. 2 is a schematic block diagram showing the structure of a data management device according to an embodiment of the present invention.
  • FIG. 3 is a schematic block diagram showing the structure of a computing device in accordance with an embodiment of the present invention.
  • the management of internal data is an important task in the process of business system processing. If the management of internal data is completely Werz-fed to the business system, it is not conducive to the stability of online services, and is not conducive to the rapid operation of business systems. Iterate through the various businesses.
  • the present invention proposes a data management scheme capable of managing at least part of the internal data that the business system needs to invoke in implementing the business processing logic.
  • the data management scheme of the present invention mainly includes two parts: data registration and data loading.
  • data registration and data loading can be implemented by different predefined data interfaces.
  • an interface that implements a data registration function may be referred to as a data registration interface
  • an interface that implements a data loading function may be referred to as a data loading interface.
  • the service system described in the present invention may be an online service system for providing services to users, such as an online search system, an online recommendation system, and the like. It can also be other various forms of systems capable of business processing, such as a distributed task processing system.
  • the "internal data” referred to in the present invention corresponds to "external data", and the internal data refers to data that needs to be called from a local file in the process of realizing the business process logic of the business system, and the external data refers to the specific business process in which the business system is executing. Need to get external data from the database.
  • the internal data refers to data that the online search system needs to retrieve from the local search logic, for example, initialization information and configuration information required to implement the search logic.
  • the external data refers to data stored in the database, such as user login information, user search history, and the like, which are required for the online search system to perform a search.
  • FIG. 1 is a schematic flow chart showing a data management method according to an embodiment of the present invention.
  • step S110 at least part of the internal data that the service system needs to call in implementing the business processing logic is registered through a preset data registration interface to define a predetermined data type for the internal data.
  • the internal data referred to in this embodiment mainly refers to internal data that needs to be called when the service system implements the business processing logic, and the internal data may be stored in a file local to the system.
  • the data registration interface can define such data as a custom data type to facilitate data load interface read.
  • a type generator for creating a predetermined data type may be saved in a global static variable (recordMap) to create a predetermined data type for data by the type generator to implement registration of the data.
  • the type generator can be a class factory for creating data types. You can save multiple class factories as global static variables (recordMap). Different factory-wrapped factory functions are used to create different data types. When registering data, you can select the factory function of the corresponding class factory to create the corresponding data type.
  • step S120 in response to the data read request of the service system, the target data corresponding to the data read request is read through a preset data load interface.
  • the data loading interface is mainly used to implement the data reading operation. After the data is registered as a predetermined data type through the data registration interface, when the business processing system needs to retrieve the internal data, the data loading interface can be read. take. In this way, in the entire data reading process, the business system only needs to communicate with the data loading interface, and the data reading operation can be realized, that is, the business party only needs to construct a function interface for calling the data loading interface, and the corresponding function can be obtained. data.
  • the data loading interface may further set a version member variable for identifying the version of the target data.
  • the version member variable set by the data loading interface may be increased or decreased. The value of the version member variable is larger, indicating that the version of the data is newer.
  • the data can be re-read by using a preset data reloading interface to implement data update.
  • the data reloading interface can be used to periodically read the data and its version member variable.
  • the value of the version member variable is updated when the version member variable of the acquired data is compared with the version member variable obtained last time. In this case, it can be determined that the data has been updated, and the data can be updated by the predetermined update method.
  • the specific implementation of the data update may be a plurality of modes, such as a dual exchange mode and a lock exchange. The specific implementation of the data update is well known to those skilled in the art, and details are not described herein again.
  • the data reloading interface is automatically triggered to re-read the target data and its version member variable. For the same target data, If the version member variable obtained this time has an update of the value of the version member variable compared to the last obtained version member variable, it can be determined that it has been updated. This enables automatic updating of data.
  • whether the value of the version member variable exists is updated by comparing whether the version member variable of the target data acquired this time is consistent with the value of the version member variable acquired last time. In the case where the comparison results are inconsistent, it can be determined that the value of the version member variable is updated.
  • the value of the version member variable set by the data loading interface as the target data is an example of the incremental value set with the update of the version.
  • the reloading interface can compare whether the value of the version member variable obtained this time is greater than the version obtained last time. The value of the member variable, if the decision is greater, can be determined that the value of the version member variable is updated.
  • the service system only needs to be responsible for its own business processing logic, without paying attention to the management of the internal data that needs to be invoked by the business processing logic, thereby realizing the business processing logic and data management of the business system.
  • the logical phase separation allows the business system to focus on the development of business logic.
  • the data management scheme of the embodiment can implement the corresponding interface by using the inheritance mode by defining the basic interface of the data (the data registration interface, the data loading interface, and the data reloading interface). In this way, automatic registration of data can be realized, and data can be updated through version management.
  • an initialization interface In order to facilitate data management, only three basic interfaces may be defined: an initialization interface, a load interface, a reload interface, and a member variable representing a version.
  • the above three basic interfaces can be encapsulated in a base class, the initialization interface can be used for initializing operations, and the data registration mechanism can also be implemented in the initialization interface.
  • the data registration mechanism has been described in detail above. Let me repeat.
  • the value of the version member variable can be set for the loaded data, so that the reloading interface can determine whether the data is updated according to the reloading result.
  • a new thread can be introduced that can control the data reload interface reload results to periodically check for data updates.
  • the data management scheme of the present invention can be implemented as a base class including the above interface, such that the service system only needs to implement the corresponding data interface, and the corresponding data can be obtained through a function interface when used, and the use process does not need to be used. Care about the loading and updating of data to facilitate the development of business logic.
  • FIG. 2 is a schematic block diagram showing the structure of a data management device according to an embodiment of the present invention.
  • the functional modules of the data management device 200 may be implemented by hardware, software, or a combination of hardware and software that implements the principles of the present invention.
  • the functional modules described in FIG. 2 can be combined or divided into sub-modules to implement the principles of the above invention. Accordingly, the description herein may support any possible combination, or division, or further limitation of the functional modules described herein.
  • the data management apparatus 200 is configured to manage at least part of internal data that the service system needs to invoke in implementing the business processing logic.
  • the data management apparatus 200 includes a data registration module 210 and a data loading module 220.
  • the data registration module 210 is configured to register at least part of the internal data that the business system needs to invoke in implementing the business processing logic to define a predetermined data type for the internal data.
  • the data registration module 210 may save the type generator for creating a predetermined data type in the form of a global static variable, and create a predetermined data type by the type generator to implement registration of the data.
  • the data loading module 220 is configured to read the target data corresponding to the internal data read request in response to the internal data read request of the business system.
  • the data loading module 220 may further set a version member variable for identifying a version of the target data after reading the target data.
  • the data management device 200 may further include a data reloading module 230 and a data updating module 240 shown by a broken line in the figure.
  • the data reload module 230 is configured to reread the target data and its version member variables in a predetermined cycle.
  • the data update module 240 is configured to update the target data when the version member variable of the target data acquired by the data reloading module is updated compared with the last obtained version member variable.
  • FIG. 3 shows a schematic block diagram of a computing device 300 in accordance with one embodiment of the present invention.
  • the computing device 300 can be deployed in a service system or in a third-party platform different from the service system.
  • the computing device 300 of this embodiment may include a processor 310 and a memory 320.
  • Executable code may be stored on the memory 320, and when the executable code is executed by the processor, causes the processor 310 to perform the data management method of the present invention.
  • the processor 310 may perform the data management method of the present invention.
  • the method according to the invention may also be embodied as a computer program or computer program product comprising computer program code instructions for performing the various steps defined above in the above method of the invention.
  • the present invention may be embodied as a non-transitory machine readable storage medium (or computer readable storage medium, or machine readable storage medium) having stored thereon executable code (or computer program, or computer instruction code)
  • executable code or computer program, or computer instruction code
  • a processor of an electronic device or computing device, server, etc.
  • each block of the flowchart or block diagram can represent a module, a program segment, or a portion of code that includes one or more of the Executable instructions.
  • the functions noted in the blocks may also occur in a different order than the ones in the drawings. For example, two consecutive blocks may be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented in a dedicated hardware-based system that performs the specified function or operation. Or it can be implemented by a combination of dedicated hardware and computer instructions.

Abstract

A data management method and apparatus, a computing device and a storage medium, being used for managing data required to be invoked by a service system in implementing a service processing logic, said method comprising: registering data by means of a preset data registration interface, so as to define a predetermined data type for the data (S110); and in response to a data reading request of the service system, reading, by means of a preset data loading interface, target data corresponding to the data reading request (S120). Thus, the invention can separate the service processing logic and data management of the service system, so that the service system can focus on the development of the service processing logic.

Description

数据管理方法、装置、计算设备及存储介质Data management method, device, computing device and storage medium 技术领域Technical field
本发明涉及业务处理技术领域,特别是涉及一种业务处理过程中的数据管理方法、装置、计算设备及存储介质。The present invention relates to the field of service processing technologies, and in particular, to a data management method, apparatus, computing device, and storage medium in a service processing process.
背景技术Background technique
随着互联网技术的快速发展,用于提供在线服务的业务系统层出不穷,例如搜索系统、推荐系统等等。业务系统在实现其业务逻辑时需要调用的数据为内部数据,内部数据一般存储在本地文件中。内部数据的管理是业务系统处理过程中的重要工作,如果将内部数据的管理完全放任给业务系统实现,在设计业务系统时,不仅需要考虑专门的业务处理逻辑,还需要考虑数据管理逻辑,如此不仅增加了业务系统的设计成本,还增加了业务系统处理业务过程中的复杂度。这样,一方面不利于在线服务的稳定,另一方面也不利于业务系统快速迭代各个业务。With the rapid development of Internet technologies, business systems for providing online services are emerging, such as search systems, recommendation systems, and the like. The data that the business system needs to call when implementing its business logic is internal data, and the internal data is generally stored in a local file. The management of internal data is an important task in the process of business system processing. If the management of internal data is completely left to the business system, when designing the business system, not only the special business processing logic but also the data management logic needs to be considered. It not only increases the design cost of the business system, but also increases the complexity of the business system processing business process. In this way, on the one hand, it is not conducive to the stability of online services, on the other hand, it is not conducive to the business system to quickly iterate each service
发明内容Summary of the invention
本发明的主要目的在于提供一种数据管理方法、装置、计算设备及存储介质,利用本发明可以对业务系统在实现业务处理逻辑过程中涉及的内部数据进行管理,如此可以实现业务系统的业务处理逻辑和数据管理相分离,使得业务系统可以专注于业务处理逻辑的开发。The main purpose of the present invention is to provide a data management method, device, computing device and storage medium. The invention can be used to manage internal data involved in the process of implementing business process logic in a business system, so that service processing of the service system can be realized. The separation of logic and data management enables business systems to focus on the development of business process logic.
根据本发明的一个方面,提供了一种数据管理方法,用于为业务系统提供在实现业务处理逻辑中需要调用的至少部分内部数据进行管理,该方法包括:通过预先设定的数据注册接口对至少部分内部数据进行注册,以为至少部分内部数据定义预定的数据类型;响应于业务系统的内部数据读取请求,通过预先设定的数据加载接口从注册后的所述内部数据中读取与内部数据读取请求相对应的目标内部数据以提供给所述业务系统。According to an aspect of the present invention, a data management method is provided for providing a service system with at least part of internal data that needs to be invoked in implementing business process logic, the method comprising: registering an interface pair through a preset data At least part of the internal data is registered to define a predetermined data type for at least part of the internal data; in response to the internal data read request of the service system, the internal data after registration is read and internal through a preset data loading interface The target internal data corresponding to the data read request is provided to the business system.
由此,可以实现业务系统的业务处理逻辑和数据管理相分离,使得业务系统可以专注于业务处理逻辑的开发。Thereby, the business process logic and the data management of the business system can be separated, so that the business system can focus on the development of the business process logic.
优选地,通过数据注册接口对内部数据进行注册可以包括:以全局静态变量的方式保存用于创建预定数据类型的类型生成器;通过类型生成器为内部数据创建预定的数据类型,以实现内部数据的注册。Preferably, registering the internal data through the data registration interface may include: saving a type generator for creating a predetermined data type in a global static variable; and creating a predetermined data type for the internal data by the type generator to implement the internal data Registration.
由此,在对内部数据进行注册时,可以通过类型生成器来定义相应的数据类型,如此可以将内部数据注册为自定义数据类型。Thus, when registering internal data, the corresponding data type can be defined by the type generator, so that the internal data can be registered as a custom data type.
优选地,通过预先设定的数据加载接口从注册后的所述内部数据中读取所述目标数据以提供给所述业务系统之后,还包括:所述数据加载接口设置用于标识目标数据的版本的版本成员变量。所设置的版本可以表征数据是否最新版本。Preferably, after the target data is read from the registered internal data to be provided to the service system by using a preset data loading interface, the method further includes: the data loading interface is configured to identify target data. Version version member variable. The version set can characterize whether the data is up to date.
优选地,该方法还可以包括:通过预先设定的数据重新加载接口周期性地读取目标数据及其版本成员变量;在本次获取的目标数据的版本成员变量与上一次获取的版本成员变量相比,版本成员变量的值有更新的情况下,对目标数据进行更新。由此,可以实现数据的自动化更新。Preferably, the method may further include: periodically reading the target data and its version member variable through a preset data reloading interface; the version member variable of the target data acquired this time and the last obtained version member variable The target data is updated when the value of the version member variable is updated. Thereby, an automatic update of the data can be achieved.
根据本发明的另一个方面,还提供了一种数据管理装置,用于为业务系统提供在实现业务处理逻辑中需要调用的至少部分内部数据,包括:数据注册模块,用于对至少部分内部数据进行注册,以为至少部分内部数据定义预定的数据类型;数据加载模块,用于响应于业务系统的内部数据读取请求,从注册后的所述内部数据中读取与内部数据读取请求相对应的目标数据以提供给所述业务系统。According to another aspect of the present invention, a data management apparatus is provided for providing a service system with at least part of internal data that needs to be invoked in implementing business processing logic, including: a data registration module, configured to at least partially internal data Registering to define at least part of the internal data to define a predetermined data type; the data loading module for responding to the internal data read request of the business system, reading from the registered internal data corresponding to the internal data read request Target data is provided to the business system.
优选地,数据注册模块以全局静态变量的方式保存用于创建预定数据类型的类型生成器,并通过类型生成器创建预定的数据类型,以实现内部数据的注册。Preferably, the data registration module saves the type generator for creating a predetermined data type in the form of a global static variable, and creates a predetermined data type by the type generator to implement registration of the internal data.
优选地,数据加载模块还用于:在从注册后的所述内部数据中读取目标数据以提供给所述业务系统之后,还设置用于标识目标数据的版本的版本成员变量。Preferably, the data loading module is further configured to: after reading the target data from the internal data after registration to provide to the business system, further setting a version member variable for identifying a version of the target data.
优选地,该数据管理装置还可以包括:数据重新加载模块,用于以预定周期重新读取目标数据及其版本成员变量;以及数据更新模块,用于在数据重新加载模块本次获取的目标数据的版本成员变量与上一次获取的版本成员变量相比,版本成员变量有更新的情况下,对目标数据进行更新。Preferably, the data management apparatus may further include: a data reloading module, configured to reread the target data and its version member variable in a predetermined cycle; and a data update module, configured to acquire the target data acquired by the module in the current data reloading module The version member variable is updated with the target data when the version member variable is updated compared to the last obtained version member variable.
根据本发明的另一个方面,还提供了一种计算设备,包括:处理器;以 及存储器,其上存储有可执行代码,当可执行代码被处理器执行时,使处理器执行上文述及的数据管理方法。According to another aspect of the present invention, there is also provided a computing device comprising: a processor; and a memory having stored thereon executable code for causing the processor to perform the above-described execution when the executable code is executed by the processor Data management method.
根据本发明的另一个方面,还提供了一种非暂时性机器可读存储介质,其上存储有可执行代码,当可执行代码被电子设备的处理器执行时,使处理器执行上文述及的数据管理方法。According to another aspect of the present invention, there is also provided a non-transitory machine readable storage medium having stored thereon executable code that, when executed by a processor of an electronic device, causes the processor to perform the above And data management methods.
综上,本发明的数据管理方法、装置、计算设备及存储介质,可以对业务系统在实现业务处理逻辑过程中涉及的内部数据进行管理,如此可以实现业务系统的业务处理逻辑和数据管理相分离,使得业务系统可以专注于业务处理逻辑的开发。In summary, the data management method, device, computing device and storage medium of the present invention can manage the internal data involved in the process of implementing the business process logic of the service system, so that the business process logic and the data management phase separation of the service system can be realized. So that the business system can focus on the development of business processing logic.
附图说明DRAWINGS
通过结合附图对本公开示例性实施方式进行更详细的描述,本公开的上述以及其它目的、特征和优势将变得更加明显,其中,在本公开示例性实施方式中,相同的参考标号通常代表相同部件。The above and other objects, features, and advantages of the present invention will become more apparent from the aspects of the embodiments of the invention. The same parts.
图1是示出了根据本发明一实施例的数据管理方法的示意性流程图。FIG. 1 is a schematic flow chart showing a data management method according to an embodiment of the present invention.
图2是示出了根据本发明一实施例的数据管理装置的结构的示意性方框图。FIG. 2 is a schematic block diagram showing the structure of a data management device according to an embodiment of the present invention.
图3是示出了根据本发明一实施例的计算设备的结构的示意性方框图。3 is a schematic block diagram showing the structure of a computing device in accordance with an embodiment of the present invention.
具体实施方式Detailed ways
下面将参照附图更详细地描述本公开的优选实施方式。虽然附图中显示了本公开的优选实施方式,然而应该理解,可以以各种形式实现本公开而不应被这里阐述的实施方式所限制。相反,提供这些实施方式是为了使本公开更加透彻和完整,并且能够将本公开的范围完整地传达给本领域的技术人员。Preferred embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While the preferred embodiment of the present invention has been shown in the drawings, it is understood that Rather, these embodiments are provided so that this disclosure will be thorough and complete.
如上文所述,内部数据的管理是业务系统处理过程中的重要工作,如果将内部数据的管理完全放任给业务系统实现,一方面不利于在线服务的稳定,另一方面也不利于业务系统快速迭代各个业务。As mentioned above, the management of internal data is an important task in the process of business system processing. If the management of internal data is completely laissez-fed to the business system, it is not conducive to the stability of online services, and is not conducive to the rapid operation of business systems. Iterate through the various businesses.
为此,本发明提出了一种能够对业务系统在实现业务处理逻辑中需要调用的至少部分内部数据进行管理的数据管理方案。本发明的数据管理方案主 要包括数据注册和数据加载两部分。To this end, the present invention proposes a data management scheme capable of managing at least part of the internal data that the business system needs to invoke in implementing the business processing logic. The data management scheme of the present invention mainly includes two parts: data registration and data loading.
其中,数据注册和数据加载可以分别通过预先定义的不同的数据接口实现。为了便于描述,实现数据注册功能的接口可以称为数据注册接口,实现数据加载功能的接口可以称为数据加载接口。Among them, data registration and data loading can be implemented by different predefined data interfaces. For convenience of description, an interface that implements a data registration function may be referred to as a data registration interface, and an interface that implements a data loading function may be referred to as a data loading interface.
需要说明的是,本发明述及的业务系统可以是用于向用户提供服务的在线业务系统,例如在线搜索系统、在线推荐系统等等。也可以是其它多种形式的能够进行业务处理的系统,例如可以是分布式任务处理系统。It should be noted that the service system described in the present invention may be an online service system for providing services to users, such as an online search system, an online recommendation system, and the like. It can also be other various forms of systems capable of business processing, such as a distributed task processing system.
本发明述及的“内部数据”与“外部数据”对应,内部数据是指业务系统实现自身业务处理逻辑过程中需要从本地文件中调用的数据,外部数据是指业务系统在执行具体的业务过程中需要从数据库中获取的外部数据。以业务系统为在线搜索系统为例,内部数据是指在线搜索系统实现搜索逻辑需要从本地调取的数据,例如可以是实现搜索逻辑需要的初始化信息、配置信息等数据。外部数据则是指在线搜索系统执行搜索时需要用到的诸如用户登录信息、用户搜索历史记录等存储在数据库中的数据。The "internal data" referred to in the present invention corresponds to "external data", and the internal data refers to data that needs to be called from a local file in the process of realizing the business process logic of the business system, and the external data refers to the specific business process in which the business system is executing. Need to get external data from the database. Taking the business system as an online search system as an example, the internal data refers to data that the online search system needs to retrieve from the local search logic, for example, initialization information and configuration information required to implement the search logic. The external data refers to data stored in the database, such as user login information, user search history, and the like, which are required for the online search system to perform a search.
图1是示出了根据本发明一实施例的数据管理方法的示意性流程图。FIG. 1 is a schematic flow chart showing a data management method according to an embodiment of the present invention.
参见图1,在步骤S110,通过预先设定的数据注册接口对业务系统在实现业务处理逻辑中需要调用的至少部分内部数据进行注册,以为内部数据定义预定的数据类型。Referring to FIG. 1, in step S110, at least part of the internal data that the service system needs to call in implementing the business processing logic is registered through a preset data registration interface to define a predetermined data type for the internal data.
如上文所述,本实施例述及的内部数据主要是指业务系统实现业务处理逻辑时需要调用的内部数据,该内部数据可以存储在系统本地的文件内。数据注册接口可以将这类数据定义为自定义的数据类型,以方便数据加载接口读取。As described above, the internal data referred to in this embodiment mainly refers to internal data that needs to be called when the service system implements the business processing logic, and the internal data may be stored in a file local to the system. The data registration interface can define such data as a custom data type to facilitate data load interface read.
作为本发明的一个可选实施例,可以以全局静态变量(recordMap)的方式保存用于创建预定数据类型的类型生成器通过类型生成器为数据创建预定的数据类型,以实现数据的注册。类型生成器可以是用于创建数据类型的类工厂(classfactory),可以以全局静态变量(recordMap)的方式保存多个类工厂,不同的类工厂封装的工厂函数用于创建不同的数据类型,在进行数据注册时,可以选取对应的类工厂的工厂函数来创建对应的数据类型。As an optional embodiment of the present invention, a type generator for creating a predetermined data type may be saved in a global static variable (recordMap) to create a predetermined data type for data by the type generator to implement registration of the data. The type generator can be a class factory for creating data types. You can save multiple class factories as global static variables (recordMap). Different factory-wrapped factory functions are used to create different data types. When registering data, you can select the factory function of the corresponding class factory to create the corresponding data type.
在步骤S120,响应于业务系统的数据读取请求,通过预先设定的数据加载接口读取与数据读取请求相对应的目标数据。In step S120, in response to the data read request of the service system, the target data corresponding to the data read request is read through a preset data load interface.
数据加载接口主要用于实现数据的读取操作,在通过数据注册接口将数据注册为预定的数据类型后,在业务系统实现业务处理逻辑需要调取内部数据时,就可以通过数据加载接口进行读取。如此,在整个数据读取过程中,业务系统仅需要与数据加载接口沟通,就可以实现数据的读取操作,即业务方只需要构造用于调用数据加载接口的函数接口,就可以获取对应的数据。The data loading interface is mainly used to implement the data reading operation. After the data is registered as a predetermined data type through the data registration interface, when the business processing system needs to retrieve the internal data, the data loading interface can be read. take. In this way, in the entire data reading process, the business system only needs to communicate with the data loading interface, and the data reading operation can be realized, that is, the business party only needs to construct a function interface for calling the data loading interface, and the corresponding function can be obtained. data.
作为本发明的一个可选实施例,数据加载接口在读取目标数据之后,还可以设置用于标识目标数据的版本的版本成员变量。其中,针对同一目标数据,数据加载接口在为其设置的版本成员变量可以是只增不减的,版本成员变量的值越大,表明该数据的版本越新。As an optional embodiment of the present invention, after reading the target data, the data loading interface may further set a version member variable for identifying the version of the target data. For the same target data, the version member variable set by the data loading interface may be increased or decreased. The value of the version member variable is larger, indicating that the version of the data is newer.
根据数据加载接口设置的版本成员变量,可以利用预先设定的数据重新加载接口重新读取数据在实现数据的更新。具体地,可以利用数据重新加载接口周期性地读取数据及其版本成员变量,在本次获取的数据的版本成员变量与上一次获取的版本成员变量相比,版本成员变量的值有更新的情况下,可以认定该数据发生了更新,此时就可以通过预定的更新方式对数据进行更新。数据更新的具体实现方式可以是双交换方式、加锁交换等多种方式,关于数据更新的具体实现为本领域技术人员所公知,这里不再赘述。According to the version member variable set by the data loading interface, the data can be re-read by using a preset data reloading interface to implement data update. Specifically, the data reloading interface can be used to periodically read the data and its version member variable. The value of the version member variable is updated when the version member variable of the acquired data is compared with the version member variable obtained last time. In this case, it can be determined that the data has been updated, and the data can be updated by the predetermined update method. The specific implementation of the data update may be a plurality of modes, such as a dual exchange mode and a lock exchange. The specific implementation of the data update is well known to those skilled in the art, and details are not described herein again.
在一个具体实施例中,可以在数据加载接口每次读取目标数据并为目标数据设置版本成员变量之后,自动触发数据重新加载接口重新读取目标数据及其版本成员变量,对于同一目标数据,在本次获取的版本成员变量与上次获取的版本成员变量相比,版本成员变量的值有更新的情况下,可以认定其发生了更新。如此可以实现数据的自动更新。In a specific embodiment, after the data loading interface reads the target data and sets the version member variable for the target data, the data reloading interface is automatically triggered to re-read the target data and its version member variable. For the same target data, If the version member variable obtained this time has an update of the value of the version member variable compared to the last obtained version member variable, it can be determined that it has been updated. This enables automatic updating of data.
在本实施例中,可以通过比较本次获取的目标数据的版本成员变量与上次获取的版本成员变量的值是否一致,判断版本成员变量的值是否存在更新。在比较结果不一致的情况下,可以判定版本成员变量的值有更新。以数据加载接口为目标数据设置的版本成员变量的值为随着版本的更新而设置的递增数值为例,可以通过重新加载接口比较本次获取的版本成员变量的值是否大于上一次获取的版本成员变量的值,在判定大于的情况下,可以认定版本成员变量的值有更新。In this embodiment, whether the value of the version member variable exists is updated by comparing whether the version member variable of the target data acquired this time is consistent with the value of the version member variable acquired last time. In the case where the comparison results are inconsistent, it can be determined that the value of the version member variable is updated. The value of the version member variable set by the data loading interface as the target data is an example of the incremental value set with the update of the version. The reloading interface can compare whether the value of the version member variable obtained this time is greater than the version obtained last time. The value of the member variable, if the decision is greater, can be determined that the value of the version member variable is updated.
综上,利用本实施例的数据管理方案,业务系统只需要负责自身的业务处理逻辑,而不用关注实现业务处理逻辑需要调用的内部数据的管理,从而 可以实现业务系统的业务处理逻辑和数据管理逻辑相分离,使得业务系统可以专注于业务逻辑的开发。In summary, with the data management scheme of the embodiment, the service system only needs to be responsible for its own business processing logic, without paying attention to the management of the internal data that needs to be invoked by the business processing logic, thereby realizing the business processing logic and data management of the business system. The logical phase separation allows the business system to focus on the development of business logic.
根据上述对本实施例的数据管理方案的描述可知,本实施例的数据管理方案通过定义数据的基础接口(数据注册接口、数据加载接口、数据重新加载接口),通过继承方式可以实现对应的接口,如此可以实现数据的自动化注册,并可以通过版本化管理实现数据的更新。According to the foregoing description of the data management scheme of the embodiment, the data management scheme of the embodiment can implement the corresponding interface by using the inheritance mode by defining the basic interface of the data (the data registration interface, the data loading interface, and the data reloading interface). In this way, automatic registration of data can be realized, and data can be updated through version management.
作为本发明的一个示例,为了方便数据的管理,可以仅定义三个基本接口:初始化接口、加载接口、重新加载接口和一个表示版本的成员变量。在继承的子类中需要实现对应三个接口。其中,上述三个基本接口可以封装在一个基类中,初始化接口可以用于进行初始化操作,并且还可以在初始化接口中实现数据注册机制,数据注册机制已在上文做了详细说明,这里不再赘述。在加载接口实现过程中,可以为加载的数据设置版本成员变量的值,以使得重新加载接口可以根据重新加载的结果判断数据是否发生更新。在利用数据重新加载接口进行数据更新时,可以引入一个新线程,该线程可以控制数据重新加载接口重新加载结果,以周期性检查数据是否有更新。As an example of the present invention, in order to facilitate data management, only three basic interfaces may be defined: an initialization interface, a load interface, a reload interface, and a member variable representing a version. In the inherited subclass, you need to implement the corresponding three interfaces. The above three basic interfaces can be encapsulated in a base class, the initialization interface can be used for initializing operations, and the data registration mechanism can also be implemented in the initialization interface. The data registration mechanism has been described in detail above. Let me repeat. During the loading interface implementation process, the value of the version member variable can be set for the loaded data, so that the reloading interface can determine whether the data is updated according to the reloading result. When using the data reload interface for data updates, a new thread can be introduced that can control the data reload interface reload results to periodically check for data updates.
本发明的数据管理方案可以实现为一种包括上述接口的基类,如此业务系统仅需要实现对应数据接口,就可以在使用时,通过一个函数接口,就能获取对应的数据,使用过程不需要关心数据的加载与更新,方便专注于业务逻辑的开发。The data management scheme of the present invention can be implemented as a base class including the above interface, such that the service system only needs to implement the corresponding data interface, and the corresponding data can be obtained through a function interface when used, and the use process does not need to be used. Care about the loading and updating of data to facilitate the development of business logic.
至此,结合图1就本发明的数据管理方案的具体实现过程做了详细说明,另外,本发明的数据管理方案还可以实现为一种数据管理装置。图2是示出了根据本发明一实施例的数据管理装置的结构的示意性方框图。其中,数据管理装置200的功能模块可以由实现本发明原理的硬件、软件或硬件和软件的结合来实现。本领域技术人员可以理解的是,图2所描述的功能模块可以组合起来或者划分成子模块,从而实现上述发明的原理。因此,本文的描述可以支持对本文描述的功能模块的任何可能的组合、或者划分、或者更进一步的限定。So far, the specific implementation process of the data management scheme of the present invention has been described in detail with reference to FIG. 1. In addition, the data management scheme of the present invention can also be implemented as a data management apparatus. FIG. 2 is a schematic block diagram showing the structure of a data management device according to an embodiment of the present invention. The functional modules of the data management device 200 may be implemented by hardware, software, or a combination of hardware and software that implements the principles of the present invention. Those skilled in the art can understand that the functional modules described in FIG. 2 can be combined or divided into sub-modules to implement the principles of the above invention. Accordingly, the description herein may support any possible combination, or division, or further limitation of the functional modules described herein.
下面仅就数据管理装置200可以具有的功能模块以及各功能模块可以执行的操作做简要说明,对于其中涉及的细节部分可以参见上文描述,这里不再赘述。In the following, only the functional modules that the data management device 200 can have and the operations that can be performed by the functional modules are briefly described. For the details involved, reference may be made to the above description, and details are not described herein again.
参见图2,数据管理装置200用于对业务系统在实现业务处理逻辑中需要调用的至少部分内部数据进行管理,数据管理装置200包括数据注册模块210和数据加载模块220。Referring to FIG. 2, the data management apparatus 200 is configured to manage at least part of internal data that the service system needs to invoke in implementing the business processing logic. The data management apparatus 200 includes a data registration module 210 and a data loading module 220.
数据注册模块210用于对业务系统在实现业务处理逻辑中需要调用的至少部分内部数据进行注册,以为内部数据定义预定的数据类型。可选地,数据注册模块210可以以全局静态变量的方式保存用于创建预定数据类型的类型生成器,并通过类型生成器创建预定的数据类型,以实现数据的注册。The data registration module 210 is configured to register at least part of the internal data that the business system needs to invoke in implementing the business processing logic to define a predetermined data type for the internal data. Alternatively, the data registration module 210 may save the type generator for creating a predetermined data type in the form of a global static variable, and create a predetermined data type by the type generator to implement registration of the data.
数据加载模块220用于响应于业务系统的内部数据读取请求,读取与内部数据读取请求相对应的目标数据。其中,数据加载模块220在读取目标数据之后,还可以设置用于标识目标数据的版本的版本成员变量。The data loading module 220 is configured to read the target data corresponding to the internal data read request in response to the internal data read request of the business system. The data loading module 220 may further set a version member variable for identifying a version of the target data after reading the target data.
作为本发明的一个可选实施例,数据管理装置200还可以包括图中虚线框所示的数据重新加载模块230以及数据更新模块240。As an optional embodiment of the present invention, the data management device 200 may further include a data reloading module 230 and a data updating module 240 shown by a broken line in the figure.
数据重新加载模块230用于以预定周期重新读取目标数据及其版本成员变量。数据更新模块240用于在数据重新加载模块本次获取的目标数据的版本成员变量与上一次获取的版本成员变量相比,版本成员变量的值有更新的情况下,对目标数据进行更新。The data reload module 230 is configured to reread the target data and its version member variables in a predetermined cycle. The data update module 240 is configured to update the target data when the version member variable of the target data acquired by the data reloading module is updated compared with the last obtained version member variable.
本发明的数据管理方案还可以由一种计算设备实现。图3示出了根据本发明一个实施例的计算设备300的示意性框图。其中,计算设备300可以部署在业务系统中,也可以部署在不同于业务系统的第三方平台。The data management scheme of the present invention can also be implemented by a computing device. FIG. 3 shows a schematic block diagram of a computing device 300 in accordance with one embodiment of the present invention. The computing device 300 can be deployed in a service system or in a third-party platform different from the service system.
如图3所示,本实施例的计算设备300可以包括:处理器310和存储器320。存储器320上可以存储有可执行代码,当可执行代码被处理器执行时,使处理器310执行本发明的数据管理方法。具体实现可以参见上文中图1的相关描述,在此不再赘述。As shown in FIG. 3, the computing device 300 of this embodiment may include a processor 310 and a memory 320. Executable code may be stored on the memory 320, and when the executable code is executed by the processor, causes the processor 310 to perform the data management method of the present invention. For a specific implementation, refer to the related description in FIG. 1 above, and details are not described herein again.
上文中已经参考附图详细描述了根据本发明的数据管理方法、装置以及计算设备。The data management method, apparatus, and computing device according to the present invention have been described in detail above with reference to the accompanying drawings.
此外,根据本发明的方法还可以实现为一种计算机程序或计算机程序产品,该计算机程序或计算机程序产品包括用于执行本发明的上述方法中限定的上述各步骤的计算机程序代码指令。Furthermore, the method according to the invention may also be embodied as a computer program or computer program product comprising computer program code instructions for performing the various steps defined above in the above method of the invention.
或者,本发明还可以实施为一种非暂时性机器可读存储介质(或计算机可读存储介质、或机器可读存储介质),其上存储有可执行代码(或计算机程 序、或计算机指令代码),当所述可执行代码(或计算机程序、或计算机指令代码)被电子设备(或计算设备、服务器等)的处理器执行时,使所述处理器执行根据本发明的上述方法的各个步骤。Alternatively, the present invention may be embodied as a non-transitory machine readable storage medium (or computer readable storage medium, or machine readable storage medium) having stored thereon executable code (or computer program, or computer instruction code) When the executable code (or computer program, or computer instruction code) is executed by a processor of an electronic device (or computing device, server, etc.), causing the processor to perform various steps of the above method in accordance with the present invention .
本领域技术人员还将明白的是,结合这里的公开所描述的各种示例性逻辑块、模块、电路和算法步骤可以被实现为电子硬件、计算机软件或两者的组合。The various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both.
附图中的流程图和框图显示了根据本发明的多个实施例的系统和方法的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段或代码的一部分,所述模块、程序段或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标记的功能也可以以不同于附图中所标记的顺序发生。例如,两个连续的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。The flowchart and block diagrams in the Figures illustrate the architecture, functionality and operation of possible implementations of systems and methods in accordance with various embodiments of the present invention. In this regard, each block of the flowchart or block diagram can represent a module, a program segment, or a portion of code that includes one or more of the Executable instructions. It should also be noted that in some alternative implementations, the functions noted in the blocks may also occur in a different order than the ones in the drawings. For example, two consecutive blocks may be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending upon the functionality involved. It is also noted that each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts, can be implemented in a dedicated hardware-based system that performs the specified function or operation. Or it can be implemented by a combination of dedicated hardware and computer instructions.
以上已经描述了本发明的各实施例,上述说明是示例性的,并非穷尽性的,并且也不限于所披露的各实施例。在不偏离所说明的各实施例的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。本文中所用术语的选择,旨在最好地解释各实施例的原理、实际应用或对市场中的技术的改进,或者使本技术领域的其它普通技术人员能理解本文披露的各实施例。The embodiments of the present invention have been described above, and the foregoing description is illustrative, not limiting, and not limited to the disclosed embodiments. Numerous modifications and changes will be apparent to those skilled in the art without departing from the scope of the invention. The choice of terms used herein is intended to best explain the principles, practical applications, or improvements of the techniques in the various embodiments of the embodiments, or to enable those of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (10)

  1. 一种数据管理方法,其特征在于,用于为业务系统提供在实现业务处理逻辑中需要调用的至少部分内部数据,该方法包括:A data management method, configured to provide at least part of internal data that needs to be invoked in a business processing logic for a business system, the method comprising:
    通过预先设定的数据注册接口对所述至少部分内部数据进行注册,以为所述至少部分内部数据定义预定的数据类型;Registering the at least part of the internal data through a preset data registration interface to define a predetermined data type for the at least part of the internal data;
    响应于业务系统的内部数据读取请求,通过预先设定的数据加载接口从注册后的所述内部数据中读取与所述内部数据读取请求相对应的目标数据以提供给所述业务系统。Responding to the internal data read request of the service system, reading target data corresponding to the internal data read request from the registered internal data through a preset data loading interface to provide to the business system .
  2. 根据权利要求1所述的方法,其特征在于,通过所述数据注册接口对所述内部数据进行注册包括:The method of claim 1, wherein registering the internal data through the data registration interface comprises:
    以全局静态变量的方式保存用于创建预定数据类型的类型生成器;Saving a type generator for creating a predetermined data type as a global static variable;
    通过所述类型生成器为所述内部数据创建预定的数据类型,以实现内部数据的注册。A predetermined data type is created for the internal data by the type generator to implement registration of internal data.
  3. 根据权利要求1或2所述的方法,其特征在于,通过预先设定的数据加载接口从注册后的所述内部数据中读取所述目标数据以提供给所述业务系统之后,还包括:The method according to claim 1 or 2, wherein after the target data is read from the registered internal data to be provided to the service system through a preset data loading interface, the method further includes:
    所述数据加载接口设置用于标识所述目标数据的版本的版本成员变量。The data loading interface sets a version member variable for identifying a version of the target data.
  4. 根据权利要求3所述方法,其特征在于,还包括:The method of claim 3, further comprising:
    通过预先设定的数据重新加载接口周期性地读取所述目标数据及其版本成员变量;Periodically reading the target data and its version member variables through a preset data reloading interface;
    在本次获取的目标数据的版本成员变量与上一次获取的版本成员变量相比,版本成员变量的值有更新的情况下,对所述目标数据进行更新。When the version member variable of the target data acquired this time is updated compared with the version member variable acquired last time, the value of the version member variable is updated, and the target data is updated.
  5. 一种数据管理装置,其特征在于,用于为业务系统提供在实现业务处理逻辑中需要调用的至少部分内部数据,包括:A data management apparatus, configured to provide a service system with at least part of internal data that needs to be invoked in implementing business processing logic, including:
    数据注册模块,用于对所述至少部分内部数据进行注册,以为所述至少部分内部数据定义预定的数据类型;a data registration module, configured to register the at least part of the internal data to define a predetermined data type for the at least part of the internal data;
    数据加载模块,用于响应于业务系统的内部数据读取请求,从注册后的所述内部数据中读取与所述内部数据读取请求相对应的目标数据以提供给所述业务系统。And a data loading module, configured to read target data corresponding to the internal data read request from the registered internal data to be provided to the service system in response to an internal data read request of the service system.
  6. 根据权利要求5所述的装置,其特征在于,所述数据注册模块以全 局静态变量的方式保存用于创建预定数据类型的类型生成器,并通过所述类型生成器为所述内部数据创建预定的数据类型,以实现内部数据的注册。The apparatus according to claim 5, wherein said data registration module saves a type generator for creating a predetermined data type in a global static variable, and creates a reservation for said internal data by said type generator The data type to implement the registration of internal data.
  7. 根据权利要求5或6所述的装置,其特征在于,所述数据加载模块还用于:The device according to claim 5 or 6, wherein the data loading module is further configured to:
    在从注册后的所述内部数据中读取所述目标数据以提供给所述业务系统之后,还设置用于标识所述目标数据的版本的版本成员变量。After reading the target data from the internal data after registration to provide to the business system, a version member variable for identifying a version of the target data is also set.
  8. 根据权利要求7所述的装置,其特征在于,还包括:The device according to claim 7, further comprising:
    数据重新加载模块,用于以预定周期重新读取所述目标数据及其版本成员变量;以及a data reloading module for rereading the target data and its version member variables in a predetermined cycle;
    数据更新模块,用于在所述数据重新加载模块本次获取的目标数据的版本成员变量与上一次获取的版本成员变量相比,版本成员变量的值有更新的情况下,对所述目标数据进行更新。a data update module, configured to: when the version member variable of the target data acquired by the data reloading module is updated compared with the last obtained version member variable, and the value of the version member variable is updated, Update.
  9. 一种计算设备,其特征在于,包括:A computing device, comprising:
    处理器;以及Processor;
    存储器,其上存储有可执行代码,当所述可执行代码被所述处理器执行时,使所述处理器执行如权利要求1-4中任何一项所述的方法。A memory having executable code stored thereon that, when executed by the processor, causes the processor to perform the method of any of claims 1-4.
  10. 一种非暂时性机器可读存储介质,其特征在于,其上存储有可执行代码,当所述可执行代码被电子设备的处理器执行时,使所述处理器执行如权利要求1至4中任一项所述的方法。A non-transitory machine readable storage medium having stored thereon executable code that, when executed by a processor of an electronic device, causes the processor to perform as claimed in claims 1 to 4 The method of any of the preceding claims.
PCT/CN2018/105850 2017-11-10 2018-09-14 Data management method and apparatus, computing device and storage medium WO2019091216A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711107006.9A CN108052335B (en) 2017-11-10 2017-11-10 Data management method and device, computing equipment and storage medium
CN201711107006.9 2017-11-10

Publications (1)

Publication Number Publication Date
WO2019091216A1 true WO2019091216A1 (en) 2019-05-16

Family

ID=62119082

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/105850 WO2019091216A1 (en) 2017-11-10 2018-09-14 Data management method and apparatus, computing device and storage medium

Country Status (2)

Country Link
CN (1) CN108052335B (en)
WO (1) WO2019091216A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108052335B (en) * 2017-11-10 2021-08-13 阿里巴巴(中国)有限公司 Data management method and device, computing equipment and storage medium
CN111767093B (en) * 2020-06-29 2023-08-08 抖音视界有限公司 Data processing method, apparatus and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019809A (en) * 2011-09-28 2013-04-03 中国移动通信集团公司 Business processing device and method, and business processing control device
US20130290244A1 (en) * 2012-04-30 2013-10-31 Dell Products, Lp Cloud Based Master Data Management System and Method Therefor
CN104361424A (en) * 2014-10-11 2015-02-18 中国电子科技集团公司第十研究所 Master data system integration method based on enterprise service bus (ESB)
CN104978322A (en) * 2014-04-03 2015-10-14 武汉联影医疗科技有限公司 Basic data sharing method and basic data sharing system
CN108052335A (en) * 2017-11-10 2018-05-18 广东神马搜索科技有限公司 Data managing method, device, computing device and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101727337B (en) * 2008-10-24 2013-08-28 鸿富锦精密工业(深圳)有限公司 Electronic device with automatic software updating function and method
CN101771947B (en) * 2008-12-29 2013-03-20 中兴通讯股份有限公司 Processing method for updating system messages and user terminal
CN107301065A (en) * 2017-05-22 2017-10-27 北京羽扇智信息科技有限公司 Firmware upgrade method, ip intelligent peripherals and firmware upgrade system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019809A (en) * 2011-09-28 2013-04-03 中国移动通信集团公司 Business processing device and method, and business processing control device
US20130290244A1 (en) * 2012-04-30 2013-10-31 Dell Products, Lp Cloud Based Master Data Management System and Method Therefor
CN104978322A (en) * 2014-04-03 2015-10-14 武汉联影医疗科技有限公司 Basic data sharing method and basic data sharing system
CN104361424A (en) * 2014-10-11 2015-02-18 中国电子科技集团公司第十研究所 Master data system integration method based on enterprise service bus (ESB)
CN108052335A (en) * 2017-11-10 2018-05-18 广东神马搜索科技有限公司 Data managing method, device, computing device and storage medium

Also Published As

Publication number Publication date
CN108052335B (en) 2021-08-13
CN108052335A (en) 2018-05-18

Similar Documents

Publication Publication Date Title
US11853774B2 (en) Dynamically loaded plugin architecture
JP6349395B2 (en) Call path finder
TWI581188B (en) The way to load the driver and the embedded device
JP2021500658A (en) Computer implementation methods, systems, and computer program products that perform interactive workflows, as well as computer programs.
WO2019075774A1 (en) Device parameter configuration method and apparatus, computer device and storage medium
JP2015018295A (en) Application management device, application management system, and program
CN112136112A (en) System and method for building idempotent configuration management modules for cloud infrastructure services
WO2019109519A1 (en) Service rule management method, apparatus and device, and computer-readable storage medium
CN111026568A (en) Data and task relation construction method and device, computer equipment and storage medium
US20160253246A1 (en) Auto-didacted hierarchical failure recovery for remote access controllers
WO2019091216A1 (en) Data management method and apparatus, computing device and storage medium
US11113186B1 (en) Testing and publishing of resource handlers in a cloud environment
US20120159515A1 (en) Sharing object representations
US10127270B1 (en) Transaction processing using a key-value store
US10540151B1 (en) Graphical customization of a firmware-provided user interface (UI)
CN111324373B (en) Method and device for sub-coding warehouse on multiple engineering files and computing equipment
CN110908644A (en) Configuration method and device of state node, computer equipment and storage medium
US11366658B1 (en) Seamless lifecycle stability for extensible software features
CN112988277B (en) Rule file loading method, device, server and medium
US9983866B1 (en) Upgrade compatibility checks in a client-server environment
CN111221560B (en) Resource management method and device and electronic equipment
CN110502296B (en) Method, equipment and storage medium for displaying firmware upgrading command
CN109150993B (en) Method for obtaining network request tangent plane, terminal device and storage medium
CN109582386B (en) Service starting processing method and device, electronic equipment and readable storage medium
CN112130900A (en) User information management method, system, equipment and medium for BMC

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18876742

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18876742

Country of ref document: EP

Kind code of ref document: A1