CN111522871A - Order data collection method and device and storage medium - Google Patents

Order data collection method and device and storage medium Download PDF

Info

Publication number
CN111522871A
CN111522871A CN202010329911.4A CN202010329911A CN111522871A CN 111522871 A CN111522871 A CN 111522871A CN 202010329911 A CN202010329911 A CN 202010329911A CN 111522871 A CN111522871 A CN 111522871A
Authority
CN
China
Prior art keywords
order
order data
message format
service
message
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
CN202010329911.4A
Other languages
Chinese (zh)
Other versions
CN111522871B (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 CN202010329911.4A priority Critical patent/CN111522871B/en
Publication of CN111522871A publication Critical patent/CN111522871A/en
Application granted granted Critical
Publication of CN111522871B publication Critical patent/CN111522871B/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/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Software Systems (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a collection method of order data, which comprises the steps that a plurality of contacts respectively call order collection service; the order collection service collects a plurality of first order data generated by the plurality of contacts into a table for storage; and performing message format conversion on the plurality of first order data stored in the integrated table to form a plurality of second order data with a unified message format. According to the invention, through the flow setting of firstly collecting order data and then converting message formats, on one hand, a uniform collection inlet can be formed, and collection of order data is convenient for storing in a table; on the other hand, unified batch processing can be conveniently carried out on the collected order data sets, and the overall processing speed of large-scale order processing can be effectively improved.

Description

Order data collection method and device and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for collecting order data, and a storage medium.
Background
With the development of computer network technology, the use of order processing systems is becoming more and more common, and especially in the business model of O2O, the order processing system of the merchant foreground server often needs to interface with many different types of widely distributed contacts, i.e. service points that can reach potential customers, such as user mobile phone clients, PC clients, or self-service kiosks.
In the prior art, because different types of contacts, such as a user mobile phone client, a PC client, or a self-service desk, have standardized interfaces for collecting orders and generated order types, because operating systems of the contacts are different and different, a conversion layer service generally needs to be customized and developed when an order processing system of a foreground server is in butt joint with the contacts, so that the collection can be performed after the format of a peripheral order message is converted into a standard message format required by the order processing system of the foreground server. The method has the defects that order collection can be carried out only by respectively carrying out format conversion on order messages generated by different contacts, so that collection inlets are not unified, and the unified processing of format conversion of the order messages is inconvenient. On the other hand, when a new contact is added, the workload of message format conversion is correspondingly increased, and when a new contact type is added, new conversion layer services need to be formulated and developed, so that the workload of system transformation is large, and later maintenance is not facilitated.
Disclosure of Invention
The invention aims to solve the technical problem of the prior art and provides a method, a device and a storage medium for collecting order data.
The technical scheme for solving the technical problems is as follows:
according to an aspect of an embodiment of the present invention, a method for collecting order data includes:
the plurality of contacts respectively call order collection service;
the order collection service collects a plurality of first order data generated by the plurality of contacts into a table for storage;
and performing message format conversion on the plurality of first order data stored in the integrated table to form a plurality of second order data with a unified message format.
Further, the plurality of contacts are distributed contacts and include a plurality of types, and the message formats of the first order data generated by different types of contacts are different.
Further, the process of performing message format conversion on the plurality of first order data stored in the aggregation table to form a plurality of second order data with a unified message format includes:
judging whether the message format of the first order data belongs to a convertible message format configured in a preset table of a message standardized conversion public API;
if so, performing message format conversion on the first order data according to a message template and a conversion mode configured in a preset table of the message standardized conversion public API to form second order data with the unified message format;
if not, calling a customized message format conversion program to perform corresponding message format conversion, so that the first order data is converted into the second order data with the unified message format.
Further, the process of performing message format conversion on the first order data according to the message template and the conversion mode configured in the preset table of the message standardized conversion public API to form the second order data with the unified message format includes:
inquiring and configuring a message template and a conversion mode corresponding to the first order data in the preset table according to the ID and the type of the contact point for generating the first order data;
and performing message analysis and format conversion on the first order data according to the message template and the conversion mode, so that the first order data form second order data with a unified message format.
Further, the order aggregation service includes:
the order creating and collecting service is used for collecting the newly created orders;
the order state synchronous collecting service is used for collecting orders needing state synchronization;
the order information backfill collecting service is used for collecting orders needing information backfill;
and the order collection service provides corresponding services according to the purpose of calling collection service by the contact.
According to another aspect of an embodiment of the present invention, an order data aggregation apparatus includes:
the order collection service calling module is arranged in each contact and used for calling order collection services by the plurality of contacts respectively;
the order collection service module is used for collecting and storing a plurality of first order data generated by the plurality of contacts into a table;
and the message format conversion module is used for performing message format conversion on the plurality of first order data stored in the integrated table to form a plurality of second order data with a unified message format.
Further, the message format conversion module includes:
the judging module is used for judging whether the message format of the first order data belongs to a convertible message format configured in a preset table of message format conversion service;
the execution module under the affirmative condition is used for performing message format conversion on the first order data according to the message template and the conversion mode configured in the preset table to form the second order data with the unified message format;
and the execution module under the negative condition is used for performing message format conversion through a customized message format conversion customizing service with a corresponding message template and a conversion mode so as to convert the first order data into the second order data with the unified message format.
Further, the order collection service module includes:
the order creating and collecting service submodule is used for newly creating collection of orders;
the order state synchronous aggregation service submodule is used for synchronizing the order states synchronized by the third party;
the order information backfill aggregation service submodule is used for synchronizing order change information synchronized by a third party;
and the order collection service module provides corresponding service sub-modules according to the purpose of calling collection service by the contact.
According to yet another aspect of an embodiment of the present invention, an order data aggregation apparatus includes a memory and a processor, wherein:
the memory to store program instructions;
the processor is configured to call and execute the program instructions stored in the memory, and when the processor executes the program instructions stored in the memory, the order data aggregation device is configured to perform any one of the methods described above.
The invention has the beneficial effects that:
1. through the flow setting of firstly collecting order data and then converting message formats, on one hand, a uniform collection inlet can be formed, and collection of the order data is convenient for storage in a table; on the other hand, unified batch processing can be conveniently carried out on the collected order data sets, and the overall processing speed of large-scale order processing can be effectively improved.
2. The message format conversion is carried out on the order message formats which are not configured in the preset table through the customized message format conversion service with the corresponding message template and conversion mode, so that the processing range of the message formats is effectively expanded.
Drawings
FIG. 1 is a schematic flow chart of example 1 of the present invention;
fig. 2 is a schematic diagram of a message format conversion process in embodiment 2 of the present invention;
FIG. 3 is a schematic flow chart of example 3 of the present invention;
fig. 4 is a block diagram of an apparatus according to embodiment 4 of the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth to illustrate, but are not to be construed to limit the scope of the invention.
Example 1
As shown in fig. 1, a method for collecting order data includes:
s101: the plurality of contacts respectively call order collection service;
a contact is a generic term for a user terminal that contacts a user and can be on a variety of user devices, such as a cell phone, tablet, computer, television, or any other electronic medium that can be used to generate a user order online.
The order collection service is a service program for collecting orders, which is integrated with or independent from an order management system, and the order collection service can be a service program which is customized for different contacts individually or a service program which is applicable to all contacts uniformly. The individually customized order aggregation service can generally not only realize aggregation of orders, but also realize conversion of order message formats. The unified order aggregation service can be applied to order aggregation of different message formats of different types of contacts, but can not complete the unification of the order message formats while aggregating.
In step S101, the multiple contacts respectively invoke order aggregation services, that is, the order aggregation services that are uniformly applicable to orders with different message formats of different types of contacts are invoked.
Further, in step S01, the contacts are distributed contacts and include multiple types, and the message formats of the first order data generated by different types of contacts are different. When one contact generates a piece of order data, the contact calls order collection service at the same time to collect the order data. The plurality of contacts can be distributed differently, the types of the generated orders are different, but the same order collection service is called, and the same order collection service can collect order data with different sources and different types through a uniform collection inlet.
S102: the order collection service collects a plurality of first order data generated by the plurality of contacts into a table for storage;
the step of storing the order-in table means that after the order-in service is called by the plurality of contact points, the order-in table stores a plurality of first order data generated by the plurality of contact points into a relational database in a list form.
S103: and performing message format conversion on the plurality of first order data stored in the integrated table to form a plurality of second order data with a unified message format.
And performing message format conversion on the plurality of first order data, wherein the plurality of first order data stored in the table are subjected to batch format conversion in a batch data processing mode.
As shown in fig. 2, further, the message format conversion process in step S103 includes:
s1031: judging whether the message format of the first order data belongs to a convertible message format configured in a preset table of a message standardized conversion public API;
s1032: if so, performing message format conversion on the first order data according to a message template and a conversion mode configured in a preset table of the message standardized conversion public API to form second order data with the unified message format;
s1033: if not, calling a customized message format conversion program to perform corresponding message format conversion, so that the first order data is converted into the second order data with the unified message format.
Further, the message format conversion process in step S1032 includes:
s10321: inquiring and configuring a message template and a conversion mode corresponding to the first order data in the preset table according to the ID and the type of the contact point for generating the first order data;
s10322: and performing message analysis and format conversion on the first order data according to the message template and the conversion mode, so that the first order data form second order data with a unified message format.
The message parsing and the format conversion in step S1032 are both conventional technical means for message parsing and format conversion in the prior art.
Compared with the prior art that the first order data are converted one by calling the customized message format conversion service before collection, the method has obvious advantages in large-scale order processing by adopting a batch data processing mode. According to the embodiment, through the process setting of firstly collecting order data and then converting message formats, on one hand, a uniform collection inlet can be formed, and collection of the order data is convenient for storing in a table; on the other hand, unified batch processing can be conveniently carried out on the collected order data sets, and the efficiency and the speed of large-scale order processing can be obviously improved.
Example 2
As shown in fig. 3, on the basis of embodiment 1, further, the order aggregation service includes:
the order creating and collecting service is used for collecting the newly created orders;
the order state synchronous collecting service is used for collecting orders needing state synchronization;
the order information backfill collecting service is used for collecting orders needing information backfill;
and the order collection service provides corresponding services according to the purpose of calling collection service by the contact.
The order creation collection service is the most form for order collection service, and mainly collects newly created orders; the order state synchronous collecting service collects orders needing state synchronization; the order information backfill collecting service collects orders which need to be backfilled with information. The condition that the status synchronization or the information backfill is needed is generally a type of order which needs to be performed after the order data is changed due to the corresponding processing when the order passes through a third party.
The main difference between example 2 and example 1 is that further refinements have been made regarding the types of order aggregation services, each type of order aggregation service corresponding to a respective type of order processing, but the aggregation into the table, and the process of unified batch processing after the table is integrated, itself, is the same. And after the order processing system finishes the conversion between the order collection and the order message format, the collected different types are further classified and processed according to the type of the order collection. The purpose of the different types of order classification processing is to perform data batch processing on orders with the same task requirements, so that the large-scale order processing is efficient and fast.
As shown in fig. 3, after the order collection type is determined, the created order verification, the status synchronization order verification and the information backfill order verification are respectively performed according to the created order type, including the created order, the status synchronization order and the information backfill order. The created order can be collected through an order instantiation program, for the order with synchronous state and backfilled information, the workflow is informed that the order collection of the system is completed, and then the order collection table processing identification corresponding to the order is updated to be processed.
Example 3
As shown in fig. 4, an order data collecting apparatus includes:
the order collection service calling module 401 is arranged in each contact and used for calling order collection services by a plurality of contacts respectively;
an order collection service module 402, configured to collect a plurality of first order data generated by the plurality of contacts into a table for storage;
a message format conversion module 403, configured to perform message format conversion on the multiple first order data stored in the aggregation table, so as to form multiple second order data with a unified message format.
Further, the message format conversion module 403 includes:
the judging module is used for judging whether the message format of the first order data belongs to a convertible message format configured in a preset table of message format conversion service;
the execution module under the affirmative condition is used for performing message format conversion on the first order data according to the message template and the conversion mode configured in the preset table to form the second order data with the unified message format;
and the execution module under the negative condition is used for performing message format conversion through a customized message format conversion customizing service with a corresponding message template and a conversion mode so as to convert the first order data into the second order data with the unified message format.
Further, the order collection service module includes:
the order creating and collecting service submodule is used for newly creating collection of orders;
the order state synchronous aggregation service submodule is used for synchronizing the order states synchronized by the third party;
the order information backfill aggregation service submodule is used for synchronizing order change information synchronized by a third party;
and the order collection service module provides corresponding service sub-modules according to the purpose of calling collection service by the contact.
Example 4
An order data aggregation apparatus comprising a memory and a processor, wherein:
the memory to store program instructions;
the processor configured to invoke and execute program instructions stored in the memory, the order data aggregation device configured to perform the method of any of claims 1-5 when the processor executes the program instructions stored in the memory.
The reader should understand that in the description of this specification, reference to the description of the terms "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described method embodiments are merely illustrative, and for example, the division of steps into only one logical functional division may be implemented in practice in another way, for example, multiple steps may be combined or integrated into another step, or some features may be omitted, or not implemented.
The above method, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
While the invention has been described with reference to specific embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (9)

1. A method for aggregating order data, comprising:
the plurality of contacts respectively call order collection service;
the order collection service collects a plurality of first order data generated by the plurality of contacts into a table for storage;
and performing message format conversion on the plurality of first order data stored in the integrated table to form a plurality of second order data with a unified message format.
2. The method of claim 1, wherein the plurality of contacts are distributed contacts and include a plurality of types, and wherein the message formats of the first order data generated by different types of contacts are different.
3. The method of claim 1, wherein said converting the message format of the first order data stored in the aggregate table to form a second order data having a unified message format comprises:
judging whether the message format of the first order data belongs to a convertible message format configured in a preset table of a message standardized conversion public API;
if so, performing message format conversion on the first order data according to a message template and a conversion mode configured in a preset table of the message standardized conversion public API to form second order data with the unified message format;
if not, calling a customized message format conversion program to perform corresponding message format conversion, so that the first order data is converted into the second order data with the unified message format.
4. The method according to claim 3, wherein the step of performing message format conversion on the first order data according to the message template and the conversion mode configured in the preset table of the message standardized conversion public API to form the second order data with the unified message format comprises:
inquiring and configuring a message template and a conversion mode corresponding to the first order data in the preset table according to the ID and the type of the contact point for generating the first order data;
and performing message analysis and format conversion on the first order data according to the message template and the conversion mode, so that the first order data form second order data with a unified message format.
5. The method of claim 1, wherein the order aggregation service comprises:
the order creating and collecting service is used for collecting the newly created orders;
the order state synchronous collecting service is used for collecting orders needing state synchronization;
the order information backfill collecting service is used for collecting orders needing information backfill;
and the order collection service provides corresponding services according to the purpose of calling collection service by the contact.
6. An apparatus for collecting order data, comprising:
the order collection service calling module is arranged in each contact and used for calling order collection services by the plurality of contacts respectively;
the order collection service module is used for collecting and storing a plurality of first order data generated by the plurality of contacts into a table;
and the message format conversion module is used for performing message format conversion on the plurality of first order data stored in the integrated table to form a plurality of second order data with a unified message format.
7. The apparatus of claim 6, wherein the message format conversion module further comprises:
the judging module is used for judging whether the message format of the first order data belongs to a convertible message format configured in a preset table of message format conversion service;
the execution module under the affirmative condition is used for performing message format conversion on the first order data according to the message template and the conversion mode configured in the preset table to form the second order data with the unified message format;
and the execution module under the negative condition is used for performing message format conversion through a customized message format conversion customizing service with a corresponding message template and a conversion mode so as to convert the first order data into the second order data with the unified message format.
8. The apparatus of claim 6, wherein the order aggregation service module comprises:
the order creating and collecting service submodule is used for newly creating collection of orders;
the order state synchronous aggregation service submodule is used for synchronizing the order states synchronized by the third party;
the order information backfill aggregation service submodule is used for synchronizing order change information synchronized by a third party;
and the order collection service module provides corresponding service sub-modules according to the purpose of calling collection service by the contact.
9. An order data aggregation apparatus comprising a memory and a processor, wherein:
the memory to store program instructions;
the processor configured to invoke and execute program instructions stored in the memory, the order data aggregation device configured to perform the method of any of claims 1-5 when the processor executes the program instructions stored in the memory.
CN202010329911.4A 2020-04-23 2020-04-23 Order data aggregation method, device and storage medium Active CN111522871B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010329911.4A CN111522871B (en) 2020-04-23 2020-04-23 Order data aggregation method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010329911.4A CN111522871B (en) 2020-04-23 2020-04-23 Order data aggregation method, device and storage medium

Publications (2)

Publication Number Publication Date
CN111522871A true CN111522871A (en) 2020-08-11
CN111522871B CN111522871B (en) 2023-05-23

Family

ID=71912025

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010329911.4A Active CN111522871B (en) 2020-04-23 2020-04-23 Order data aggregation method, device and storage medium

Country Status (1)

Country Link
CN (1) CN111522871B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577571A (en) * 2013-10-31 2014-02-12 北京奇虎科技有限公司 Data processing method and device
CN104023020A (en) * 2014-06-13 2014-09-03 中国民航信息网络股份有限公司 TypeB message subscription and push system for mobile equipment and corresponding method
US20170085447A1 (en) * 2015-09-21 2017-03-23 Splunk Inc. Adaptive control of data collection requests sent to external data sources
CN107977876A (en) * 2016-10-25 2018-05-01 北京京东尚科信息技术有限公司 For handling the method and device of sequence information
US10091278B1 (en) * 2014-12-18 2018-10-02 Amazon Technologies, Inc. Data exchange services
CN110069491A (en) * 2017-11-29 2019-07-30 华为软件技术有限公司 Data merging method and device
CN110166463A (en) * 2019-05-27 2019-08-23 中国银联股份有限公司 A kind of message transmissions conversion method and device
CN110334101A (en) * 2019-07-10 2019-10-15 中国民航信息网络股份有限公司 Method, apparatus, system and the server of processing and transmission order data
CN110347888A (en) * 2019-07-16 2019-10-18 中国联合网络通信集团有限公司 Processing method, device and the storage medium of order data
CN110866383A (en) * 2019-10-15 2020-03-06 中国直升机设计研究所 Interactive electronic data list generation method and system
US10592525B1 (en) * 2019-01-31 2020-03-17 Splunk Inc. Conversion of cloud computing platform data for ingestion by data intake and query system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577571A (en) * 2013-10-31 2014-02-12 北京奇虎科技有限公司 Data processing method and device
CN104023020A (en) * 2014-06-13 2014-09-03 中国民航信息网络股份有限公司 TypeB message subscription and push system for mobile equipment and corresponding method
US10091278B1 (en) * 2014-12-18 2018-10-02 Amazon Technologies, Inc. Data exchange services
US20170085447A1 (en) * 2015-09-21 2017-03-23 Splunk Inc. Adaptive control of data collection requests sent to external data sources
CN107977876A (en) * 2016-10-25 2018-05-01 北京京东尚科信息技术有限公司 For handling the method and device of sequence information
CN110069491A (en) * 2017-11-29 2019-07-30 华为软件技术有限公司 Data merging method and device
US10592525B1 (en) * 2019-01-31 2020-03-17 Splunk Inc. Conversion of cloud computing platform data for ingestion by data intake and query system
CN110166463A (en) * 2019-05-27 2019-08-23 中国银联股份有限公司 A kind of message transmissions conversion method and device
CN110334101A (en) * 2019-07-10 2019-10-15 中国民航信息网络股份有限公司 Method, apparatus, system and the server of processing and transmission order data
CN110347888A (en) * 2019-07-16 2019-10-18 中国联合网络通信集团有限公司 Processing method, device and the storage medium of order data
CN110866383A (en) * 2019-10-15 2020-03-06 中国直升机设计研究所 Interactive electronic data list generation method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
赵捷;董微;: "面向发现服务的图书馆元数据集成管理系统构建研究" *

Also Published As

Publication number Publication date
CN111522871B (en) 2023-05-23

Similar Documents

Publication Publication Date Title
WO2021169268A1 (en) Data processing method, apparatus and device, and storage medium
US8825798B1 (en) Business event tracking system
CN109189841A (en) A kind of multi-data source access method and system
CN111429241A (en) Accounting processing method and device
CN110347888B (en) Order data processing method and device and storage medium
CN115033646B (en) Method for constructing real-time warehouse system based on Flink and Doris
CN111240940B (en) Real-time service monitoring method and device, electronic equipment and storage medium
CN112256248A (en) Start-up wisdom cloud low code platform
CN113282611A (en) Method and device for synchronizing stream data, computer equipment and storage medium
CN110784377A (en) Method for uniformly managing cloud monitoring data in multi-cloud environment
CN116205396A (en) Data panoramic monitoring method and system based on data center
CN114443940A (en) Message subscription method, device and equipment
CN108520063A (en) Processing method, device and the terminal device of event log
WO2024164730A1 (en) Anomaly real-time reporting method and system for hybrid cloud management, device and medium
CN114596046A (en) Integrated platform based on unified digital model of business center station and data center station
CN112241367B (en) Data line testing method and device
CN105933396B (en) A kind of each canalization interface of collaboration realizes the method and system of long flow
CN111522871B (en) Order data aggregation method, device and storage medium
CN111930690A (en) File generation method and device
CN112150042A (en) Planning review management method and system based on micro application and micro service architecture
CN116775756A (en) Uliaweb-based data synchronization method, device and system
CN115757642A (en) Data synchronization method and device based on filing log file
CN115237989A (en) Mine data acquisition system
CN112417018A (en) Data sharing method and device
CN116244358A (en) Data processing method, device and storage medium

Legal Events

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