CN112612848A - Method, device and system for real-time data synchronization, electronic equipment and storage medium - Google Patents

Method, device and system for real-time data synchronization, electronic equipment and storage medium Download PDF

Info

Publication number
CN112612848A
CN112612848A CN202011499532.6A CN202011499532A CN112612848A CN 112612848 A CN112612848 A CN 112612848A CN 202011499532 A CN202011499532 A CN 202011499532A CN 112612848 A CN112612848 A CN 112612848A
Authority
CN
China
Prior art keywords
data
target data
calling
preset
interface adapter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011499532.6A
Other languages
Chinese (zh)
Other versions
CN112612848B (en
Inventor
林鹏飞
康红娟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Hongwei Technology Co Ltd
Original Assignee
Sichuan Hongwei Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Hongwei Technology Co Ltd filed Critical Sichuan Hongwei Technology Co Ltd
Priority to CN202011499532.6A priority Critical patent/CN112612848B/en
Publication of CN112612848A publication Critical patent/CN112612848A/en
Application granted granted Critical
Publication of CN112612848B publication Critical patent/CN112612848B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • 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/2365Ensuring data consistency and integrity
    • 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

Abstract

The application provides a method, a device, a system, electronic equipment and a computer readable storage medium for real-time synchronization of data, wherein the method comprises the following steps: when target data are newly added or updated in the database, calling a preset storage process script through a preset trigger; calling a preset interface adapter through the stored process script; and transmitting the target data to an opposite terminal system through the interface adapter. According to the scheme, real-time data synchronization between the local system and the opposite system is realized, and the safety of data synchronization is ensured.

Description

Method, device and system for real-time data synchronization, electronic equipment and storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to a method, an apparatus, a system, an electronic device, and a computer-readable storage medium for real-time synchronization of data.
Background
Different systems may have a need for data synchronization due to business needs. In the related art, the file sharing can be realized by sharing files. In one case, different systems may share the same file directory, and data synchronization between systems is achieved by reading and writing shared files. In another case, different systems may implement sharing of bulk files between systems through a file system. However, the way of sharing the file directory is low in security, and is not usually adopted in a production environment, and the real-time performance of data synchronization cannot be guaranteed by using a file system to realize file sharing.
Disclosure of Invention
An object of the embodiments of the present application is to provide a method, an apparatus, a system, an electronic device, and a computer-readable storage medium for real-time synchronization of data, which are used to implement cross-system data synchronization.
In one aspect, the present application provides a method for real-time synchronization of data, including:
when target data are newly added or updated in the database, calling a preset storage process script through a preset trigger;
calling a preset interface adapter through the stored process script;
and transmitting the target data to an opposite terminal system through the interface adapter.
In an embodiment, the transmitting the target data to the peer system through the interface adapter includes:
and calling a specified service interface of the opposite terminal system through the interface adapter so that the specified service interface acquires the target data.
In an embodiment, the transmitting the target data to the peer system through the interface adapter includes:
and writing the target data into a specified message queue interfaced with the opposite-end system through the interface adapter.
In an embodiment, when target data is newly added or updated in the database, invoking a preset stored procedure script through a preset trigger includes:
when target data are newly added or updated in the database, judging whether the target data meet a preset data synchronization strategy or not;
and when the target data meets any data synchronization strategy, calling a stored process script corresponding to the data synchronization strategy through a trigger corresponding to the data synchronization strategy.
On the other hand, the application also provides a device for real-time synchronization of data, which comprises:
the first calling module is used for calling a preset stored process script through a preset trigger when target data is newly added or updated in the database;
the second calling module is used for calling a preset interface adapter through the stored process script;
and the transmission module is used for transmitting the target data to an opposite end system through the interface adapter.
On the other hand, the application also provides a system for real-time synchronization of data, which comprises: a data transmission system, a data receiving system;
the data transmission system is used for calling a preset storage process script through a preset trigger when target data are newly added or updated in the database; calling a preset interface adapter through the stored process script; calling a specified service interface of the data receiving system through the interface adapter;
the data receiving system is connected with the data transmission system and used for receiving the target data through the specified service interface; and storing the target data.
On the other hand, the application also provides a system for real-time synchronization of data, which comprises: a data transmission system, a data receiving system;
the data transmission system is used for calling a preset storage process script through a preset trigger when target data are newly added or updated in the database; calling a preset interface adapter through the stored process script; writing the target data into a designated message queue interfaced with the data receiving system through the interface adapter;
the data receiving system is connected with the data transmission system and is used for acquiring the target data through the specified message queue; and storing the target data.
On the other hand, the application also provides a system for real-time synchronization of data, which comprises: the system comprises a data transmission system, a message queue server and a data receiving system;
the data transmission system is used for calling a preset storage process script through a preset trigger when target data are newly added or updated in the database; calling a preset interface adapter through the stored process script; writing the target data into a designated message queue interfaced with the data receiving system through the interface adapter;
the message queue server is connected with the data transmission system, carries the specified message queue and is used for transmitting the target data transmitted by the data transmission system;
the data receiving system is connected with the message queue server and is used for acquiring the target data transmitted by the appointed message queue on the message queue server; and storing the target data.
Further, the present application also provides an electronic device, including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to perform the method of real-time synchronization of data described above.
In addition, the present application also provides a computer readable storage medium, wherein the storage medium stores a computer program, and the computer program can be executed by a processor to complete the method for real-time synchronization of the data.
In the embodiment of the application, when the target data is newly added or updated in the database of the local system, the trigger can be immediately triggered, and then the stored process script can be called through the trigger, the interface adapter can be called through the stored process script, and the target data is transmitted to the opposite system through the interface adapter. By the measures, the data between the local system and the opposite system can be synchronized in real time, and the safety of data synchronization is ensured.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required to be used in the embodiments of the present application will be briefly described below.
Fig. 1 is a schematic application scenario diagram of a method for real-time data synchronization according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
fig. 3 is a schematic flowchart of a method for real-time data synchronization according to an embodiment of the present application;
FIG. 4 is a diagram of a network architecture of a system for real-time synchronization of data provided by an embodiment of the present application;
FIG. 5 is a diagram of a network architecture of a system for real-time synchronization of data provided in accordance with another embodiment of the present application;
FIG. 6 is a diagram of a network architecture for a system for real-time synchronization of data provided in accordance with yet another embodiment of the present application;
FIG. 7 is a diagram of a network architecture for a system for real-time synchronization of data provided by yet another embodiment of the present application;
fig. 8 is a block diagram of an apparatus for real-time data synchronization according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
Like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Fig. 1 is a schematic application scenario diagram of a method for real-time data synchronization according to an embodiment of the present application. As shown in fig. 1, the application scenario includes a server 20 and a server 30; the server 20 and the server 30 may be servers, server clusters, or cloud computing centers, and the server 20 and the server 30 belong to different systems. The server 20 and the server 30 can perform data synchronization with each other.
As shown in fig. 2, the present embodiment provides an electronic apparatus 1 including: at least one processor 11 and a memory 12, one processor 11 being exemplified in fig. 2. The processor 11 and the memory 12 are connected by a bus 10, and the memory 12 stores instructions executable by the processor 11, and the instructions are executed by the processor 11, so that the electronic device 1 can execute all or part of the flow of the method in the embodiments described below. In an embodiment, the electronic device 1 may be the server 20 or the server 30, and is used for performing a method of real-time data synchronization.
The Memory 12 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as Static Random Access Memory (SRAM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk or optical disk.
The present application also provides a computer readable storage medium storing a computer program executable by the processor 11 to perform the method for real-time synchronization of data provided herein.
Referring to fig. 3, a flow chart of a method for real-time data synchronization according to an embodiment of the present application is shown, and as shown in fig. 3, the method may include the following steps 310 to 330.
Step 310: and when target data is newly added or updated in the database, calling a preset storage process script through a preset trigger.
The target data refers to newly added data and updated data in the database.
The Stored Procedure script may be a pre-compiled script that is Stored in a database to implement storage. The stored procedure script can be used for writing the data in the database into the service of the application layer of the server.
When the target data is newly added to the database on the server side, or when the target data is updated in the database on the server side, a trigger preset on the server side is triggered, and at the moment, the server side can call the stored process script through the trigger. And when the server calls the stored process script through the trigger, the target data can be transmitted to the stored process script.
Step 320: and calling a preset interface adapter through the stored procedure script.
The interface adapter is a data transmission script of a server application layer, and the interface adapter is configured with a corresponding data transmission position in advance.
After the server calls the stored process script through the trigger, the server calls the interface adapter through the stored process script, so that the target data is transmitted to the interface adapter, and the interface adapter of the application layer can transmit the target data.
Step 330: and transmitting the target data to the opposite-end system through the interface adapter.
The peer system shares data with the system where the server executes the steps 310 to 330.
The server side can write the target data into a pre-configured data transmission position through the interface adapter, so that the target data is transmitted to the opposite end system, and real-time synchronization of the data is realized.
According to the scheme, when the database inserts data or updates the data, the pre-configured trigger can be triggered, the stored process script is called, and the target data is transmitted to the application layer of the server from the database. After the interface adapter is called through the stored procedure script, the interface adapter can transmit the target data to the opposite terminal system. The trigger can be triggered immediately after the target data appears to call the stored process script, and then the target data is transmitted to the opposite terminal system through the interface adapter in the subsequent process, so that the real-time performance and the safety of data transmission are ensured.
In an embodiment, when the server executes step 330, a specified service interface of the peer system may be called by the interface adapter, so that the specified service interface may obtain the target data. The specified service interface is an HTTP (HyperText Transfer Protocol) service interface which is open to the outside of the peer system and used for writing data.
After the opposite-end system obtains the target data through the appointed service interface, the target data can be written into a local message queue, and after the target data is read from the message queue, the target data is written into a local data warehouse. The message queue can be any one of message queues such as ActiveMQ, RabbitMQ, Kafka and RockketMQ, and the message queue is positioned in a peer system.
In an embodiment, the system where the server executes steps 310 to 330 directly transmits the target data with the peer system through the message queue, and the peer system does not need to develop a specific service interface. When the server executes step 330, the target data may be written into a specified message queue interfaced with the peer system through the interface adapter. Wherein the specified message queue is a message queue for transmitting messages to the peer system. The specified message queue may be located on a peer system, a server system, or a third party server. After the opposite-end system acquires the new message through the appointed message queue, the target data can be analyzed from the new message, and the target data is written into a local data warehouse.
In an embodiment, a home system where a server is located may have multiple peer systems, and data synchronized by the home system is different from data synchronized by different peer systems. In this case, a plurality of triggers may be preconfigured on the server, and stored procedure scripts and interface adapters corresponding to each trigger.
When the target data is newly added or updated in the database, the server can judge whether the target data meets a preset data synchronization strategy. The server can be configured with a plurality of data synchronization strategies, each data synchronization strategy corresponds to at least one opposite-end system, and the data synchronization strategies are used for screening data transmitted to the opposite-end systems.
When the target data meets any data synchronization strategy, the trigger corresponding to the data synchronization strategy is triggered, and the server side can use the stored process script corresponding to the data synchronization strategy through the trigger corresponding to the data synchronization strategy. For example, the data synchronization policy may be to transmit the target data to a specified peer system when a specified field of the target data satisfies a preset condition. Such as: the consumption record of the game player is recorded in the database, the designated field can be the single recharging amount of the player, the designated opposite-end system can be the game marketing system, and when a consumption record is newly added, if the single recharging amount in the consumption record is larger than 100 yuan, the consumption record can be transmitted to the game marketing system. For another example: the database records the website browsing records of the news website, the designated field can be time period and column name, the designated opposite-end system can be a website optimization system, and when one browsing record is newly added, if the time period of the browsing record is 7-point-half to 9-point and the column name is 'domestic information', the browsing record can be transmitted to the website optimization system.
The subsequent server side can call the interface adapter corresponding to the data synchronization strategy through the storage process script, so that the target data is transmitted to the opposite end system corresponding to the data synchronization strategy through the interface adapter.
By the measures of the embodiment, the corresponding target data can be transmitted to different opposite-end systems according to different data synchronization strategies, and real-time data synchronization to different opposite-end systems is realized.
Referring to fig. 4, a network architecture diagram of a system for real-time data synchronization provided in an embodiment of the present application is shown in fig. 4, and the system for real-time data synchronization may include a data transmission system 40 and a data reception system 50.
The data transmission system 40 may include a database, a trigger, a stored procedure script, and an interface adapter, and is configured to call the stored procedure script through the trigger, call a preset interface adapter through the stored procedure script, and then call a designated service interface of the data reception system 50 through the interface adapter when target data is newly added or updated in the database, thereby writing the target data into the designated service interface.
The data receiving system 50 may include a designated service interface (HTTP service interface in fig. 4), a message queue, and a data warehouse, and the data receiving system 50 is connected to the data transmission system 40 through a wired or wireless network, and is configured to receive the target data through the designated service interface, place the target data into the local message queue, and then obtain the target data from the message queue and store the target data in the local data warehouse.
Referring to fig. 5, a network architecture diagram of a system for real-time data synchronization provided in another embodiment of the present application is shown in fig. 5, and the system for real-time data synchronization may include a data transmission system 40 and a data reception system 50.
The data transmission system 40 may include a database, a trigger, a stored procedure script, and an interface adapter, and is configured to call the stored procedure script through the trigger and call a preset interface adapter through the stored procedure script when target data is newly added or updated in the database, and then write the target data into a designated message queue interfaced with the data reception system 50 through the interface adapter. Wherein the designated message queue is used to transmit data to the data receiving system 50 and the designated message queue is located on the data receiving system 50.
The data receiving system 50 may include a message queue and a data warehouse, and the data receiving system 50 is connected to the data transmission system 40 through a wired or wireless network for obtaining the target data through a local designated message queue and then storing the target data in the local data warehouse.
Referring to fig. 6, a network architecture diagram of a system for real-time data synchronization provided in accordance with another embodiment of the present invention is shown in fig. 6, and the system for real-time data synchronization may include a data transmission system 40 and a data reception system 50.
The data transmission system 40 may include a database, a trigger, a stored procedure script, an interface adapter, and a message queue, and is configured to call the stored procedure script through the trigger and call a preset interface adapter through the stored procedure script when target data is newly added or updated in the database, and then write the target data into a specified message queue interfaced with the data reception system 50 through the interface adapter. Where the designated message queue is used to transmit data to the data receiving system 50, the designated message queue is located on the data transmission system 40.
The data receiving system 50 may include a data warehouse, and the data receiving system 50 is connected to the data transmission system 40 through a wired or wireless network, and is configured to receive the target data transmitted by the designated message queue and store the target data in the local data warehouse.
Referring to fig. 7, a network architecture diagram of a system for real-time data synchronization provided for another embodiment of the present application, as shown in fig. 7, the system for real-time data synchronization may include a data transmission system 40, a message queue server 60, and a data reception system 50.
The data transmission system 40 may include a database, a trigger, a stored procedure script, and an interface adapter, and is configured to call the stored procedure script through the trigger and call a preset interface adapter through the stored procedure script when target data is newly added or updated in the database, and then write the target data into a designated message queue interfaced with the data reception system 50 through the interface adapter. Wherein the designated message queue is used for transmitting data to the data receiving system 50, and the designated message queue is located on the message queue service end 60.
The message queue server 60 is a server, a server cluster or a cloud computing center independent from the data transmission system 40 and the data receiving system 50, the message queue server 60 carries the specified message queue, and the message queue server 60 is connected with the data transmission system 40 through a wired or wireless network and is used for transmitting the target data transmitted by the data transmission system 40.
The data receiving system 50 may include a data warehouse, and the data receiving system 50 is connected to the message queue server 60 through a wired or wireless network, and is configured to obtain target data transmitted by a specified message queue on the message queue server and store the target data in the local data warehouse.
Referring to fig. 8, a block diagram of an apparatus for real-time data synchronization provided in an embodiment of the present application is shown in fig. 8, where the apparatus may include:
the first calling module 810 is configured to call a preset stored process script through a preset trigger when target data is newly added or updated in the database;
a second calling module 820, configured to call a preset interface adapter through the stored procedure script;
a transmission module 830, configured to transmit the target data to an opposite-end system through the interface adapter.
The implementation process of the functions and actions of each module in the device is specifically detailed in the implementation process of the corresponding step in the method for real-time data synchronization, and is not described herein again.
In the embodiments provided in the present application, the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.

Claims (10)

1. A method for real-time synchronization of data, comprising:
when target data are newly added or updated in the database, calling a preset storage process script through a preset trigger;
calling a preset interface adapter through the stored process script;
and transmitting the target data to an opposite terminal system through the interface adapter.
2. The method of claim 1, wherein the transmitting the target data to a peer system through the interface adapter comprises:
and calling a specified service interface of the opposite terminal system through the interface adapter so that the specified service interface acquires the target data.
3. The method of claim 1, wherein the transmitting the target data to a peer system through the interface adapter comprises:
and writing the target data into a specified message queue interfaced with the opposite-end system through the interface adapter.
4. The method according to claim 1, wherein when target data is newly added or updated in the database, calling a preset stored procedure script through a preset trigger comprises:
when target data are newly added or updated in the database, judging whether the target data meet a preset data synchronization strategy or not;
and when the target data meets any data synchronization strategy, calling a stored process script corresponding to the data synchronization strategy through a trigger corresponding to the data synchronization strategy.
5. An apparatus for real-time synchronization of data, comprising:
the first calling module is used for calling a preset stored process script through a preset trigger when target data is newly added or updated in the database;
the second calling module is used for calling a preset interface adapter through the stored process script;
and the transmission module is used for transmitting the target data to an opposite end system through the interface adapter.
6. A system for real-time synchronization of data, comprising: a data transmission system, a data receiving system;
the data transmission system is used for calling a preset storage process script through a preset trigger when target data are newly added or updated in the database; calling a preset interface adapter through the stored process script; calling a specified service interface of the data receiving system through the interface adapter;
the data receiving system is connected with the data transmission system and used for receiving the target data through the specified service interface; and storing the target data.
7. A system for real-time synchronization of data, comprising: a data transmission system, a data receiving system;
the data transmission system is used for calling a preset storage process script through a preset trigger when target data are newly added or updated in the database; calling a preset interface adapter through the stored process script; writing the target data into a designated message queue interfaced with the data receiving system through the interface adapter;
the data receiving system is connected with the data transmission system and is used for acquiring the target data through the specified message queue; and storing the target data.
8. A system for real-time synchronization of data, comprising: the system comprises a data transmission system, a message queue server and a data receiving system;
the data transmission system is used for calling a preset storage process script through a preset trigger when target data are newly added or updated in the database; calling a preset interface adapter through the stored process script; writing the target data into a designated message queue interfaced with the data receiving system through the interface adapter;
the message queue server is connected with the data transmission system, carries the specified message queue and is used for transmitting the target data transmitted by the data transmission system;
the data receiving system is connected with the message queue server and is used for acquiring the target data transmitted by the appointed message queue on the message queue server; and storing the target data.
9. An electronic device, characterized in that the electronic device comprises:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to perform the method of real-time synchronization of data of any of claims 1-4.
10. A computer-readable storage medium, characterized in that the storage medium stores a computer program executable by a processor to perform the method of real-time synchronization of data according to any one of claims 1 to 4.
CN202011499532.6A 2020-12-17 2020-12-17 Method, device, system, electronic equipment and storage medium for data real-time synchronization Active CN112612848B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011499532.6A CN112612848B (en) 2020-12-17 2020-12-17 Method, device, system, electronic equipment and storage medium for data real-time synchronization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011499532.6A CN112612848B (en) 2020-12-17 2020-12-17 Method, device, system, electronic equipment and storage medium for data real-time synchronization

Publications (2)

Publication Number Publication Date
CN112612848A true CN112612848A (en) 2021-04-06
CN112612848B CN112612848B (en) 2023-05-02

Family

ID=75241037

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011499532.6A Active CN112612848B (en) 2020-12-17 2020-12-17 Method, device, system, electronic equipment and storage medium for data real-time synchronization

Country Status (1)

Country Link
CN (1) CN112612848B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113239005A (en) * 2021-06-02 2021-08-10 上海许继电气有限公司 I, IV area data synchronization method and device for power monitoring system

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150081730A1 (en) * 2013-09-13 2015-03-19 Oracle International Corporation Use of email to update records stored in a database server
CN106547835A (en) * 2016-08-04 2017-03-29 贵阳朗玛信息技术股份有限公司 Call the method and device of database store process
CN107368423A (en) * 2017-08-08 2017-11-21 携程计算机技术(上海)有限公司 Interface automatic configuration system and the automatized script processing method carried out wherein
CN108520003A (en) * 2018-03-12 2018-09-11 新华三大数据技术有限公司 A kind of storing process scheduling system and method
US20190294722A1 (en) * 2018-03-20 2019-09-26 Locus Robotics Corp. Change management system for data synchronization within an enterprise portal application
CN110674213A (en) * 2019-08-30 2020-01-10 中国人民财产保险股份有限公司 Data synchronization method and device
CN110688378A (en) * 2019-09-06 2020-01-14 中国平安财产保险股份有限公司 Migration method and system for database storage process
CN111046036A (en) * 2019-11-05 2020-04-21 深信服科技股份有限公司 Data synchronization method, device, system and storage medium
CN111241192A (en) * 2019-12-31 2020-06-05 航天信息软件技术有限公司 Data synchronization method

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150081730A1 (en) * 2013-09-13 2015-03-19 Oracle International Corporation Use of email to update records stored in a database server
CN106547835A (en) * 2016-08-04 2017-03-29 贵阳朗玛信息技术股份有限公司 Call the method and device of database store process
CN107368423A (en) * 2017-08-08 2017-11-21 携程计算机技术(上海)有限公司 Interface automatic configuration system and the automatized script processing method carried out wherein
CN108520003A (en) * 2018-03-12 2018-09-11 新华三大数据技术有限公司 A kind of storing process scheduling system and method
US20190294722A1 (en) * 2018-03-20 2019-09-26 Locus Robotics Corp. Change management system for data synchronization within an enterprise portal application
CN110674213A (en) * 2019-08-30 2020-01-10 中国人民财产保险股份有限公司 Data synchronization method and device
CN110688378A (en) * 2019-09-06 2020-01-14 中国平安财产保险股份有限公司 Migration method and system for database storage process
CN111046036A (en) * 2019-11-05 2020-04-21 深信服科技股份有限公司 Data synchronization method, device, system and storage medium
CN111241192A (en) * 2019-12-31 2020-06-05 航天信息软件技术有限公司 Data synchronization method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
戴婉荣等: "SQL SERVER数据同步机制的研究与应用" *
胡耀民;: "基于触发器数据同步机制的研究与实现" *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113239005A (en) * 2021-06-02 2021-08-10 上海许继电气有限公司 I, IV area data synchronization method and device for power monitoring system

Also Published As

Publication number Publication date
CN112612848B (en) 2023-05-02

Similar Documents

Publication Publication Date Title
US9742721B2 (en) Method, system, server and client device for message synchronizing
CN104253741B (en) A kind of method for sending information, relevant apparatus and system
CN103095819A (en) Data information pushing method and data information pushing system
CN109361525B (en) Method, device, control terminal and medium for restarting distributed deployment of multiple services
EP2779583A1 (en) Telecommunication method and system
CN103152390A (en) Method and device and nodes and system for node configuration of distributed storage system
CN111163130A (en) Network service system and data transmission method thereof
CN104657435A (en) Storage management method for application data and network management system
CN103490978A (en) Terminal, server and message monitoring method
CN103716230A (en) Message sending method, device and server
CN112612848B (en) Method, device, system, electronic equipment and storage medium for data real-time synchronization
CN113342746A (en) File management system, file management method, electronic device, and storage medium
US9577967B2 (en) Method and system for managing an informational site using a social networking application
CN108400884B (en) Method, system and device for improving stability of website service
CN105827739A (en) Contact person information synchronization method, device, server and system
CN107168648B (en) File storage method and device and terminal
CN113672488A (en) Log text processing method and device
CN104580276A (en) Information pushing method, device and system, as well as information access device
CN110474954B (en) Block chain-based file sharing method and device, computer equipment and readable storage medium
CN113766437B (en) Short message sending method and device
CN115604667B (en) Message sending method, device, computer equipment and storage medium
CN113904953B (en) Offline detection method, device and equipment for communication equipment
US11252244B1 (en) System and method for web-session recording
CN115665074B (en) Message flow-limiting sending method, device, equipment and storage medium
CN111953580B (en) Method, device and storage medium for sending and acquiring session

Legal Events

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