CN109492038B - Data publishing system between heterogeneous systems based on microkernel and asynchronous queue - Google Patents

Data publishing system between heterogeneous systems based on microkernel and asynchronous queue Download PDF

Info

Publication number
CN109492038B
CN109492038B CN201811302999.XA CN201811302999A CN109492038B CN 109492038 B CN109492038 B CN 109492038B CN 201811302999 A CN201811302999 A CN 201811302999A CN 109492038 B CN109492038 B CN 109492038B
Authority
CN
China
Prior art keywords
data
service
heterogeneous
publishing
intermediate library
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.)
Expired - Fee Related
Application number
CN201811302999.XA
Other languages
Chinese (zh)
Other versions
CN109492038A (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.)
Luban Beijing Electronic Commerce Technology Co ltd
Original Assignee
Luban Beijing Electronic Commerce 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 Luban Beijing Electronic Commerce Technology Co ltd filed Critical Luban Beijing Electronic Commerce Technology Co ltd
Priority to CN201811302999.XA priority Critical patent/CN109492038B/en
Publication of CN109492038A publication Critical patent/CN109492038A/en
Application granted granted Critical
Publication of CN109492038B publication Critical patent/CN109492038B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data publishing system between heterogeneous systems based on microkernels and asynchronous queues, which enables the system to have the function of publishing data according to self publishing requirements, can greatly improve the efficiency of publishing data and support the condition that a plurality of systems require different data formats for one data.

Description

