CN111552746B - Data synchronization method, device, electronic equipment and storage medium - Google Patents

Data synchronization method, device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111552746B
CN111552746B CN202010361786.5A CN202010361786A CN111552746B CN 111552746 B CN111552746 B CN 111552746B CN 202010361786 A CN202010361786 A CN 202010361786A CN 111552746 B CN111552746 B CN 111552746B
Authority
CN
China
Prior art keywords
data
synchronized
loading
adopting
configuring
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.)
Active
Application number
CN202010361786.5A
Other languages
Chinese (zh)
Other versions
CN111552746A (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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information 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 Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010361786.5A priority Critical patent/CN111552746B/en
Publication of CN111552746A publication Critical patent/CN111552746A/en
Application granted granted Critical
Publication of CN111552746B publication Critical patent/CN111552746B/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
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/606Protecting data by securing the transmission between two devices or processes
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The embodiment of the application provides a data synchronization method, a data synchronization device, electronic equipment and a storage medium. The data synchronization method is applied to first terminal equipment, and comprises the following steps: acquiring encrypted data transmitted by a second terminal device, wherein the encrypted data is generated by encrypting data to be synchronized by the second terminal device through a preset encryption algorithm; decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized; configuring a preset loading script according to the model name; and configuring a timing task in the crontab by adopting the configured preset loading script so as to load the data to be synchronized. The data synchronization method and device can improve data synchronization efficiency.

Description

Data synchronization method, device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of computer networks, and in particular, to a data synchronization method, apparatus, electronic device, and storage medium.
Background
With the continuous development of modern information technology, the world has straddled the Internet+big data age. The communications industry is also experiencing more demands for big data processing. The larger the user group in the communication industry, the more data are involved, the more data-involved systems are, the larger the data-involved systems are, a large amount of data interaction is carried out every day between different systems, and the real-time interface can process real-time data. In this case, code decoupling, safe execution and failure early warning are urgently needed to be solved. But also has a disadvantage of low synchronization efficiency.
In view of the above problems, no effective technical solution is currently available.
Disclosure of Invention
An embodiment of the application aims to provide a data synchronization method, a data synchronization device, electronic equipment and a storage medium, which can achieve data synchronization efficiency.
In a first aspect, an embodiment of the present application provides a data synchronization method, which is applied to a first terminal device, where the method includes the following steps:
acquiring encrypted data transmitted by a second terminal device, wherein the encrypted data is generated by encrypting data to be synchronized by the second terminal device through a preset encryption algorithm;
decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized;
configuring a preset loading script according to the model name;
and configuring a timing task in the crontab by adopting the configured preset loading script so as to load the data to be synchronized.
Optionally, in the data synchronization method in the embodiment of the present application, the step of configuring the timing task at the crontab by using the configured preset loading script to load the data to be synchronized includes:
acquiring a type identifier of a database storing the data to be synchronized;
acquiring a corresponding target data import function according to the type identifier;
and configuring a timing task in the crontab by adopting the configured preset loading script, and loading the data to be synchronized into a database by adopting the target data import function.
Optionally, in the data synchronization method according to the embodiment of the present application, the step of obtaining the corresponding target data import function according to the type identifier includes:
if the database is an oracle database, adopting an sqlldr function as a target data import function;
if the database is a mysql database, a mysql-h function is used as a target data import function.
Optionally, in the data synchronization method of the embodiment of the present application, when the data to be synchronized is loaded, the preset loading script is executed in series or concurrently.
Optionally, in the data synchronization method according to the embodiment of the present application, when the data to be synchronized is loaded, a data loading condition is monitored, and when abnormal data loading is monitored, a reminder is generated.
Optionally, in the data synchronization method described in the embodiment of the present application, when encrypted data transmitted by a second terminal device is obtained, the second terminal device transmits the encrypted data in an sftp manner.
In a second aspect, an embodiment of the present application further provides a data synchronization device, which is applied to a first terminal device, where the device includes:
the acquisition module is used for acquiring encrypted data transmitted by the second terminal equipment, and the encrypted data is generated by encrypting the data to be synchronized by the second terminal equipment by adopting a preset encryption algorithm;
the decryption module is used for decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm so as to obtain data to be synchronized and model names corresponding to the data to be synchronized;
the configuration module is used for configuring a preset loading script according to the model name;
and the loading module is used for configuring a timing task in the crontab by adopting the configured preset loading script so as to load the data to be synchronized.
Optionally, in the data synchronization device described in the embodiments of the present application, the loading module includes:
the first acquisition unit is used for acquiring the type identifier of the database storing the data to be synchronized;
the second acquisition unit is used for acquiring a corresponding target data import function according to the type identifier;
and the loading unit is used for configuring a timing task in the crontab by adopting the configured preset loading script, and loading the data to be synchronized into a database by adopting the target data import function.
In a third aspect, embodiments of the present application provide an electronic device comprising a processor and a memory storing computer readable instructions that, when executed by the processor, perform the steps of the method as provided in the first aspect above.
In a fourth aspect, embodiments of the present application provide a storage medium having stored thereon a computer program which, when executed by a processor, performs steps in the method as provided in the first aspect above.
As can be seen from the above, in the embodiment of the present application, by acquiring encrypted data transmitted by a second terminal device, the encrypted data is generated by encrypting data to be synchronized by the second terminal device using a preset encryption algorithm; decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized; configuring a preset loading script according to the model name; configuring a timing task in a crontab by adopting a configured preset loading script so as to load the data to be synchronized; therefore, the quick loading of the data to be synchronized is realized, the loading efficiency of the data to be synchronized can be improved, and the centralized management of data transmission, loading and early warning is realized by adopting the timing type operation, so that the data transmission risk is reduced, and the safety is improved. The development work of the data synchronization program is reduced, the data loading efficiency is improved, and the cost is saved. And the maintenance cost is reduced, and the timeliness of exception handling is improved.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be apparent from the description, or may be learned by practice of the embodiments of the application. The objectives and other advantages of the application will be realized and attained by the structure particularly pointed out in the written description and claims thereof as well as the appended drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a data synchronization method according to an embodiment of the present application.
Fig. 2 is a schematic structural diagram of a data synchronization device according to an embodiment of the present application.
Fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present application without making any inventive effort, are intended to be within the scope of the present application.
It should be noted that: like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further definition or explanation thereof is necessary in the following figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only to distinguish the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 1 is a flowchart of a data synchronization method according to some embodiments of the present application. The data synchronization method is applied to first terminal equipment, and the first terminal equipment is used for receiving data to be synchronized in the second terminal equipment. The method comprises the following steps:
s101, acquiring encrypted data transmitted by a second terminal device, wherein the encrypted data is generated by encrypting data to be synchronized by the second terminal device through a preset encryption algorithm.
S102, decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized.
S103, configuring a preset loading script according to the model name.
S104, configuring a timing task in the crontab by adopting the configured preset loading script so as to load the data to be synchronized.
In step S101, before data transmission, the first terminal device configures a mode of the data to be synchronized, and a model name is consistent with a type of the data to be synchronized. The second terminal device encrypts the data to be synchronized by adopting a preset encryption algorithm to obtain encrypted data, wherein the encrypted data can be symmetrically encrypted or asymmetrically encrypted. The second terminal device may transmit the encrypted data in sftp.
In this step S102, if the second terminal device adopts a symmetric encryption algorithm, the first terminal device may decrypt with the corresponding key. And when the second terminal equipment encrypts the data to be synchronized, the model names corresponding to the data to be synchronized are also encrypted together, and the encrypted data are transmitted to the second terminal equipment together. The model name may be set in the forefront of the encrypted data, that is, in the data decrypted by the encrypted data, and the previous predetermined number of data segments is the model name.
In step S103, different types of data to be synchronized correspondingly use different preset loading scripts, so that data loading efficiency can be improved. Because different types of data to be synchronized have different model names, parameter configuration can be directly performed on the preset loading script according to the model names.
In this step S104, since the loading of data with different functions is faster due to different databases, this step S104 includes the following sub-steps: s1041, obtaining a type identifier of a database storing the data to be synchronized; s1042, acquiring a corresponding target data import function according to the type identifier; s1043, configuring a timing task in the crontab by adopting the configured preset loading script, and loading the data to be synchronized into a database by adopting the target data import function. When data to be synchronized is loaded in an unix environment, if the database is an oracle database, adopting an sqlldr function as a target data import function; if the database is a mysql database, a mysql-h function is used as a target data import function. The script is configured, the code coupling is reduced, different points of the program are obtained by configuration, the effect of synchronizing data can be newly added by configuring the model name, the development efficiency is improved, the cost is reduced, and the maintenance is convenient.
Optionally, in the data synchronization method of the embodiment of the present application, when the data to be synchronized is loaded, the preset loading script is executed in series or concurrently.
In some embodiments, when the loading of the data to be synchronized is performed, the loading condition of the data is monitored, and when abnormal loading of the data is monitored, reminding information is generated. The abnormal situation is processed in time, so that the data is ensured to be loaded in time, and the influence on the service is avoided.
As can be seen from the above, in the embodiment of the present application, by acquiring encrypted data transmitted by a second terminal device, the encrypted data is generated by encrypting data to be synchronized by the second terminal device using a preset encryption algorithm; decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized; configuring a preset loading script according to the model name; configuring a timing task in a crontab by adopting a configured preset loading script so as to load the data to be synchronized; therefore, the quick loading of the data to be synchronized is realized, the loading efficiency of the data to be synchronized can be improved, and the centralized management of data transmission, loading and early warning is realized by adopting the timing type operation, so that the data transmission risk is reduced, and the safety is improved. The development work of the data synchronization program is reduced, the data loading efficiency is improved, and the cost is saved. And the maintenance cost is reduced, and the timeliness of exception handling is improved.
Referring to fig. 2, fig. 2 is a block diagram of a data synchronization device according to some embodiments of the present application. The data synchronization device is applied to the first terminal equipment, and comprises: an acquisition module 201, a decryption module 202, a configuration module 203, and a loading module 204.
The acquiring module 201 is configured to acquire encrypted data transmitted by a second terminal device, where the encrypted data is generated by encrypting data to be synchronized by using a preset encryption algorithm; before data transmission, the first terminal device configures the mode of the data to be synchronized, and the model name is consistent with the type of the data to be synchronized. The second terminal device encrypts the data to be synchronized by adopting a preset encryption algorithm to obtain encrypted data, wherein the encrypted data can be symmetrically encrypted or asymmetrically encrypted. The second terminal device may transmit the encrypted data in sftp.
The decryption module 202 is configured to decrypt the encrypted data according to a decryption algorithm corresponding to the encryption algorithm, so as to obtain data to be synchronized and a model name corresponding to the data to be synchronized; if the second terminal device adopts a symmetric encryption algorithm, the first terminal device can adopt a corresponding key for decryption. And when the second terminal equipment encrypts the data to be synchronized, the model names corresponding to the data to be synchronized are also encrypted together, and the encrypted data are transmitted to the second terminal equipment together. The model name may be set in the forefront of the encrypted data, that is, in the data decrypted by the encrypted data, and the previous predetermined number of data segments is the model name.
The configuration module 203 is configured to configure a preset loading script according to the model name; different classes of data to be synchronized correspondingly adopt different preset loading scripts, so that the data loading efficiency can be improved. Because different types of data to be synchronized have different model names, parameter configuration can be directly performed on the preset loading script according to the model names.
The loading module 204 is configured to configure a timing task at the crontab by using the configured preset loading script, so as to load the data to be synchronized. The loading module 204 includes: the first acquisition unit is used for acquiring the type identifier of the database storing the data to be synchronized; the second acquisition unit is used for acquiring a corresponding target data import function according to the type identifier; and the loading unit is used for configuring a timing task in the crontab by adopting the configured preset loading script, and loading the data to be synchronized into a database by adopting the target data import function. Since it is faster to load data with different functions for different databases, this step S104 comprises the sub-steps of: s1041, obtaining a type identifier of a database storing the data to be synchronized; s1042, acquiring a corresponding target data import function according to the type identifier; s1043, configuring a timing task in the crontab by adopting the configured preset loading script, and loading the data to be synchronized into a database by adopting the target data import function. When data to be synchronized is loaded in an unix environment, if the database is an oracle database, adopting an sqlldr function as a target data import function; if the database is a mysql database, a mysql-h function is used as a target data import function. The script is configured, the code coupling is reduced, different points of the program are obtained by configuration, the effect of synchronizing data can be newly added by configuring the model name, the development efficiency is improved, the cost is reduced, and the maintenance is convenient.
Optionally, in the data synchronization method of the embodiment of the present application, when the data to be synchronized is loaded, the preset loading script is executed in series or concurrently.
In some embodiments, when the loading of the data to be synchronized is performed, the loading condition of the data is monitored, and when abnormal loading of the data is monitored, reminding information is generated. The abnormal situation is processed in time, so that the data is ensured to be loaded in time, and the influence on the service is avoided.
As can be seen from the above, the data synchronization device provided in the embodiment of the present application obtains encrypted data transmitted by a second terminal device, where the encrypted data is generated by encrypting data to be synchronized by using a preset encryption algorithm; decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized; configuring a preset loading script according to the model name; configuring a timing task in a crontab by adopting a configured preset loading script so as to load the data to be synchronized; therefore, the quick loading of the data to be synchronized is realized, the loading efficiency of the data to be synchronized can be improved, and the centralized management of data transmission, loading and early warning is realized by adopting the timing type operation, so that the data transmission risk is reduced, and the safety is improved. The development work of the data synchronization program is reduced, the data loading efficiency is improved, and the cost is saved. And the maintenance cost is reduced, and the timeliness of exception handling is improved.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application, where the electronic device 3 includes: processor 301 and memory 302, the processor 301 and memory 302 being interconnected and in communication with each other by a communication bus 303 and/or other form of connection mechanism (not shown), the memory 302 storing a computer program executable by the processor 301, the processor 301 executing the computer program when the computing device is running to perform the method in any of the alternative implementations of the above embodiments to carry out the following functions: acquiring encrypted data transmitted by a second terminal device, wherein the encrypted data is generated by encrypting data to be synchronized by the second terminal device through a preset encryption algorithm; decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized; configuring a preset loading script according to the model name; and configuring a timing task in the crontab by adopting the configured preset loading script so as to load the data to be synchronized.
The present application provides a storage medium, which when executed by a processor, performs the method in any of the alternative implementations of the above embodiments to implement the following functions:
acquiring encrypted data transmitted by a second terminal device, wherein the encrypted data is generated by encrypting data to be synchronized by the second terminal device through a preset encryption algorithm; decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized; configuring a preset loading script according to the model name; and configuring a timing task in the crontab by adopting the configured preset loading script so as to load the data to be synchronized.
The storage medium may be implemented by any type of volatile or nonvolatile Memory device or combination thereof, such as static random access Memory (Static Random Access Memory, SRAM), electrically erasable Programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), erasable Programmable Read-Only Memory (Erasable Programmable Read Only Memory, EPROM), programmable Read-Only Memory (PROM), read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk, or optical disk.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. The above-described apparatus embodiments are merely illustrative, for example, the division of the units is merely a logical function division, and there may be other manners of division in actual implementation, and for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be through some communication interface, device or unit indirect coupling or communication connection, which may be in electrical, mechanical or other form.
Further, the units described as separate units may or may not be physically separate, and units displayed as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
Furthermore, functional modules in various embodiments of the present application may be integrated together to form a single portion, or each module may exist alone, or two or more modules may be integrated to form a single portion.
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
The foregoing is merely exemplary embodiments of the present application and is not intended to limit the scope of the present application, and various modifications and variations may be suggested to one skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present application should be included in the protection scope of the present application.

