CN113419872A - Application system interface integration system, integration method, equipment and storage medium - Google Patents

Application system interface integration system, integration method, equipment and storage medium Download PDF

Info

Publication number
CN113419872A
CN113419872A CN202110704530.4A CN202110704530A CN113419872A CN 113419872 A CN113419872 A CN 113419872A CN 202110704530 A CN202110704530 A CN 202110704530A CN 113419872 A CN113419872 A CN 113419872A
Authority
CN
China
Prior art keywords
data
target
synchronization
configuration information
integration
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
CN202110704530.4A
Other languages
Chinese (zh)
Other versions
CN113419872B (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.)
Shaanxi Youbai Information Technology Co ltd
Original Assignee
Shaanxi Youbai 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 Shaanxi Youbai Information Technology Co ltd filed Critical Shaanxi Youbai Information Technology Co ltd
Priority to CN202110704530.4A priority Critical patent/CN113419872B/en
Publication of CN113419872A publication Critical patent/CN113419872A/en
Application granted granted Critical
Publication of CN113419872B publication Critical patent/CN113419872B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides an application system interface integration system, an integration method, equipment and a storage medium, which are used for obtaining configuration information from a client, wherein the configuration information is information about data integration rules of a data target system; the server acquires configuration information required by data integration, calls a data acquisition module, and acquires data from a data source system according to the configuration information to process the data to obtain intermediate data; the data synchronous pushing module is registered with a target data type identifier, and is called to acquire target data corresponding to the target data type identifier from intermediate data; and based on the interface unit, synchronizing the target data, and synchronizing the target data into the data target system by the server. The invention generates a computer readable storage medium to configure system parameters and conditions, and system administrators or related configuration personnel can complete the integration of interfaces and data synchronization between systems without the participation of manual secondary development.

Description