Data publishing system between heterogeneous systems based on microkernel and asynchronous queue
Technical Field
The invention relates to the technical field of data release systems, in particular to a data release system between heterogeneous systems based on microkernels and asynchronous queues.
Background
After China has undergone large-scale informatization development, the informatization level and degree of enterprises have been greatly improved. The scale of the enterprise application system is larger and larger, and the content is more and more comprehensive and deeper. With the continuous operation of these systems, data exchange between heterogeneous systems is increasing, and data as valuable information is becoming more and more important. Meanwhile, because the database types and data structures of the enterprise systems are different, unified data structure type data exchange cannot meet complex business scene requirements, and a microkernel-based design idea is needed, so that the data systems need to perform custom configuration of data sets according to different release requirements and different business scene requirements, and therefore personalized requirements of different enterprises or different business systems are met.
Disclosure of Invention
The present invention is directed to solving the above problems by providing a heterogeneous inter-system data distribution system based on a microkernel and an asynchronous queue.
The invention realizes the purpose through the following technical scheme:
the invention comprises
The service main body management service part provides the functions of managing and controlling the data receiving system, stipulates and sets the system, data authority and service providing validity period to which the data is issued, and the data issuing personnel can select different service main bodies according to different data sent each time;
the data version service part provides a version generation mechanism for the data to be published each time, the data published each time can be checked through the generated version, and the whole publishing process and the final publishing state are monitored through the version;
the associated data management service provides a function of acquiring and packaging the associated data into a complete data set for overall publishing when publishing data each time;
the queue scheduling service provides the functions of automatically scheduling tasks to be issued, supporting manual issuing and automatic issuing of working calendars, simultaneously adding the issued tasks into corresponding execution queues respectively according to different types, executing related tasks according to a first-in first-out sequence, allowing manual intervention in the process of waiting and executing the tasks, and terminating the tasks or improving the priority sequence;
the network transmission service provides a function of issuing data to other servers through a network after the data is encrypted, compressed, subpackaged and the like;
the data receiving intermediate library service provides the functions of data receiving and temporary storage at the heterogeneous system end, deploys a data receiving intermediate library on a server of a system to be received, temporarily stores data transmitted by a network into the intermediate library, checks the data format, integrity and multi-table associated data, and simultaneously provides a configurable regular backup function;
the heterogeneous system data synchronization expansion service provides the expansion realization of data synchronization to the heterogeneous system, supports the function of transmitting data from the receiving intermediate library to the heterogeneous system or the standard intermediate library, and realizes the structure difference of different data systems;
the standard intermediate library service provides the function of temporarily storing data in the standard intermediate library when the heterogeneous system does not allow the data to directly enter the database of the heterogeneous system. The data receiving intermediate library and the standard intermediate library can support main stream database types such as MySql, Oracle, SQL Server, SQLite and the like. The standard intermediate library can also support the storage mode of NoSql unstructured databases such as HBase, HDFS and the like.
Preferably, the service agent manages the service, abstracts the data receiving system into the concept of the service agent, and sets necessary attributes and rights on the service agent, thereby realizing the control of where the data is issued and the rights of the data.
The invention preferably manages each data release as one version by the data version service, thereby realizing the management of the whole life cycle of inquiry after the release from the start to the end of the release.
Preferably, the associated data management service associates and publishes the data in the multiple tables together in one publishing, and the data is published in a mode of a data set instead of a single data table, so that the consistency and integrity of data relationships among the data tables can be ensured.
The queue scheduling service preferably controls the initiating mode and the executing sequence of data release, realizes an automatic release mode by planning tasks besides supporting manual triggering, simultaneously increases a queue task management function, puts different types of data into different queues to be executed as tasks, avoids the problems of data lock and the like caused by concurrency, and can also perform the functions of priority improvement, deletion and the like on the tasks in the queues.
Preferably, the network transmission service realizes the requirements of transmitting data on different servers, and performs compression, encryption and sub-packaging in the process before transmission, thereby improving the rapidness and completeness of network transmission.
Preferably, the data receiving intermediate library service transfers the transmitted data in the form of a database, so that the data is convenient to backup and subsequently processed, the stability and fault tolerance of the system are improved, and the data does not need to be processed again when the release fails due to the network instability and other reasons.
Preferably, the heterogeneous system data synchronization extension service uses the design idea of the microkernel, and can configure different data processing modes to synchronize data according to the data requirements of different systems.
Preferably, the standard intermediate library service has the advantages that the two parties mutually define the intermediate library, the data are put into the intermediate library by the issuing party, and the data can be fetched from the intermediate library by the receiving party, so that the isolation between the databases is realized.
The invention has the beneficial effects that:
the invention provides a data publishing system between heterogeneous systems based on microkernels and asynchronous queues, which enables the system to have the function of publishing data according to self publishing requirements, can greatly improve the efficiency of publishing data, and supports the condition that a plurality of systems require different data formats for one data.
Drawings
FIG. 1 is a schematic flow structure diagram of a heterogeneous inter-system data publishing system based on microkernels and asynchronous queues according to the present invention.
Detailed Description
The invention will be further described with reference to the accompanying drawings in which:
as shown in fig. 1: the invention comprises eight parts of service main body management service, data version service, associated data management service, queue scheduling service, network transmission service, data receiving intermediate library service, heterogeneous system data synchronization extension service and standard intermediate library service.
Included
The service main body management service part provides the functions of managing and controlling the data receiving system, stipulates and sets the system, data authority and service providing validity period to which the data is issued, and the data issuing personnel can select different service main bodies according to different data sent each time;
the data version service part provides a version generation mechanism for the data to be published each time, the data published each time can be checked through the generated version, and the whole publishing process and the final publishing state are monitored through the version;
the associated data management service provides a function of acquiring and packaging the associated data into a complete data set for overall publishing when publishing data each time;
the queue scheduling service provides the functions of automatically scheduling tasks to be issued, supporting manual issuing and automatic issuing of working calendars, simultaneously adding the issued tasks into corresponding execution queues respectively according to different types, executing related tasks according to a first-in first-out sequence, allowing manual intervention in the process of waiting and executing the tasks, and terminating the tasks or improving the priority sequence;
the network transmission service provides a function of issuing data to other servers through a network after the data is encrypted, compressed, subpackaged and the like;
the data receiving intermediate library service provides the functions of data receiving and temporary storage at the heterogeneous system end, deploys a data receiving intermediate library on a server of a system to be received, temporarily stores data transmitted by a network into the intermediate library, checks the data format, integrity and multi-table associated data, and simultaneously provides a configurable regular backup function;
the heterogeneous system data synchronization expansion service provides the expansion realization of data synchronization to the heterogeneous system, supports the function of transmitting data from the receiving intermediate library to the heterogeneous system or the standard intermediate library, and realizes the structure difference of different data systems;
the standard intermediate library service provides the function of temporarily storing data in the standard intermediate library when the heterogeneous system does not allow the data to directly enter the database of the heterogeneous system. The data receiving intermediate library and the standard intermediate library can support main stream database types such as MySql, Oracle, SQL Server, SQLite and the like. The standard intermediate library can also support the storage mode of NoSql unstructured databases such as HBase, HDFS and the like.
The service body management service abstracts the data receiving system into the concept of the service body, and sets necessary attributes and authorities on the service body, thereby realizing the control of where the data is issued and the authority of the data.
The data version service manages each data release as one version, thereby realizing the management of the whole life cycle of inquiry after the release from the start to the end of the release.
The associated data management service associates and publishes the data in the multiple tables in one publishing process, and the data are published in a mode of a data set instead of a single data table, so that the consistency and the integrity of data relationships among the data tables can be ensured.
The queue scheduling service controls the initiating mode and the executing sequence of data release, realizes an automatic release mode through a scheduled task besides supporting manual triggering, simultaneously increases a queue task management function, puts different types of data into different queues to be executed as tasks, avoids the problems of data lock and the like caused by concurrency, and can also perform the functions of priority improvement, deletion and the like on the tasks in the queues.
The network transmission service realizes the requirements of data transmission on different servers, and performs compression, encryption and sub-packaging in the process before transmission, thereby improving the rapidness and completeness of network transmission.
The data receiving intermediate library service transfers the transmitted data in a database form, so that the data can be conveniently backed up and subsequently processed, the stability and the fault tolerance of the system are improved, and the data does not need to be sorted for reprocessing when the issue is failed due to reasons such as unstable network.
The heterogeneous system data synchronization extension service can configure different data processing modes to synchronize data according to the data requirements of different systems by using the design idea of the microkernel.
The standard intermediate library service has the advantages that the two parties mutually define the intermediate library, the data are placed into the intermediate library by the issuing party, and the data can be fetched from the intermediate library by the receiving party, so that the isolation among the databases is realized.
The first embodiment is as follows:
the service body management part abstracts the data receiver into a concrete data, can describe the data receiver and control the service and the service validity period.
To implement this mechanism, a service owner table is built, recording a description of this data recipient.
The service owner table structure is specified as follows:
Figure DEST_PATH_IMAGE001
the data version service part manages each data release as one version, and can access the data to be released each time through the version.
In order to realize the mechanism, a release version table and a release data version table are established, the release version table represents the description of the release at this time, the release data version table records the data to be released at this time, the two tables are related tables, and one release version may compare with a plurality of pieces of release data.
The release version table structure specification is as follows:
Figure DEST_PATH_IMAGE002
the published data version table structure specification is as follows:
Figure DEST_PATH_IMAGE003
before data is released each time, the associated data management service acquires other associated data through core data to be released (namely, data stored in the version standard) and releases the data as a whole instead of a table or an entity class.
Each data release type has logic realization of obtaining associated data, management data obtaining modes for obtaining each data release are configured, main data are taken out from a release data version information table in a corresponding mode, other associated data are automatically obtained by the main data, and after organization and processing are carried out, the data released at this time are organized into a complete data packet for a data receiver to use, so that the integrity and the affairs of the released data are realized, and a micro logic processing core based on business and service is formed. The structure of the expansion configuration is as follows:
<GetDataConfig>
<add id="LBMMATERIALS" name="LBMMATERIALS" dllname="Com.MasterData.Publish.dll" implclass="Com.MasterData.Publish.Action.GetPublishMatData" />
<add id="LBMVMAPPINFOS" name="LBMVMAPPINFOS" dllname="Com.EnterpriseManage.Publish.dll" implclass="Com.EnterpriseManage.Publish.Action.GetPublishEnterpriseData" />
<add id="LBMVMCHARGESTANDARD" name="LBMVMCHARGESTANDARD" dllname="Com.EnterpriseManage.Publish.dll" implclass="Com.EnterpriseManage.Publish.Action.GetPublishChargeStandardData" />
</GetDataConfig>。
the queue scheduling service is divided into two parts, one part is to trigger a publishing mechanism automatically by a planned task, for example, data is published at a fixed time every day, and the other part is to place the data publishing as a task into different message queues to be executed respectively, namely, each type is executed in a first-in first-out sequence, but not executed immediately after receiving a message, so that the possibility of publishing concurrency problems is reduced.
In order to realize the mechanism, the service respectively realizes a planning task and a message queue by using Quartz and ActiveMQ components commonly used in the industry, and establishes the components into a windows service for management, so that the windows service controls the functions of suspension and priority improvement of the task, multi-queue scheduling and the like.
The network transmission service is to transmit data to other servers through a network, compress and encrypt the transmitted data before transmission, check the data after data reception, improve efficiency and ensure safety, perform sub-packet processing on the data, transmit big data in a plurality of small packets, and avoid the problem of packet loss easily caused by big data transmission.
The data receiving intermediate library takes a server where a data receiving system is located as a client side, and takes a data issuing system as a server side, so that a server-client side mode is formed. The data receiving intermediate library stores the issued data in the SQLite database, provides data guarantee for subsequent synchronization in a heterogeneous system, provides a daily backup mechanism, and backs up the data sent every day so as to inquire the data received every day by the client. The data required by each data receiving system can be configured in a self-defined way through the design idea of the microkernel, so that which data need to be received and backed up is determined.
The heterogeneous system data synchronization expansion service is logically realized in a user-defined mode according to the data requirements of different systems, so that the function of synchronizing data to the database is realized. The system is configured differently on different service agents to realize the operation. The configuration mode is as follows:
<SynchronizerDataConfig>
<add id="MaterialsP001" name="Materials" dllname="Com.Publish.Client.GSP001.dll" implclass="Com.Publish.Client.GSP001.SynchronizerAction.SynchronizerLBMMATERIALS" businesssystem="P001" parameter=""/>
<add id="MaterialsS001" name="Materials" dllname="Com.Publish.Client.MDMS001.dll" implclass="Com.Publish.Client.MDMS001.SynchronizerAction.SynchronizerLBMMATERIALS" businesssystem="menglong,crecgec" parameter=""/>
<add id="LBMVMAPPINFOSP001" name="LBMVMAPPINFOS" dllname="Com.Synchronizer.EnterpriseManage.P001.dll" implclass="Com.Synchronizer.EnterpriseManage.P001.SynchronizerEnterpriseManage" businesssystem="P001" parameter="OracleConnectStringP001"/>
</SynchronizerDataConfig>
the standard intermediate library service puts data to be issued into various different types of data stores in a standard data structure, so that the heterogeneous system can automatically select the database type supported by the heterogeneous system and automatically process the data from the standard intermediate library. The difference between the standard intermediate library and the data receiving intermediate library is that the data receiving intermediate library is used as a place for temporarily storing data and is an intermediate link in the publishing process, and the standard intermediate library is a target library for final publishing.
In summary, the invention provides a data publishing system between heterogeneous systems based on microkernel and asynchronous queue, so that the system has a function of publishing data according to self publishing requirements, the efficiency of publishing data can be greatly improved, the condition that a plurality of systems require different data formats for one data is supported, the data is published as a whole when the data is published, the stability and the efficiency of the updating process are improved, the asynchronous queue function ensures the efficiency of publishing data under the condition of concurrency, and the coupling between heterogeneous systems is reduced due to the existence of the intermediate library.
As will be apparent to those skilled in the art, many modifications can be made to the invention without departing from the spirit and scope thereof, and it is intended that the present invention cover all modifications and equivalents of the embodiments of the invention covered by the appended claims.

