CN115455121A - Real-time reliable data synchronous transmission method, equipment and medium - Google Patents

Real-time reliable data synchronous transmission method, equipment and medium Download PDF

Info

Publication number
CN115455121A
CN115455121A CN202211206616.5A CN202211206616A CN115455121A CN 115455121 A CN115455121 A CN 115455121A CN 202211206616 A CN202211206616 A CN 202211206616A CN 115455121 A CN115455121 A CN 115455121A
Authority
CN
China
Prior art keywords
data
change set
data change
target end
real
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211206616.5A
Other languages
Chinese (zh)
Inventor
王召冠
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN202211206616.5A priority Critical patent/CN115455121A/en
Publication of CN115455121A publication Critical patent/CN115455121A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2358Change logging, detection, and notification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/288Entity relationship models

Abstract

The application discloses a real-time reliable data synchronous transmission method, equipment and a medium, and relates to the technical field of application system data synchronization. The specific implementation scheme is that an AOP technology is adopted at a source end to integrate a persistence frame, the integration persistence frame is monitored, and the operation of a business entity on a business object is captured; acquiring the attribute of operation and the information of a service object; constructing a data change set according to the attribute of the operation and the information of the service object; persisting the data change set at the source end, and sending the data change set to the target end; the target end receives the data change set and persists the data change set at the target end; and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end. The data synchronous transmission method disclosed by the application captures the change data in real time by monitoring the state of the business entity; incremental change data is organized and transmitted, and the transmitted data volume is greatly reduced; and the data is changed persistently, so that the real-time performance and the reliability of data synchronization are improved.

Description