Application system interface integration system, integration method, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an application system interface integration system, an integration method, an application system interface integration apparatus, and a storage medium.
Background
In the large technical background, a universal dynamic interface integration method needs to be developed, and the requirement for data integration between systems exists in both traditional projects and internet projects.
When a traditional project is carried out, interface integration among systems is usually developed by adopting a webService mode and transmitting data in an xml format, and the technology is relatively laggard and needs secondary development; similarly, when an internet project is made, integration between systems or micro-services is usually realized by adopting a restful form and transmitting data in a json format, but the internet project needs many integrated systems, and the number of interfaces is large and dispersed.
The application system integration method in the prior art has the disadvantages that a mechanism for providing real-time data synchronization is not provided, the problem that the data are inconsistent within a certain period of time exists, and a log acquisition system including data transmission is not provided, so that the conditions of current system integration and data transmission cannot be monitored.
Disclosure of Invention
The invention provides an application system interface integration system, an integration method, equipment and a storage medium, and solves the problems that data real-time synchronization between different systems cannot be provided and the integration and data transmission of the current system cannot be monitored in the prior art.
The technical scheme of the invention is realized as follows:
a data integration system comprises a client side and a server side,
obtaining configuration information from a client, the configuration information being information about data integration rules of a data target system;
the server comprises a data acquisition module, a data synchronous pushing module and an interface unit for data communication with the client;
the server acquires configuration information required by data integration, calls a data acquisition module, and acquires data from a data source system according to the configuration information to process the data to obtain intermediate data;
the data synchronous pushing module is registered with a target data type identifier, and is called to acquire target data corresponding to the target data type identifier from the intermediate data; and based on the interface unit, synchronizing the target data, and synchronizing the target data into a data target system by the server.
Preferably, the configuration information includes:
the data target system sets the connection information of the data source system and the data target system;
the data target system sets a mapping relation between basic data of a data source system and basic data of a data target system;
the data target system sets a mapping relation between data source system service data and data target system service data;
the data target system sets the conversion rule of the intermediate data and the target data;
the data target system sets a scheduling strategy, wherein the scheduling strategy comprises data timing push information and data real-time push information; a user sets a timing pushing condition in the data timing pushing information, the timing pushing condition comprises pushing time and a pushing time interval, and a data pushing action is triggered after the set pushing time or the set pushing time interval is reached;
the data target system sets data collection rules based on a scheduling policy.
Preferably, the data synchronization pushing module includes a timing synchronization unit and a real-time synchronization unit selectively called according to the configuration information, the timing synchronization unit is configured to set a timing synchronization time and a timing interval time for synchronizing target data in the data source system, and the timing synchronization unit is configured to push the target data meeting the conditions in real time based on the configuration information.
Preferably, the server further includes a monitoring module, the monitoring module is started when the data synchronization pushing module is started, the monitoring module monitors an intermediate result of newly added or changed data, detects a matching degree of specific field content of the intermediate data and the configuration information, and transmits the target data to the data target system if the intermediate result is matched with the configuration information.
Preferably, the interface unit adaptation integration mode comprises a RestAPI interface, JDBC database connection and an Mq message queue.
Preferably, the server further includes a log collection module, the log collection module is configured to record and store configuration information, target data, information of a timing synchronization unit or a real-time synchronization unit called by the data synchronization pushing module, and result information of synchronization of the target data via each interface unit, and the log collection module can search for target data of which synchronization of the target data via the interface unit fails and perform manual synchronization.
An application system interface integration method comprises the following steps:
s1: a user selects the type, the connection mode and the user permission information of a data source system on a client interface;
s2: connecting a data source system according to the connection mode, displaying a data structure and data content of the data source system, selecting the data structure of the data source system to be acquired according to specific requirements by a user, setting data extraction conditions corresponding to the structure, wherein the data extraction conditions are configuration information, and extracting and processing to obtain intermediate data;
s3: loading a data synchronization strategy, carrying out real-time synchronization or timing synchronization on user configuration data, setting a timing synchronization condition when setting data timing synchronization, wherein the timing synchronization condition comprises timing synchronization time and a timing synchronization interval, and synchronizing target data meeting configuration information into a data target system;
s4: recording the specific content of the transmitted target data, the data target system information and the transmission mode in a log synchronization mode, recording the specific information into an elastic search, checking and analyzing the log, searching the data with synchronization failure by analyzing the data synchronization log, and performing manual data synchronization again.
S5: and the user configures the type and the connection mode of the data target system and the user authority information on the client interface to accept the data.
Preferably, when the user configuration data is synchronized in real time in step S3, when data is approved, the data synchronization pushing module invokes the real-time synchronization unit to filter the approved data according to the previously stored configuration information, so that the data can be directly synchronized in real time if the data is in compliance with the condition, and the data is not pushed if the data is not in compliance with the condition.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing steps such as an application system interface integration method when executing the computer program.
A computer readable storage medium having program code stored therein that is invoked by a processor to perform an application system interface integration method.
The invention has the beneficial effects that:
(1) the invention adds a data synchronization pushing module and a monitoring module, monitors in the whole life cycle of the data through the monitoring module, monitors the matching degree of the specific field content of the intermediate data and the configuration information in real time through the monitoring module, and transmits the target data to a data target system if the matching degree is matched, thereby ensuring the real-time synchronization update of the data among different systems without the need of the timed incremental update.
(2) The invention adds a log acquisition module, can check the distribution condition of the real-time interface unit, and can manually distribute the data failed in distribution again.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of a data integration system according to the present invention;
fig. 2 is a flow chart illustrating a data integration method according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Referring to fig. 1, in one embodiment, a data integration system is provided, comprising a client and a server: the client user operates and configures related information on a page through a web service, wherein the related information comprises data source system, connection information of a data target system, complex business condition configuration information acquired by data extraction, whether to push data in real time, specific configuration information of real-time/timing pushing data and the like.
Obtaining configuration information from a client, the configuration information being information about data integration rules of a data target system;
the server comprises a data acquisition module, a data synchronous pushing module and an interface unit for data communication with the client;
the server acquires configuration information required by data integration, calls a data acquisition module, and acquires data from a data source system according to the configuration information to process the data to obtain intermediate data;
the data synchronous pushing module is registered with a target data type identifier, and is called to acquire target data corresponding to the target data type identifier from intermediate data; and based on the interface unit, synchronizing the target data, and synchronizing the target data into the data target system by the server.
The configuration information includes:
the data target system sets the connection information of the data source system and the data target system;
the data target system sets a mapping relation between basic data of a data source system and basic data of a data target system;
the data target system sets a mapping relation between data source system service data and data target system service data;
the data target system sets the conversion rule of the intermediate data and the target data;
the data target system sets a scheduling strategy, wherein the scheduling strategy comprises data timing push information and data real-time push information; the data timing pushing information refers to that a user sets a timing pushing condition which comprises pushing time and a pushing time interval, and triggers a data pushing action after the set pushing time or the set pushing time interval is reached. Timing push uses techniques such as multithreading, thread pooling, and quartz to implement the relevant functions.
The real-time data pushing information means that a data monitoring module is required to be used for real-time pushing, when a source system has data addition or data change, the data monitoring module is triggered to act, the data monitoring module monitors an intermediate result of the data addition/change, detects the matching degree of specific field content of the intermediate result and configuration information, and transmits target data to a data target system if the intermediate result is matched with the configuration information.
The data target system sets data collection rules based on a scheduling policy.
The data synchronization pushing module comprises a timing synchronization unit and a real-time synchronization unit which are selected and called according to configuration information, the timing synchronization unit is used for setting timing synchronization time and timing interval time of synchronization target data in the data source system, and the timing synchronization unit is used for pushing the target data meeting conditions in real time based on the configuration information.
The interface unit adaptation integration mode comprises a RestAPI interface, JDBC database connection and an Mq message queue.
The server also comprises a log acquisition module, wherein the log acquisition module is used for recording and storing configuration information, target data, information of a timing synchronization unit or a real-time synchronization unit called by the data synchronization pushing module and result information of synchronization of the target data through each interface unit, and the log acquisition module can search the target data of which the synchronization of the target data through the interface units fails and perform manual synchronization.
The server forms a computer-readable medium according to the configuration information of the user for persistent storage and ready-to-read use.
The server is a core module with the whole structure and functions, and comprises a computer medium stored with user configuration, a data acquisition service, a data real-time/timing push service and a support log acquisition service. The specific flow of the server is as follows:
1. the server is first saved as a computer medium according to the client configuration for reading use in subsequent steps.
2. And reading the source data of the timing configuration.
When data is pushed at regular time, according to timing configuration information (such as timing time, timing interval and the like) and configured data source system information, the stored service condition information is matched to form sql or http request is sent to obtain specific data content to be distributed.
The timing task is executed by using quartz according to a cron expression, and the specific data is acquired by directly acquiring data by using JDBC + sql according to different forms or indirectly acquiring data by sending http request/Mq messages through an interface.
3. And distributing the qualified data acquired in the last step by adopting different sending modes (http + restApi/JDBC/Mq and the like) according to the configuration of a data target system.
When data is sent each time, all information such as the sent specific data content, the target system information, the sending mode and the like is recorded, the specific information is recorded into the ElasticSearch, and an ELK (ElasticSearch + Logstash + Kibana) component is used for checking and analyzing the log. In addition, the result information of the data distribution in the previous step is recorded for storage and comparison, and the data failed to be distributed can be found and manually distributed.
Referring to fig. 2, in one embodiment, an application system interface integration method is provided, comprising the steps of:
s1: a user selects the type, the connection mode and the user permission information of a data source system on a client interface, such as information of a user name and a password, a source system address port, a source system example and the like;
s2: connecting a data source system according to the connection mode, displaying a data structure and data content of the data source system, selecting the data structure of the data source system to be acquired according to specific requirements by a user, and setting data extraction conditions corresponding to the structure, wherein the data extraction conditions are configuration information;
s3: loading a data synchronization strategy, configuring intermediate data by a user for real-time synchronization or timing synchronization, setting timing synchronization conditions when setting data timing synchronization, wherein the timing synchronization conditions comprise timing synchronization time and timing synchronization intervals, and synchronizing target data meeting configuration information into a data target system;
s4: recording the specific content of the transmitted target data, the data target system information and the transmission mode in a log synchronization mode, recording the specific information into an elastic search, checking and analyzing the log, searching the data with synchronization failure by analyzing the data synchronization log, and performing manual data synchronization again.
S5: and the user configures the type and the connection mode of the data target system and the user authority information on the client interface to accept the data.
When the user configuration data is synchronized in real time in step S3, when data is approved, the data synchronization pushing module calls the real-time synchronization unit to filter the approved data according to the previously stored configuration information, and if the data is in accordance with the conditions, the data can be directly synchronized in real time, and if the data is not in accordance with the conditions, the data is not pushed.
The information of dynamic integrated interface configuration can be stored in the server in the form of computer medium, and after the information is successfully stored, the server can implement correspondent data synchronization according to user configuration
The following describes the application system interface integration method according to the embodiment of the present application in detail with reference to a specific usage scenario:
in the implementation process of a large project, the system needs to interface with a plurality of business systems such as finance, OA, ERP, SAP and the like. According to the original butt joint process, both sides need to write function codes respectively, joint debugging is carried out by both sides at the appointed time after self-test, the whole process consumes half a month if less, and the time is difficult to coordinate, thus causing great resource waste.
By adopting the interface integration method described in the text, the user can realize the interface integration only by configuring the interface on the client side, and the time cost of manpower coordination and joint debugging in the interface integration method is saved.
Taking a synchronous ERP system as an example, data needs to be synchronized from an MDM system to an ORACLE ERP system, and a user firstly configures a source system, namely a data source connection mode of the MDM system, which includes information such as a data source type, a connection URI address, a user name, a password, an instance and the like. And after the connection is successful, selecting a material data structure in the main data system, and setting the extraction condition as data which passes the audit (flow state field is approved) and is in an active state (data state field is active). And then, setting a synchronization strategy as real-time synchronization, so that the data checked by the MDM system can be timely distributed to an ORACLE ERP system. And finally, setting a connection mode of the ORACLE ERP system, wherein the connection mode comprises information such as system type, connection URI address, user name, password, instance and the like. After the four steps are successfully stored, synchronous butt joint of the ERP system is completed, the whole process can achieve the effect of at least consuming time and working for half a month originally only by setting the four steps on an interface by a user, and labor and time cost are saved.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the application system interface integration method when executing the computer program.
A computer readable storage medium having program code stored therein that is invoked by a processor to perform, for example, an application system interface integration method.
Example 2
In addition to the same technical features as in example 1, the following differences are included:
the data synchronous pushing module comprises a real-time synchronous unit which is selected and called according to the configuration information, when data is pushed in real time, when data is checked and passed, the data which is checked and passed is filtered according to the stored service condition information, if the data meets the condition, the data is directly pushed in real time, and if the data does not meet the condition, the data is not pushed.
The server also comprises a monitoring module, the monitoring module is started when the data synchronous pushing module is started, the monitoring module monitors the matching degree of the specific field content of the intermediate data and the configuration information in real time, and if the specific field content of the intermediate data is matched with the configuration information, the target data is transmitted to the data target system. A real-time synchronization module in the system monitors the state of data, a monitoring module is called every time after the data is checked, filtering is carried out in the monitoring module according to the comparison of the content of a specific field of the data and a configured condition, and if the condition is met, the real-time synchronization module is directly sent to a target data system through an http + restApi request/Mq message.
The real-time synchronization module in the system has the corresponding beneficial effects of real-time updating of data and no need of timed incremental updating.
The specific implementation method is that a module is arranged in the system, the module monitors in the whole life cycle of data, a dynamic anchor point is arranged at the position where each step of operation is carried out on the data, so that the state of the data is recorded, a corresponding dynamic proxy is generated at the same time, and the monitoring and related functions are enhanced by inserting a function customized in advance into a specified position by using the AOP dynamic proxy technology.
In summary, compared with the difference that data integration between systems needs manual secondary coding, the present invention generates a computer readable storage medium to configure system parameters and conditions by using a B/S architecture-based approach, and a system administrator or related configurator can complete the integration of interfaces between systems and the synchronization of data without manual secondary development participation.
In the past, when an implementation project is carried out, a large amount of manpower is often consumed for development and testing of complex interface service requirements.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A data integration system comprises a client and a server, and is characterized in that:
obtaining configuration information from a client, the configuration information being information about data integration rules of a data target system;
the server comprises a data acquisition module, a data synchronous pushing module and an interface unit for data communication with the client;
the server acquires configuration information required by data integration, calls a data acquisition module, and acquires data from a data source system according to the configuration information to process the data to obtain intermediate data;
the data synchronous pushing module is registered with a target data type identifier, and is called to acquire target data corresponding to the target data type identifier from the intermediate data; and based on the interface unit, synchronizing the target data, and synchronizing the target data into a data target system by the server.
2. A data integration system according to claim 1, wherein: the configuration information includes:
the data target system sets the connection information of the data source system and the data target system;
the data target system sets a mapping relation between basic data of a data source system and basic data of a data target system;
the data target system sets a mapping relation between data source system service data and data target system service data;
the data target system sets the conversion rule of the intermediate data and the target data;
the data target system sets a scheduling strategy, wherein the scheduling strategy comprises data timing push information and data real-time push information; a user sets a timing pushing condition in the data timing pushing information, the timing pushing condition comprises pushing time and a pushing time interval, and a data pushing action is triggered after the set pushing time or the set pushing time interval is reached;
the data target system sets data collection rules based on a scheduling policy.
3. A data integration system according to claim 2, wherein: the data synchronization pushing module comprises a timing synchronization unit and a real-time synchronization unit which are selected and called according to configuration information, the timing synchronization unit is used for setting timing synchronization time and timing interval time of synchronization target data in the data source system, and the timing synchronization unit is used for pushing the target data meeting conditions in real time based on the configuration information.
4. A data integration system according to claim 3, wherein: the server also comprises a monitoring module, the monitoring module is started when the data synchronous pushing module is started, the monitoring module monitors an intermediate result of newly added or changed data, detects the matching degree of the specific field content of the intermediate data and the configuration information, and transmits the target data to the data target system if the specific field content of the intermediate data is matched with the configuration information.
5. A data integration system according to claim 3, wherein: the interface unit adaptation integration mode comprises a RestAPI interface, JDBC database connection and an Mq message queue.
6. A data integration system according to claim 5, wherein: the server also comprises a log acquisition module, wherein the log acquisition module is used for recording and storing configuration information, target data, information of a timing synchronization unit or a real-time synchronization unit called by the data synchronization pushing module and result information of synchronization of the target data through each interface unit, and the log acquisition module can search the target data of which the synchronization of the target data through the interface units fails and perform manual synchronization.
7. An application system interface integration method is characterized by comprising the following steps:
s1: a user selects the type, the connection mode and the user permission information of a data source system on a client interface;
s2: connecting a data source system according to the connection mode, displaying a data structure and data content of the data source system, selecting the data structure of the data source system to be acquired according to specific requirements by a user, setting data extraction conditions corresponding to the structure, wherein the data extraction conditions are configuration information, and extracting and processing to obtain intermediate data;
s3: loading a data synchronization strategy, carrying out real-time synchronization or timing synchronization on user configuration data, setting a timing synchronization condition when setting data timing synchronization, wherein the timing synchronization condition comprises timing synchronization time and a timing synchronization interval, and synchronizing target data meeting configuration information into a data target system;
s4: recording the specific content of the transmitted target data, the data target system information and the transmission mode in a log synchronization mode, recording the specific information into an elastic search, checking and analyzing the log, searching the data with synchronization failure by analyzing the data synchronization log, and performing manual data synchronization again.
S5: and the user configures the type and the connection mode of the data target system and the user authority information on the client interface to accept the data.
8. The method of claim 7, wherein when the user configuration data is synchronized in real time in step S3, when data is approved, the data synchronization pushing module invokes the real-time synchronization unit to filter the approved data according to the configuration information stored before, and if the data is not approved, the real-time synchronization is performed directly.
9. A computer arrangement comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the application system interface integration method according to any of claims 7 to 8 when executing the computer program.
10. A computer-readable storage medium having program code stored therein, the program code being invoked by a processor to perform an application system interface integration method according to any one of claims 7 to 8.
CN202110704530.4A 2021-06-24 2021-06-24 Application system interface integration system, integration method, equipment and storage medium Active CN113419872B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110704530.4A CN113419872B (en) 2021-06-24 2021-06-24 Application system interface integration system, integration method, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110704530.4A CN113419872B (en) 2021-06-24 2021-06-24 Application system interface integration system, integration method, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113419872A true CN113419872A (en) 2021-09-21
CN113419872B CN113419872B (en) 2023-11-07