Claims (9)

1. A heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, comprising:
the service agent management service part provides the functions of managing and controlling the data receiving system, stipulates and sets the system to which the data is issued, the data authority and the service providing validity period, and the data issuing personnel can select different service agents according to different data sent each time;
the data version service part provides a version generation mechanism for the data to be published each time, the data published each time can be checked through the generated version, and the whole publishing process and the final publishing state are monitored through the version; the associated data management service provides a function of acquiring and packaging the associated data into a complete data set for overall publishing when publishing data each time; the queue scheduling service provides the functions of automatically scheduling tasks to be issued, supporting manual issuing and automatic issuing of working calendars, simultaneously adding the issued tasks into corresponding execution queues respectively according to different types, executing related tasks according to a first-in first-out sequence, allowing manual intervention in the process of waiting and executing the tasks, and terminating the tasks or improving the priority sequence; the network transmission service provides a function of issuing data to other servers through a network after the data is encrypted, compressed and subjected to packet processing; the data receiving intermediate library service provides the functions of data receiving and temporary storage at the heterogeneous system end, deploys a data receiving intermediate library on a server of a system to be received, temporarily stores data transmitted by a network into the intermediate library, checks the data format, integrity and multi-table associated data, and simultaneously provides a configurable regular backup function; the heterogeneous system data synchronization expansion service provides the expansion realization of data synchronization to the heterogeneous system, supports the function of transmitting data from the receiving intermediate library to the heterogeneous system or the standard intermediate library, and realizes the structure difference of different data systems; the standard intermediate library service provides a function of temporarily storing data into the standard intermediate library when the heterogeneous system does not allow the data to directly enter the database; the data receiving intermediate library and the standard intermediate library can support main stream database types of MySql, Oracle, SQL Server and SQLite; the standard intermediate library can also support the storage mode of an unstructured database of HBase and HDFS NoSql.
2. The heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, according to claim 1, wherein: the service body management service abstracts the data receiving system into the concept of the service body, and sets necessary attributes and authorities on the service body, thereby realizing the control of where the data is issued and the authority of the data.
3. The heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, according to claim 1, wherein: the data version service manages each data release as one version, thereby realizing the management of the whole life cycle of inquiry after the release from the start to the end of the release.
4. The heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, according to claim 1, wherein: the associated data management service associates and publishes the data in the multiple tables in one publishing process, and the data are published in a mode of a data set instead of a single data table, so that the consistency and the integrity of data relationships among the data tables can be ensured.
5. The heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, according to claim 1, wherein: the queue scheduling service controls the initiating mode and the executing sequence of data release, realizes an automatic release mode through a scheduled task besides supporting manual triggering, simultaneously increases a queue task management function, puts different types of data into different queues to be executed as tasks, avoids the problem of data lock caused by concurrency, and can also improve the priority and delete the tasks in the queues.
6. The heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, according to claim 1, wherein: the network transmission service realizes the requirements of data transmission on different servers, and performs compression, encryption and sub-packaging in the process before transmission, thereby improving the rapidness and completeness of network transmission.
7. The heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, according to claim 1, wherein: the data receiving intermediate library service transfers the transmitted data in a database form, so that the data can be conveniently backed up and subsequently processed, the stability and the fault tolerance of the system are improved, and the data does not need to be sorted for reprocessing when the release is failed due to the unstable network.
8. The heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, according to claim 1, wherein: the heterogeneous system data synchronization extension service can configure different data processing modes to synchronize data according to the data requirements of different systems by using the design idea of the microkernel.
9. The heterogeneous intersystem data publishing system based on microkernels and asynchronous queues, according to claim 1, wherein: the standard intermediate library service has the advantages that the two parties mutually define the intermediate library, the data are placed into the intermediate library by the issuing party, and the data can be fetched from the intermediate library by the receiving party, so that the isolation among the databases is realized.
CN201811302999.XA 2018-11-02 2018-11-02 Data publishing system between heterogeneous systems based on microkernel and asynchronous queue Expired - Fee Related CN109492038B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811302999.XA CN109492038B (en) 2018-11-02 2018-11-02 Data publishing system between heterogeneous systems based on microkernel and asynchronous queue

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811302999.XA CN109492038B (en) 2018-11-02 2018-11-02 Data publishing system between heterogeneous systems based on microkernel and asynchronous queue