Claims (8)

1. A data synchronization method applied to a first terminal device, the method comprising the steps of:
acquiring encrypted data transmitted by a second terminal device, wherein the encrypted data is generated by encrypting data to be synchronized by the second terminal device through a preset encryption algorithm;
decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm to obtain data to be synchronized and model names corresponding to the data to be synchronized;
configuring a preset loading script according to the model name;
configuring a timing task in a crontab by adopting a configured preset loading script so as to load the data to be synchronized;
the step of configuring a timing task in a crontab by using the configured preset loading script to load the data to be synchronized includes:
acquiring a type identifier of a database storing the data to be synchronized;
acquiring a corresponding target data import function according to the type identifier;
and configuring a timing task in the crontab by adopting the configured preset loading script, and loading the data to be synchronized into a database by adopting the target data import function.
2. The data synchronization method according to claim 1, wherein the step of acquiring the corresponding target data import function according to the type identifier includes:
if the database is an oracle database, adopting an sqlldr function as a target data import function;
if the database is a mysql database, a mysql-h function is used as a target data import function.
3. The method for synchronizing data according to claim 1, wherein the loading of the data to be synchronized is performed by serial execution or concurrent execution of the preset loading script.
4. The method for synchronizing data according to claim 1, wherein when the data to be synchronized is loaded, the data loading condition is monitored, and when abnormal data loading is monitored, a reminding message is generated.
5. The data synchronization method according to claim 1, wherein when encrypted data transmitted by a second terminal device is acquired, the second terminal device transmits the encrypted data in an sftp manner.
6. A data synchronization device applied to a first terminal device, the device comprising:
the acquisition module is used for acquiring encrypted data transmitted by the second terminal equipment, and the encrypted data is generated by encrypting the data to be synchronized by the second terminal equipment by adopting a preset encryption algorithm;
the decryption module is used for decrypting the encrypted data according to a decryption algorithm corresponding to the encryption algorithm so as to obtain data to be synchronized and model names corresponding to the data to be synchronized;
the configuration module is used for configuring a preset loading script according to the model name;
the loading module is used for configuring a timing task in the crontab by adopting the configured preset loading script so as to load the data to be synchronized;
the loading module comprises:
the first acquisition unit is used for acquiring the type identifier of the database storing the data to be synchronized;
the second acquisition unit is used for acquiring a corresponding target data import function according to the type identifier;
and the loading unit is used for configuring a timing task in the crontab by adopting the configured preset loading script, and loading the data to be synchronized into a database by adopting the target data import function.
7. An electronic device comprising a processor and a memory storing computer readable instructions which, when executed by the processor, perform the steps of the method of any of claims 1-5.
8. A storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method according to any of claims 1-5.
CN202010361786.5A 2020-04-30 2020-04-30 Data synchronization method, device, electronic equipment and storage medium Active CN111552746B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010361786.5A CN111552746B (en) 2020-04-30 2020-04-30 Data synchronization method, device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010361786.5A CN111552746B (en) 2020-04-30 2020-04-30 Data synchronization method, device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111552746A CN111552746A (en) 2020-08-18
CN111552746B true CN111552746B (en) 2023-04-28