Family

ID=77716554

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110704530.4A Active CN113419872B (en) 2021-06-24 2021-06-24 Application system interface integration system, integration method, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113419872B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115242870A (en) * 2022-06-23 2022-10-25 宁波三星医疗电气股份有限公司 Electricity consumption data pushing method and device, server and computer readable storage medium
CN115544174A (en) * 2022-11-30 2022-12-30 广州粤芯半导体技术有限公司 Data synchronization method and device, computer equipment and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103744949A (en) * 2013-12-31 2014-04-23 金蝶软件(中国)有限公司 Data integrating method and system
CN108009252A (en) * 2017-12-04 2018-05-08 传神语联网网络科技股份有限公司 The method and device of data synchronization
WO2020233212A1 (en) * 2019-05-17 2020-11-26 深圳前海微众银行股份有限公司 Log record processing method, server, and storage medium
CN112231408A (en) * 2020-10-22 2021-01-15 微医云(杭州)控股有限公司 Data integration method and device, electronic equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103744949A (en) * 2013-12-31 2014-04-23 金蝶软件(中国)有限公司 Data integrating method and system
CN108009252A (en) * 2017-12-04 2018-05-08 传神语联网网络科技股份有限公司 The method and device of data synchronization
WO2020233212A1 (en) * 2019-05-17 2020-11-26 深圳前海微众银行股份有限公司 Log record processing method, server, and storage medium
CN112231408A (en) * 2020-10-22 2021-01-15 微医云(杭州)控股有限公司 Data integration method and device, electronic equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
赵琦 等: "制药企业复杂信息系统信息集成服务接口管理设计", 《中国医药工业杂志》, vol. 51, no. 2, pages 176 - 182 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115242870A (en) * 2022-06-23 2022-10-25 宁波三星医疗电气股份有限公司 Electricity consumption data pushing method and device, server and computer readable storage medium
CN115242870B (en) * 2022-06-23 2023-10-27 宁波三星医疗电气股份有限公司 Power consumption data pushing method, device, server and computer readable storage medium
CN115544174A (en) * 2022-11-30 2022-12-30 广州粤芯半导体技术有限公司 Data synchronization method and device, computer equipment and readable storage medium