Publications (2)

Publication Number Publication Date
CN109492038A CN109492038A (en) 2019-03-19
CN109492038B true CN109492038B (en) 2021-08-03

Family

ID=65693715

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811302999.XA Expired - Fee Related CN109492038B (en) 2018-11-02 2018-11-02 Data publishing system between heterogeneous systems based on microkernel and asynchronous queue

Country Status (1)

Country Link
CN (1) CN109492038B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111163102B (en) * 2019-12-31 2022-02-25 奇安信科技集团股份有限公司 Data processing method and device, network equipment and readable storage medium
CN111506923B (en) * 2020-05-11 2021-05-11 上海卓越睿新数码科技股份有限公司 Teaching educational administration information and teaching platform data synchronization method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1403950A (en) * 2002-09-04 2003-03-19 威盛电子股份有限公司 Automatic electronic file converting and sending system and method
CN102012944A (en) * 2010-12-16 2011-04-13 四川川大智胜软件股份有限公司 Distributed NOSQL (not only structured query language) database capable of providing replication property
CN103392344A (en) * 2010-12-17 2013-11-13 阿卡麦科技公司 Format-agnostic streaming architecture using an http network for streamings
CN103945013A (en) * 2013-01-17 2014-07-23 方正宽带网络服务股份有限公司 Data transmission interface device and data transmission method
CN106649788A (en) * 2016-12-28 2017-05-10 深圳启润德管理咨询有限公司 Database data transmission method and device
CN108304473A (en) * 2017-12-28 2018-07-20 石化盈科信息技术有限责任公司 Data transmission method between data source and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1403950A (en) * 2002-09-04 2003-03-19 威盛电子股份有限公司 Automatic electronic file converting and sending system and method
CN102012944A (en) * 2010-12-16 2011-04-13 四川川大智胜软件股份有限公司 Distributed NOSQL (not only structured query language) database capable of providing replication property
CN103392344A (en) * 2010-12-17 2013-11-13 阿卡麦科技公司 Format-agnostic streaming architecture using an http network for streamings
CN103945013A (en) * 2013-01-17 2014-07-23 方正宽带网络服务股份有限公司 Data transmission interface device and data transmission method
CN106649788A (en) * 2016-12-28 2017-05-10 深圳启润德管理咨询有限公司 Database data transmission method and device
CN108304473A (en) * 2017-12-28 2018-07-20 石化盈科信息技术有限责任公司 Data transmission method between data source and system