Real-time reliable data synchronous transmission method, equipment and medium
Technical Field
The present application relates to the field of application system data synchronization technologies, and in particular, to a real-time reliable data synchronization transmission method, device, and medium.
Background
In recent years, with the prevalence of cloud native micro-services, a complex business system is divided into a plurality of modules, a single centralized database is also divided into a plurality of business sub-databases, a business layer still runs as a whole, each business micro-service has technical requirements for directly associating basic data, and report statistics also has business requirements for summarizing data. And Enterprise Resource Planning (ERP) systems have higher and higher requirements on real-time performance and reliability of data synchronization.
The conventional Extract-Transform-Load (ETL) data warehouse technology is executed in a timed manner. And ETL is used as an independent tool product and is based on a static table structure to perform a modeling setting task.
After patch updating and upgrading are performed on the ERP system, table structure adjustment may exist, and independent tool products such as a traditional ETL (extract transform load) cannot be perceived under the conditions, so that the ETL may fail in data extraction and other services, and serious problems such as data inconsistency are caused.
Therefore, there is a need to develop a new real-time reliable data synchronization transmission method, apparatus and medium, which overcome and/or ameliorate one or more of the above disadvantages of the prior art, or at least provide an effective alternative to solve the above problems.
Disclosure of Invention
The embodiment of the specification provides a real-time reliable data synchronous transmission method, equipment and a medium, which are used for solving the following technical problems in the prior art: after the micro-service of the ERP system is split, the data of the system can not be synchronized reliably in real time, and the problems of synchronization delay, even data inconsistency and the like occur.
The embodiment of the specification adopts the following technical scheme:
a real-time reliable data synchronous transmission method, wherein the method comprises:
adopting an AOP technology to integrate a persistence frame at a source end, monitoring the integrated persistence frame, and capturing the operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of operation and the information of a service object;
constructing a data change set according to the attribute of the operation and the information of the service object;
persisting the data change set at the source end, and sending the data change set to the target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
In a preferred embodiment, the attributes of the operation include at least one of: add, update, delete.
In a preferred embodiment, the information of the business object includes at least one of: the identification of the business object, the metadata structure of the business object and the original data of the business object.
In a preferred embodiment, the real-time reliable data synchronous transmission method further includes:
presetting a service object set which needs to carry out data synchronous transmission;
judging whether the business object is in the business object set or not according to the identification of the business object,
if so, a data change set is constructed.
In a preferred embodiment, constructing a data change set according to the attribute of the operation and the information of the business object includes:
if the attribute of the operation is addition, acquiring original data and newly added data of the service object, and constructing a data change set according to the original data and the newly added data;
if the attribute of the operation is updating, acquiring original data and updated data of the service object, and constructing a data change set according to the original data and the updated data;
and if the operation attribute is deletion, acquiring the original data of the service object, and constructing a data change set according to the original data.
In a preferred embodiment, the real-time reliable data synchronous transmission method further includes:
the data changeset is serialized into a json string.
In a preferred embodiment, persisting a data change set at the source, includes:
acquiring the context of the service at a source end;
persisting a data change set using a context of a service.
In a preferred embodiment, the real-time reliable data synchronous transmission method further includes:
and acquiring the release state of the source end sending the data change set, and feeding back the release state.
In a preferred embodiment, the real-time reliable data synchronous transmission method further includes:
and acquiring the processing state of the target end processing data change set, and feeding back the processing state.
A real-time reliable data synchronous transmission device, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
adopting an AOP technology to integrate a persistence frame at a source end, monitoring the integrated persistence frame, and capturing the operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of operation and the information of a service object;
constructing a data change set according to the attribute of the operation and the information of the service object;
persisting the data change set at the source end, and sending the data change set to the target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
An automatically generated non-transitory computer storage medium of real-time reliable synchronous transmission of data, storing computer-executable instructions, wherein the computer-executable instructions are configured to:
adopting an AOP technology to integrate a persistence frame at a source end, monitoring the integrated persistence frame, and capturing the operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of operation and the information of a service object;
constructing a data change set according to the attribute of the operation and the information of the service object;
persisting the data change set at the source end and sending the data change set to the target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
The embodiment of the specification adopts at least one technical scheme which can achieve the following beneficial effects:
(1) The real-time reliable data synchronous transmission method exemplified by the embodiments of the present specification,
(2) The real-time reliable data synchronous transmission method exemplified by the embodiments of the present specification,
(3) The real-time reliable data synchronous transmission method exemplified by the embodiments of the present specification,
drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic flowchart of a real-time reliable data synchronous transmission method provided by an embodiment of the present disclosure;
fig. 2 is a logic diagram of a real-time reliable data synchronous transmission method provided by an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the present disclosure more apparent, the technical solutions of the present disclosure will be clearly and completely described below with reference to the specific embodiments of the present disclosure and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the specification without making any creative effort belong to the protection scope of the present application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
First, in order to facilitate a better understanding of the technical solutions of the present application by those skilled in the art, a part of the concepts related to the present application will be described below.
An Enterprise Resource Planning system (ERP) is an Enterprise Resource management system integrating Enterprise management concepts, business processes, basic data, manpower and material resources, computer hardware and software. The method is mainly used for comprehensively balancing and optimally managing comprehensive resources such as people, property, things, clients, information, time, space and the like owned by an enterprise, coordinating management departments inside and outside the enterprise, developing business activities around market guidance, and improving the core competitiveness of the enterprise so as to enable the enterprise to obtain better economic benefit. Therefore, the ERP system has higher requirements on real-time performance and reliability of data synchronization.
The data warehouse technology Extract Transform Load (ETL) is a process of extracting (Extract), converting (Transform), and loading (Load) data from a source end to a target end. Existing ETL is performed on timing of data synchronization. Meanwhile, ETL is used as an independent tool product and carries out modeling and setting tasks based on a static table structure.
Aspect Oriented Programming (AOP) is a technology for realizing unified maintenance of program functions through a pre-compiling mode and a dynamic proxy during running.
The technical idea of the technical solution disclosed in the present invention will be explained below.
When the data of the ERP system is synchronized by using the conventional ETL technology, the ERP system may have a table structure adjusted after patch updating or upgrading. Under the conditions, independent tool products such as the traditional ETL cannot be perceived, so that the ETL can fail in data extraction and other services, and further serious problems such as data inconsistency are caused.
Based on the current situation, a novel real-time reliable data synchronization transmission method, equipment and medium are urgently needed to be developed, so that the problem of how to realize real-time and reliable data synchronization after splitting of the micro service of an ERP product is solved, system data synchronization delay (millisecond level) and load influence are reduced, and timeliness and reliability of data synchronization are improved.
As shown in fig. 1, an embodiment of the present application provides a real-time reliable data synchronous transmission method, where the method includes:
adopting an AOP technology to integrate a persistence frame at a source end, monitoring the integrated persistence frame, and capturing the operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of operation and the information of a service object;
constructing a data change set according to the attribute of the operation and the information of the service object;
persisting the data change set at the source end, and sending the data change set to the target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
In this embodiment, the attributes of the operation may be, for example: add, update, delete.
In this embodiment, the information of the business object may include, for example, one of the following items: the identification of the business object, the metadata structure of the business object and the original data of the business object.
In this embodiment, the real-time reliable data synchronous transmission method further includes:
presetting a service object set which needs to carry out data synchronous transmission;
judging whether the business object is in the business object set or not according to the identification of the business object,
if so, a data change set is constructed.
In this embodiment, constructing a data change set according to the attribute of the operation and the information of the business object includes:
if the attribute of the operation is addition, acquiring original data and newly added data of the service object, and constructing a data change set according to the original data and the newly added data;
if the attribute of the operation is updating, acquiring original data and updated data of the service object, and constructing a data change set according to the original data and the updated data;
and if the operation attribute is deletion, acquiring the original data of the service object, and constructing a data change set according to the original data.
In this embodiment, the real-time reliable data synchronous transmission method further includes:
the data changeset is serialized into a json string.
In this embodiment, persisting the data change set at the source end includes:
acquiring the context of the service at a source end;
persisting a data change set using a context of a service.
In this embodiment, the real-time reliable data synchronous transmission method further includes:
and acquiring the release state of the source end sending the data change set, and feeding back the release state.
In this embodiment, the real-time reliable data synchronous transmission method further includes:
and acquiring the processing state of the target end processing data change set, and feeding back the processing state.
In order to facilitate understanding of the real-time reliable data synchronous transmission method exemplified in the embodiment of the present invention, the real-time reliable data synchronous transmission method is further described below:
firstly, an AOP technology integrated persistence frame is adopted at a source end, the integrated persistence frame is monitored, and operations of a business entity in the captured integrated persistence frame on a business object are intercepted, wherein the operations can be insert, update and delete operations.
The attribute of the operation, the value list propertyanmes and the information of the service object can be obtained according to the service entity. The information of the business object may be, for example, an identifier of the business object, a metadata structure of the business object, raw data of the business object, and the like.
And then, determining whether data synchronization processing is needed or not according to the identification of the service object. For example, a service object set which needs to perform data synchronous transmission can be preset at a monitoring end; and judging whether the business object is in the business object set or not according to the identification of the business object, and if so, constructing a data change set.
And after determining that data synchronization is needed, acquiring original data of the business object, and organizing a data change set, such as a changeData change set, according to the updated data and the original data after operation.
And serializing the data change set into json character strings so as to process various different business entities. And acquiring the context of the service in the AOP frame, and storing the serialized json, namely the persistent data change set, by adopting the context of the service. And sending the serialized data change set to an MQ queue, and calling the MQ to send the data change set to a target terminal.
The data change set is persisted at the source end, and manual retry can be carried out according to a retry strategy or after MQ solution when MQ service is temporarily unavailable.
After the target end receives the MQ message, the json data of the data change set is persisted at the target end. The changeset of data is then deserialized, such as the data in the changeset may be in the form of a changeData universal entity. Finally, the reflection call executes consumption processing logic for changeData to synchronize data of the source and the target.
On one hand, the receiving of the MQ queue is not blocked, on the other hand, even if the consumption processing logic is abnormal, the data needing to be processed by the target end cannot be lost, and after the consumption logic is solved, the consumption processing is triggered again.
The source end successfully sends the MQ and directly feeds back the successful issuing to the monitoring end; if the MQ fails to send, the system will retry according to the strategy, such as retry every 5 seconds by default, and if the retry fails for three times, the system feeds back the MQ failure to the monitoring terminal.
When the target end consumes and processes, the target end directly feeds back a processing result to the monitoring end due to asynchronous processing, namely success or failure.
Based on the same idea, some embodiments of the present application further provide a device and a non-volatile computer storage medium corresponding to the above method.
Some embodiments of the present application provide a real-time reliable data synchronous transmission device corresponding to fig. 1, wherein, the device comprises:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
adopting an AOP technology to integrate a persistence frame at a source end, monitoring the integrated persistence frame, and capturing the operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of operation and the information of a service object;
constructing a data change set according to the attribute of the operation and the information of the service object;
persisting the data change set at the source end, and sending the data change set to the target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
Some embodiments of the present application provide a non-transitory computer storage medium corresponding to the traffic environment monitoring of fig. 1, storing computer-executable instructions, wherein the computer-executable instructions are configured to:
adopting an AOP technology to integrate a persistence frame at a source end, monitoring the integrated persistence frame, and capturing the operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of operation and the information of a service object;
constructing a data change set according to the attribute of the operation and the information of the service object;
persisting the data change set at the source end, and sending the data change set to the target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the device and media embodiments, the description is relatively simple, as it is substantially similar to the method embodiments, and reference may be made to some description of the method embodiments for relevant points.
The device and the medium provided by the embodiment of the application correspond to the method one to one, so the device and the medium also have the similar beneficial technical effects as the corresponding method, and the beneficial technical effects of the method are explained in detail above, so the beneficial technical effects of the device and the medium are not repeated herein.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is directed to methods, apparatus (systems), and computer program products according to embodiments of the present invention
A flowchart and/or block diagram of an article. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising a … …" does not exclude the presence of another identical element in a process, method, article, or apparatus that comprises the element.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A real-time reliable data synchronous transmission method is characterized by comprising the following steps:
adopting an AOP technology integrated persistence frame at a source end, monitoring the integrated persistence frame, and capturing operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of the operation and the information of the service object;
constructing a data change set according to the attribute of the operation and the information of the business object;
the data change set is persisted at a source end and is sent to a target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
2. The real-time reliable data synchronous transmission method according to claim 1, characterized in that:
the attributes of the operation include at least one of: add, update, delete.
3. The real-time reliable data synchronous transmission method according to claim 1, characterized in that:
the information of the business object comprises at least one of the following items: the identification of the business object, the metadata structure of the business object and the original data of the business object.
4. The real-time reliable data synchronous transmission method according to claim 3, characterized in that the method further comprises:
presetting a service object set required to carry out data synchronous transmission;
judging whether the business object is in the business object set or not according to the identification of the business object,
if so, a data change set is constructed.
5. The real-time reliable data synchronous transmission method according to claim 1, wherein constructing a data change set according to the attribute of the operation and the information of the business object comprises:
if the attribute of the operation is addition, acquiring original data and newly added data of the service object, and constructing a data change set according to the original data and the newly added data;
if the attribute of the operation is updating, acquiring original data and updating data of the business object, and constructing a data change set according to the original data and the updating data;
and if the attribute of the operation is deletion, acquiring the original data of the business object, and constructing a data change set according to the original data.
6. The real-time reliable data synchronous transmission method according to claim 1, characterized in that the method further comprises:
serializing the data changeset into a json string.
7. The real-time reliable data synchronous transmission method of claim 1, wherein persisting the data change set at the source end comprises:
acquiring the context of the service at the source end;
persisting the data change set using the context of the service.
8. The real-time reliable data synchronous transmission method according to claim 1, characterized in that the method further comprises:
acquiring the release state of the data change set sent by the source end, and feeding back the release state; and/or
And acquiring the processing state of the target end for processing the data change set, and feeding back the processing state.
9. A real-time reliable synchronous data transmission device, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
adopting an AOP technology integrated persistence frame at a source end, monitoring the integrated persistence frame, and capturing operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of the operation and the information of the service object;
constructing a data change set according to the attribute of the operation and the information of the business object;
the data change set is persisted at a source end and is sent to a target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
10. A non-transitory computer storage medium for real-time reliable synchronous transmission of data, the medium storing computer-executable instructions configured to:
adopting an AOP technology integrated persistence frame at a source end, monitoring the integrated persistence frame, and capturing operation of a business entity in the integrated persistence frame on a business object;
acquiring the attribute of the operation and the information of the service object;
constructing a data change set according to the attribute of the operation and the information of the business object;
the data change set is persisted at a source end and is sent to a target end;
the target end receives the data change set and persists the data change set at the target end;
and changing the data of the target end according to the data change set so as to synchronize the data of the source end and the data of the target end.
CN202211206616.5A 2022-09-30 2022-09-30 Real-time reliable data synchronous transmission method, equipment and medium Pending CN115455121A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211206616.5A CN115455121A (en) 2022-09-30 2022-09-30 Real-time reliable data synchronous transmission method, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211206616.5A CN115455121A (en) 2022-09-30 2022-09-30 Real-time reliable data synchronous transmission method, equipment and medium