Also Published As

Publication number Publication date
CN113419872B (en) 2023-11-07

Similar Documents

Publication Publication Date Title
CN104536899B (en) A kind of software deployment and its maintaining method based on Intelligent cluster
CN107958010B (en) Method and system for online data migration
CN108874558B (en) Message subscription method of distributed transaction, electronic device and readable storage medium
US8898643B2 (en) Application trace replay and simulation systems and methods
CN113419872B (en) Application system interface integration system, integration method, equipment and storage medium
CN111026635A (en) Software project testing system, method, device and storage medium
CN109766253B (en) Performance data sending method and device, computer equipment and storage medium
CN112286806B (en) Automatic test method and device, storage medium and electronic equipment
CN108197155A (en) Information data synchronous method, device and computer readable storage medium
CN113779092B (en) Real-time data display method, device, equipment and medium based on data warehouse
CN111026602A (en) Health inspection scheduling management method and device of cloud platform and electronic equipment
CN108446326B (en) A kind of isomeric data management method and system based on container
WO2023185310A1 (en) Data synchronization method and system, and computer readable storage medium
CN114741375A (en) Rapid and automatic data migration system and method for multi-source heterogeneous database
CN114595201A (en) Method, equipment and storage medium for inquiring acquisition record of interface access log
US20190363986A1 (en) Reconstructing message flows based on hash values
CN114756328A (en) Container cloud platform inspection method and device
CN113010607A (en) Method, device, computer system and storage medium for data synchronization between systems
CN113220633A (en) Unified file coding management method and system
CN102521339B (en) System and method for dynamic access of data sources
CN114661823A (en) Data synchronization method and device, electronic equipment and readable storage medium
CN107451056B (en) Method and device for monitoring interface test result
CN111930611B (en) Statistical method and device for test data
US9244811B1 (en) System and method for smart framework for network backup software debugging
CN115495527A (en) Data synchronization management system and method

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