Family

ID=72001481

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010361786.5A Active CN111552746B (en) 2020-04-30 2020-04-30 Data synchronization method, device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111552746B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113268378A (en) * 2021-05-18 2021-08-17 Oppo广东移动通信有限公司 Data disaster tolerance method and device, storage medium and electronic equipment
CN114430343B (en) * 2022-01-21 2023-12-01 北京数字认证股份有限公司 Data synchronization method and device, electronic equipment and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6449638B1 (en) * 1998-01-07 2002-09-10 Microsoft Corporation Channel definition architecture extension
CN105867978A (en) * 2016-04-11 2016-08-17 平安科技(深圳)有限公司 OGG version deployment method and system
CN108958729A (en) * 2017-05-19 2018-12-07 腾讯科技(深圳)有限公司 A kind of data processing method, device and storage medium
CN110222122A (en) * 2019-07-26 2019-09-10 深圳市元征科技股份有限公司 A kind of method of data synchronization and relevant device of MongoDB

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002057990A (en) * 2000-08-09 2002-02-22 Nec Corp Video reproduction system and data synchronization system used therefor
CN107908631B (en) * 2017-07-25 2021-04-20 平安科技(深圳)有限公司 Data processing method, data processing device, storage medium and computer equipment
CN109241760A (en) * 2018-09-28 2019-01-18 北京北信源信息安全技术有限公司 Data ciphering method, decryption method, encryption device and decryption device
CN110245145A (en) * 2019-04-25 2019-09-17 深圳壹账通智能科技有限公司 Structure synchronization method and apparatus of the relevant database to Hadoop database
CN110543476A (en) * 2019-07-03 2019-12-06 威富通科技有限公司 Synchronization method and device of database table structure and server
CN110321387B (en) * 2019-07-10 2022-02-01 中国联合网络通信集团有限公司 Data synchronization method, equipment and terminal equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6449638B1 (en) * 1998-01-07 2002-09-10 Microsoft Corporation Channel definition architecture extension
CN105867978A (en) * 2016-04-11 2016-08-17 平安科技(深圳)有限公司 OGG version deployment method and system
CN108958729A (en) * 2017-05-19 2018-12-07 腾讯科技(深圳)有限公司 A kind of data processing method, device and storage medium
CN110222122A (en) * 2019-07-26 2019-09-10 深圳市元征科技股份有限公司 A kind of method of data synchronization and relevant device of MongoDB

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
任开银 ; 孔震 ; 叶敏 ; .通用数据交换系统架构设计与实现.电力系统自动化.2009,(第20期),全文. *