Publications (1)

Publication Number Publication Date
CN115455121A true CN115455121A (en) 2022-12-09

Family

ID=84308916

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211206616.5A Pending CN115455121A (en) 2022-09-30 2022-09-30 Real-time reliable data synchronous transmission method, equipment and medium

Country Status (1)

Country Link
CN (1) CN115455121A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116455917A (en) * 2023-06-15 2023-07-18 上海观安信息技术股份有限公司 Data synchronization method and device, electronic equipment and computer readable storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116455917A (en) * 2023-06-15 2023-07-18 上海观安信息技术股份有限公司 Data synchronization method and device, electronic equipment and computer readable storage medium
CN116455917B (en) * 2023-06-15 2023-09-22 上海观安信息技术股份有限公司 Data synchronization method and device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN109493076B (en) Kafka message unique consumption method, system, server and storage medium
CN112019369A (en) Dynamic configuration management method and system under micro-service framework
CN106878363B (en) Information processing method, device and system
CN109144785B (en) Method and apparatus for backing up data
CN106155775B (en) Message processing method, device and system
CN104765840A (en) Big data distributed storage method and device
CN105516266A (en) Service monitoring methods and system, and related devices
CN107040576A (en) Information-pushing method and device, communication system
CN115455121A (en) Real-time reliable data synchronous transmission method, equipment and medium
CN110532058B (en) Management method, device and equipment of container cluster service and readable storage medium
CN106777265B (en) Service data processing method and device
CN111159142B (en) Data processing method and device
CN108023920B (en) Data packet transmission method, equipment and application interface
CN116414914A (en) Data synchronization method and device, processor and electronic equipment
CN111435329A (en) Automatic testing method and device
CN115629909A (en) Service data processing method and device, electronic equipment and storage medium
US11582345B2 (en) Context data management interface for contact center
CN106557530B (en) Operation system, data recovery method and device
CN110059075B (en) Method, device and equipment for migrating database and computer readable medium
US20200089658A1 (en) Method and system for reporting free disk storage in file systems
CN108958836A (en) A kind of management method of profile data, system, medium and electronic equipment
CN116567007B (en) Task segmentation-based micro-service water conservancy data sharing and exchanging method
CN116126819A (en) System log processing method, device and medium
CN108427625B (en) Method, client, server and system for sending and recording logs
CN115080664A (en) Data synchronization method, system and computer readable storage medium

Legal Events

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