Also Published As

Publication number Publication date
CN109492038A (en) 2019-03-19

Similar Documents

Publication Publication Date Title
JP4856541B2 (en) Automatic and dynamic provisioning of databases
RU2379755C2 (en) System and method for sharing objects between computers over network
JP4384633B2 (en) Asynchronous information sharing system
WO2017181872A1 (en) Data processing system and method
US8819266B2 (en) Dynamic file transfer scheduling and server messaging
US10122665B2 (en) Distributed synchronization data in a message management service
US20130067015A1 (en) Counting and reseting broadcast system badge counters
CN109492038B (en) Data publishing system between heterogeneous systems based on microkernel and asynchronous queue
JP2011171867A (en) Data storage method and mail relay method of data store server in mail system
CN109144785A (en) Method and apparatus for Backup Data
CN114253748B (en) Message processing system and message processing method
CN111654534A (en) Private cloud task management system, method and storage medium
WO2019231645A1 (en) Change notifications for object storage
US8301750B2 (en) Apparatus, system, and method for facilitating communication between an enterprise information system and a client
US11539791B1 (en) Methods, apparatuses and computer program products for synchronizing data objects between and among application service systems
US8141103B2 (en) Solution for modifying a queue manager to support smart aliasing which permits extensible software to execute against queued data without application modifications
US20090271466A1 (en) Data logging with network interfacing feature
CN108197263A (en) Method of data synchronization
US20030145132A1 (en) Cell software and process for installing it
AU2018280855B2 (en) Multi-standard message processing
CN114385684A (en) BaaS platform data service publishing method and system
EP3252618B1 (en) Database integration system
TWI726431B (en) A methodology and architecture of task nodes systems
JP5865424B2 (en) Message system and data store server
RU2744566C1 (en) Method and system for integrating enterprise information resources

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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210803

CF01 Termination of patent right due to non-payment of annual fee