Also Published As

Publication number Publication date
CN111552746A (en) 2020-08-18

Similar Documents

Publication Publication Date Title
EP3050245B1 (en) Centralized policy management for security keys
CN109523040B (en) User equipment repair method, server, system and medium capable of protecting privacy
US9369279B2 (en) Handling key rotation problems
CN111552746B (en) Data synchronization method, device, electronic equipment and storage medium
CN108270739B (en) Method and device for managing encryption information
WO2015042599A1 (en) Centralized key discovery and management
CN110166562B (en) Data synchronization method and device, storage medium and electronic equipment
CN110866261A (en) Data processing method and device based on block chain and storage medium
CN111654522B (en) File synchronization method, file synchronization server and storage medium
CN105303103A (en) Method for protecting service process in mobile terminal and mobile terminal
CN107729213B (en) Background task monitoring method and device
CN112422368A (en) Database cluster monitoring method and system based on clickhouse
CN105471626A (en) Method and system for distributing storage data of internal memory
CN105100216A (en) Multi-service monitoring method and device
CN113031997A (en) Upgrade package generation and management method and device, computer equipment and storage medium
US20230275750A1 (en) System and method for secure storage and distribution of encryption keys
CN111475225A (en) Microservice configuration method, system, apparatus and computer readable storage medium
CN115567218A (en) Data processing method and device of security certificate based on block chain and server
CN113221151A (en) Data processing method and device based on block chain and storage medium
CN114915469A (en) Method and device for smoothly switching application system secret keys
CN111510304B (en) Information transmission and information management method, system and device and electronic equipment
CN112966303A (en) Data encryption and decryption method and device, electronic equipment and computer storage medium
CN113014545A (en) Data processing method and device, computer equipment and storage medium
CN112699391A (en) Target data sending method and privacy computing platform
CN114969211B (en) Civil aviation data processing system based on block chain

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