CN113554513A - Data processing method, device and system - Google Patents

Data processing method, device and system Download PDF

Info

Publication number
CN113554513A
CN113554513A CN202110834066.0A CN202110834066A CN113554513A CN 113554513 A CN113554513 A CN 113554513A CN 202110834066 A CN202110834066 A CN 202110834066A CN 113554513 A CN113554513 A CN 113554513A
Authority
CN
China
Prior art keywords
data
processing
request
processing system
data processing
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.)
Pending
Application number
CN202110834066.0A
Other languages
Chinese (zh)
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.)
Advanced Nova Technology Singapore Holdings Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN202110834066.0A priority Critical patent/CN113554513A/en
Publication of CN113554513A publication Critical patent/CN113554513A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • 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
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/02Payment architectures, schemes or protocols involving a neutral party, e.g. certification authority, notary or trusted third party [TTP]
    • G06Q20/023Payment architectures, schemes or protocols involving a neutral party, e.g. certification authority, notary or trusted third party [TTP] the neutral party being a clearing house
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/10Payment architectures specially adapted for electronic funds transfer [EFT] systems; specially adapted for home banking systems
    • G06Q20/102Bill distribution or payments
    • 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

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • Databases & Information Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Technology Law (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a data processing method, which comprises the following steps: the processing system receives a to-be-processed data request which is distributed by the request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items; when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, the processing system processes the data according to the data processing information and stores the processing result in the subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol execution message in the data processing main protocol and corresponds to the processing system one by one; and when the summarizing condition is met, the processing system reports the sub-record tables so as to summarize and generate a total record table corresponding to the data processing total protocol. The method and the device avoid that certain data is frequently accessed to become single points and hot points, and can also realize parallel processing of a plurality of data requests to be processed, so that data processing can be rapidly and stably carried out, and the user requirements are met.

Description

Data processing method, device and system
The application is a divisional application of patent applications with the application numbers of 'CN201711210987. X', the application dates of '11/28/2017' and the application names of 'data processing method, device and system'.
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data processing method, apparatus, and system.
Background
With the rapid development of internet technology, the processing amount of various data is also increased rapidly, and the requirement for data processing is higher and higher.
In many application scenarios, a certain piece of data may become a single point and a hot spot due to frequent access or update, so that the database system cannot rapidly and stably process the data, and normal use of a user is affected.
Taking the application scenario of internet transaction as an example, internet transaction by means of a third-party payment platform is increasing. The third party payment platform is used as a receipt mechanism, and is required to record each transaction which occurs through the platform, and after the transaction is completed, the third party payment platform settles accounts according to a receipt protocol signed with the merchant when settlement conditions are met, and provides a settlement statement for the merchant for checking.
For the commercial tenant with larger commodity transaction amount, the business data amount is larger, the business data change is more frequent, and the data recording the business settlement intermediate result of the commercial tenant in the third-party payment platform may become a single point and a hot point due to frequent access. The order receiving protocol signed by the third party payment platform and the merchant can also become a single point and a hot spot because the order is required to be frequently called when the business settlement is carried out. This may cause that the third party payment platform system cannot perform fast and stable service settlement, which affects the normal use of the merchants, especially the very big merchants.
Therefore, a solution for processing data rapidly and stably is needed to meet the user's usage requirement.
Disclosure of Invention
The embodiment of the application provides a data processing method, a data processing device and a data processing system, and corresponding electronic equipment and a computer readable storage medium, aiming at quickly and stably processing data and meeting the use requirements of users.
The embodiment of the application adopts the following technical scheme:
in a first aspect, an embodiment of the present application provides a data processing method, including:
the method comprises the steps that a processing system receives a to-be-processed data request which is sent by a request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items;
when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, the processing system processes data according to the data processing information and stores the processing result in a subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and when the summarizing condition is met, the processing system reports the sub-record tables so as to summarize and generate a total record table corresponding to the data processing total protocol.
Preferably, in the data processing method provided in the first aspect, before the processing system performs data processing according to the data processing information and stores a processing result in the sub-record table, the method further includes:
and judging whether the data processing subprotocol is matched with the data processing information in the data entry or not according to protocol execution subproblem in the data processing subprotocol corresponding to the processing system.
Preferably, in the data processing method provided in the first aspect, the protocol execution sub-information includes a data type that the processing system allows to process, and the data processing information includes a data type corresponding to the data entry; determining that the data processing subprotocol matches the data processing information in the data entry according to protocol execution subprotocol information in the data processing subprotocol corresponding to the processing system, including:
the processing system allows the processed data type to include the data type corresponding to the data entry.
Preferably, in the data processing method provided in the first aspect, the protocol execution sub-information includes a data upper limit value that the processing system allows to process, and the data processing information includes an amount corresponding to the data entry; determining that the data processing subprotocol matches the data processing information in the data entry according to protocol execution subprotocol information in the data processing subprotocol corresponding to the processing system, including:
the amount corresponding to the data entry is not more than the upper limit value of the data allowed to be processed by the processing system.
Preferably, in the data processing method provided in the first aspect, the protocol execution sub-information includes a data source that the processing system allows to process, and the data processing information includes a data source that generates the data entry; determining that the data processing subprotocol matches the data processing information in the data entry according to protocol execution subprotocol information in the data processing subprotocol corresponding to the processing system, including:
the processing system allows for the inclusion of the data source from which the data entry was generated in the data source being processed.
Preferably, in the data processing method provided in the first aspect, the summarizing condition includes:
a predetermined processing time contained in the data processing overall protocol is reached.
Preferably, in the data processing method provided in the first aspect, after the processing system receives a pending data request requesting the dispatching system to distribute, the method further includes:
and when the data processing subprotocol corresponding to the processing system is not matched with the data processing information in the data entry, the processing system backs the data request to be processed to the request dispatching system.
Preferably, in the data processing method provided in the first aspect, the data is embodied as service settlement data, the processing system is embodied as a settlement system, and the processing of the data is embodied as settlement processing.
In a second aspect, an embodiment of the present application provides a data processing method, including:
a request allocating system receives a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of a data entry and is used for requesting to process the data entry;
determining a first processing system to which the data request to be processed is distributed according to the identification information of the data entry;
and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing a processing result in a subprogram table by the first processing system.
Preferably, in the data processing method provided in the second aspect, the method further includes:
according to protocol execution information in a data processing general protocol, the data processing general protocol is divided into a plurality of data processing sub-protocols, so that the processing systems correspond to the data processing sub-protocols one to one, and a set of the data processing sub-protocols corresponding to each processing system is equivalent to the data processing general protocol.
Preferably, in the data processing method provided by the second aspect, the protocol execution information includes one or more of data type, processing amount value, data source, and data entry number.
Preferably, in the data processing method provided in the second aspect, if the protocol execution information includes a processing amount value, splitting the data processing overall protocol into a plurality of data processing sub-protocols according to the protocol execution information in the data processing overall protocol, including:
decomposing the processing amount value into a plurality of data upper limit values so that the sum of the data upper limit values is equal to the processing amount value;
and taking the data upper limit value as protocol execution sub-information in the data processing sub-protocol.
Preferably, in the data processing method provided in the second aspect, determining, according to the identification information of the data entry, a first processing system to which the data request to be processed is distributed, includes:
determining the number of the processing system which is distributed with the data request to be processed according to the identification information of the data entry;
and determining the processing system corresponding to the number as the first processing system to which the data request to be processed is distributed.
Preferably, in the data processing method provided in the second aspect, if the identification information of the data entry includes a number of the data entry, determining a number of a processing system to which the pending data request is distributed according to the identification information of the data entry includes:
extracting the tail number of a preset digit in the serial number of the data item;
taking the total number of the processing system as a modulus, and carrying out modulus operation on the tail number of the preset digit;
and determining the number of the processing system which is distributed with the data request to be processed according to the remainder of the modulus operation.
Preferably, in the data processing method provided in the second aspect, the method further includes:
receiving the data request to be processed returned by the first processing system.
Preferably, in the data processing method provided in the second aspect, after receiving the pending data request rolled back by the first processing system, the method further includes:
and redistributing the data request to be processed to a new processing system.
Preferably, in the data processing method provided in the second aspect, after receiving the pending data request rolled back by the first processing system, before redistributing the pending data request to a new processing system, the method further includes:
and adjusting the data processing subprotocols corresponding to the processing system to enable the processing system to correspond to the new data processing subprotocols one by one, and the set of each data processing subprotocol is equivalent to the total data processing protocol.
Preferably, in the data processing method provided in the second aspect, if the protocol execution sub-information in the data processing sub-protocol includes a data upper limit value, adjusting the data processing sub-protocol corresponding to the processing system includes:
and adjusting the data upper limit value in the data processing subprotocol.
Preferably, in the data processing method provided in the second aspect, after receiving the pending data request rolled back by the first processing system, before redistributing the pending data request to a new processing system, the method further includes:
querying the running state of each processing system; the operating states include idle and busy;
and determining the new processing system for the processing system with the idle running state.
Preferably, in the data processing method provided in the second aspect, after receiving the pending data request rolled back by the first processing system, before redistributing the pending data request to a new processing system, the method further includes:
and determining the new processing system according to the number of the first processing system.
Preferably, in the data processing method provided in the second aspect, the data is embodied as service settlement data, the processing system is embodied as a settlement system, and the processing of the data is embodied as settlement processing.
In a third aspect, an embodiment of the present application provides a data processing apparatus, which is applied to a processing system, and includes:
the request receiving module is used for receiving a to-be-processed data request distributed by a request allocating system, wherein the to-be-processed data request comprises data processing information of a data item and is used for requesting to process the data item;
the data processing module is used for processing data according to the data processing information when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, and storing a processing result in a sub-record table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and the sub record table reporting module reports the sub record tables when the summarizing condition is met so as to summarize and generate a total record table corresponding to the data processing total protocol.
In a fourth aspect, an embodiment of the present application provides a data processing apparatus, which is applied to a request dispatching system, and includes:
the request receiving module is used for receiving a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of a data entry and is used for requesting to process the data entry;
the processing system determining module is used for determining a first processing system to which the data request to be processed is distributed according to the identification information of the data entry;
and the request distribution module is used for distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, the first processing system carries out data processing according to the data processing information and stores the processing result in a subprogram table.
In a fifth aspect, an embodiment of the present application provides an electronic device, including:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to:
receiving a to-be-processed data request which is distributed by a request allocating system, wherein the to-be-processed data request comprises data processing information of data entries and is used for requesting to process the data entries;
when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information, and storing a processing result in a subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and when the summary condition is met, reporting the sub-record table so as to summarize and generate a total record table corresponding to the data processing total protocol.
In a sixth aspect, an embodiment of the present application provides an electronic device, including:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of a data entry and is used for requesting to process the data entry;
determining a first processing system to which the data request to be processed is distributed according to the identification information of the data entry;
and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing a processing result in a subprogram table by the first processing system.
In a seventh aspect, this application embodiment provides a computer-readable storage medium storing one or more programs, where the one or more programs include instructions, which when executed by an electronic device including a plurality of application programs, can cause the electronic device to perform the following operations:
receiving a to-be-processed data request which is distributed by a request allocating system, wherein the to-be-processed data request comprises data processing information of data entries and is used for requesting to process the data entries;
when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information, and storing a processing result in a subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and when the summary condition is met, reporting the sub-record table so as to summarize and generate a total record table corresponding to the data processing total protocol.
In an eighth aspect, embodiments of the present application provide a computer-readable storage medium storing one or more programs, the one or more programs including instructions, which when executed by an electronic device including a plurality of application programs, enable the electronic device to:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of a data entry and is used for requesting to process the data entry;
determining a first processing system to which the data request to be processed is distributed according to the identification information of the data entry;
and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing a processing result in a subprogram table by the first processing system.
In a ninth aspect, an embodiment of the present application provides a data processing system, including:
the system comprises a request scheduling system, a data processing system and a data processing system, wherein the request scheduling system is used for receiving a data request to be processed, the data request to be processed comprises data processing information and identification information of a data entry, and the data processing information and the identification information are used for requesting to process the data entry; the data processing system is further used for determining a first processing system to which the data request to be processed is distributed according to the identification information of the data entry; the data processing system is further configured to distribute the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system matches with the data processing information in the data entry, the first processing system performs data processing according to the data processing information, and stores a processing result in a subprogram table;
the system comprises a processing system, a data dispatching system and a data processing system, wherein the processing system is used for receiving a to-be-processed data request which is distributed by the request dispatching system, and the to-be-processed data request comprises data processing information of data entries and is used for requesting to process the data entries; the data processing system is further configured to, when the data processing subprotocol corresponding to the processing system matches with the data processing information in the data entry, perform data processing according to the data processing information, and store a processing result in a subprogram table, where the data processing subprotocol is obtained by performing information splitting according to a protocol in a total data processing protocol and corresponds to the processing system one to one; the sub record table is also used for reporting the sub record table when the summarizing condition is met so as to summarize and generate a total record table corresponding to the data processing total protocol;
and the sub-record table summarizing system is used for summarizing the sub-record tables to generate a total record table corresponding to the data processing total protocol when summarizing conditions are met.
In a tenth aspect, an embodiment of the present application provides a data processing method, including:
the method comprises the steps that a processing system receives a to-be-processed data request which is sent by a request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items;
processing data according to the data processing information, and storing a processing result in a sub-record table;
and when the summarizing condition is met, reporting the sub-record table so as to summarize and generate a total record table corresponding to the data processing total protocol.
In an eleventh aspect, an embodiment of the present application provides a data processing method, including:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of a data entry and is used for requesting to process the data entry;
determining a processing system matched with the data processing information in the data entry according to protocol execution sub-information in a data processing sub-protocol corresponding to the processing system and the data processing information;
determining, in the matched processing system, a processing system to which the to-be-processed data request is distributed according to the identification information of the data entry;
and distributing the data request to be processed to the processing system, carrying out data processing by the processing system according to the data processing information, and storing a processing result in a sub-record table.
The embodiment of the application adopts at least one technical scheme which can achieve the following beneficial effects:
in the embodiment of the application, the data processing general protocol is divided into a plurality of data processing sub-protocols according to the protocol execution information in the data processing general protocol, and a corresponding processing system is allocated to each data processing sub-protocol. When a data request to be processed is received, the data request to be processed is distributed to a processing system for data processing, and a processing result is stored in a sub-record table; when the summarizing condition is met, the sub-record tables are summarized, and a total record table corresponding to the data processing total protocol can be generated. Therefore, in the embodiment of the application, the calculation and storage processes of the data reflecting the intermediate results are dispersed into a plurality of processing systems for processing, and the data processing total protocol to be called when the summary processing is performed is also split into a plurality of data processing sub-protocols, so that not only is a single point and a hot point caused by frequent access of a certain data or protocol avoided, but also parallel processing of a plurality of data requests to be processed can be realized. Therefore, by adopting the scheme provided by the embodiment of the application, data processing can be rapidly and stably carried out, and the use requirements of users are met.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
FIG. 1 is a schematic flow chart illustrating a data processing method applied to a request dispatching system according to an embodiment of the present application;
FIG. 2 is a flow chart illustrating a data processing method applied to the processing system in the embodiment of the present application;
FIG. 3 is a block diagram of an embodiment of a data processing system embodied as a business settlement system;
fig. 4 is a schematic flow chart of a data processing method applied to a request dispatching system in a scenario of service settlement in the embodiment of the present application;
fig. 5 is a schematic flow chart of a data processing method applied to the processing system in the scenario of service settlement in the embodiment of the present application;
FIG. 6 is a schematic structural diagram of a data processing apparatus applied to a processing system in an embodiment of the present application;
FIG. 7 is a schematic structural diagram of a data processing apparatus applied to a request dispatching system in an embodiment of the present application;
fig. 8 is a schematic structural diagram of a service settlement device applied to a settlement system in an embodiment of the present application;
fig. 9 is a schematic structural diagram of a service settlement apparatus applied to a request dispatching system in an embodiment of the present application;
fig. 10 is a schematic structural diagram of an electronic device in an embodiment of the present application;
fig. 11 is a schematic structural diagram of another electronic device in this embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, 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 application.
The data processing method provided by the embodiment of the application is completed by the request dispatching system and the processing system in an interactive mode. According to the protocol execution information in the data processing overall protocol, the data processing overall protocol is divided into a plurality of data processing sub-protocols, and a corresponding processing system is distributed to each data processing sub-protocol. When a data request to be processed is received, the data request to be processed is distributed to a processing system for data processing, and a processing result is stored in a sub-record table; when the summarizing condition is met, the sub-record tables are summarized, and a total record table corresponding to the data processing total protocol can be generated. Therefore, in the embodiment of the application, the calculation and storage processes of the data reflecting the intermediate results are dispersed into a plurality of processing systems for processing, and the data processing total protocol to be called when the summary processing is performed is also split into a plurality of data processing sub-protocols, so that not only is a single point and a hot point caused by frequent access of a certain data or protocol avoided, but also parallel processing of a plurality of data requests to be processed can be realized. Therefore, by adopting the scheme provided by the embodiment of the application, data processing can be rapidly and stably carried out, and the use requirements of users are met.
Specifically, an embodiment of the present application provides a data processing method, which is applied to a processing system, and as shown in fig. 1, the method includes:
s01: the processing system receives a to-be-processed data request which is distributed by the request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items;
s03: when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, the processing system processes the data according to the data processing information and stores the processing result in the subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol execution message in the data processing main protocol and corresponds to the processing system one by one;
s05: and when the summarizing condition is met, the processing system reports the sub-record tables so as to summarize and generate a total record table corresponding to the data processing total protocol.
An embodiment of the present application further provides a data processing method, applied to a request dispatching system, as shown in fig. 2, including:
s11: the request allocating system receives a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of data items and is used for requesting to process the data items;
s13: determining a first processing system to which a data request to be processed is distributed according to the identification information of the data entry;
s15: and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing the processing result in the subprogram table.
In addition, in the data processing method for requesting the deployment system to execute, the data processing total protocol may be further split into a plurality of data processing sub-protocols according to protocol execution information in the data processing total protocol, so that the processing systems correspond to the data processing sub-protocols one to one, and a set of the data processing sub-protocols corresponding to each processing system is equivalent to the data processing total protocol.
The following describes the data processing method provided in the embodiment in detail by taking a specific scenario that the data processing method provided in the embodiment is applied to business settlement as an example.
In the scenario of service settlement, the data is embodied as service settlement data, the processing system is embodied as a settlement system, and the processing of the data is embodied as service settlement processing. The data processing method comprises the steps that a data request to be processed is embodied as a service request to be settled, data items in the data request to be processed are embodied as service bills, data processing information is embodied as service settlement information, a data processing total protocol is embodied as a service total protocol signed by a third-party payment platform and a merchant, a data processing sub-protocol is embodied as a service sub-protocol obtained by splitting according to the service total protocol, sub-record tables stored in a processing system are embodied as sub-bills stored in a settlement system, a total record table generated by summarizing the sub-record tables is embodied as the total bill, and summarizing conditions are embodied as settlement conditions.
In the application scenario of service settlement, the service settlement method provided by the embodiment of the present application may be implemented by a service settlement system. The business settlement system (which may be embodied as a third party payment platform as an acquirer) is used for settling transaction orders completed by the business system (which may be understood as a merchant who has an acquiring agreement with the third party payment platform). Specifically, the service settlement system receives the transaction to be settled sent by the service system after the transaction is completed, and generates a bill for the merchant to check after the transaction to be settled is settled.
In the embodiment provided by the present application, the service settlement system specifically includes a request dispatching system 100 and a plurality of settlement systems 200, and further includes a sub-bill summarizing system 300, which is shown in fig. 3. The request dispatching system 100 may be configured to receive a service request to be settled, and distribute the service request to be settled to a settlement system for settlement processing by the settlement system. The settlement system 200 performs settlement processing after receiving the distributed service request to be settled, and saves the processing result in the sub-bill; and when the settlement condition is met, reporting the sub-bills so as to summarize and generate a total bill corresponding to the business total agreement. The sub-bill summarizing system 300 may be configured to summarize the sub-bills reported by the sub-bills when the settlement condition is satisfied, and generate a total bill corresponding to the total business agreement.
Various specific implementations of the embodiments of the present application will be described in detail below with reference to the accompanying drawings.
Referring to fig. 4, an embodiment of the present application provides a service settlement method, which can be applied to the request dispatching system 100, and includes:
s101: the request allocating system receives a service request to be settled, wherein the service request to be settled comprises service settlement information and identification information of a service bill and is used for requesting to settle the service bill.
It should be noted that the service request to be settled received by the request allocating system may be from a service system for generating an order and receiving a fee, and may be embodied as a merchant or an online shopping platform, which has an order receiving protocol with a third-party payment platform.
The service system sends the service bill to be settled to the service settlement system in the form of the service request to be settled (more specifically, directly received by the request dispatching system), and requests to settle the service bill. In order to realize the settlement of the service bill, the request needs to include service settlement information and identification information of the service bill. The service settlement information of the service bill is used to provide information required for settlement processing, such as the service type, transaction subject, transaction amount, generation time, or name, category, and number of the product, to the service settlement system. The identification information of the service bill is used for uniquely identifying the service bill, for example, an order number, a stream number, or an identification code of the service bill.
S103: and determining a first settlement system to which the service request to be settled is distributed according to the identification information of the service bill.
Because the identification information of the service bill can uniquely identify the service bill to be settled, the service request to be settled is determined to be distributed to which settlement system for settlement processing according to the identification information, so that each settlement system can obtain relatively equal chances to receive the service request to be settled, the service request to be settled can be more uniformly dispersed to each settlement system for processing, the service settlement can be rapidly and stably carried out, and the use requirements of merchants are met.
Specifically, when the step S103 is executed to determine the first settlement system to which the service request to be settled is distributed according to the identification information of the service bill, the method may specifically include: firstly, according to the identification information of the service bill, the number of the settlement system to which the service request to be settled is distributed is determined. It will be appreciated that in this implementation, a plurality of the business settlement systems may be numbered, preferably in terms of consecutive monotonically increasing natural numbers, i.e. dense natural numbers, as illustrated in figure 3. Therefore, the number of the settlement system can be determined according to the identification information of the service bill and a certain calculation rule or a preset mapping relation, and the settlement system corresponding to the number is determined as the first settlement system to which the service request to be settled is distributed.
In one specific implementation, the identification information of the service bill may be taken as the number of the service bill, and when determining the number of the settlement system to which the service request to be settled is distributed according to the identification information of the service bill, the method may specifically include:
firstly, extracting the tail number of the preset digit in the serial number of the business bill. It will be appreciated that in the specific implementation, the rightmost preset number of bits is extracted from the number of the business bill.
Then, taking the total number of the settlement system (in the example shown in fig. 3, the total number of the sub-calculation systems is N) as a modulus, the modulus operation is performed on the tail number of the preset digit.
And finally, determining the number of the settlement system which is distributed with the service request to be settled according to the remainder of the modular operation.
For example, assuming that the preset number of bits is 5 bits, the number of the 5 bits for the serial number of a certain service bill is "12346", and the total number of the settlement systems included in the service settlement system is 5, the modulo operation may be performed: 12346mod 5, the remainder of the operation is "1". According to the remainder "1", the settlement system numbered 1 may be directly determined as the object of the distribution request, or the settlement system of the distribution request may be determined according to a preset correspondence.
It can be understood that the preset number of digits for the number ending of the service bill can be determined according to the total number of the settlement systems in the service system. The embodiments of the present application are not limited.
It should be noted that there are many different ways to determine the settlement system to distribute based on the identification information of the service bill. For example, one way is that the request dispatching system allocates the service requests to be settled to the settlement system according to a preset number rotation rule in the order of receiving the service requests, for example, the first received request is allocated to the settlement system No. 1, the second received request is allocated to the settlement system No. 2, and so on, to ensure the balance of the traffic. As long as the request dispatching system can determine the object for distributing the service request to be settled, the embodiment of the present application does not limit this.
After the request dispatching system determines the first settlement system to which the service request to be settled should be distributed in step S103, the request dispatching system performs step S105, that is, the service request to be settled is distributed to the first settlement system, and when the corresponding service sub-agreement of the first settlement system matches the service settlement information in the service bill, the first settlement system performs settlement processing according to the service settlement information and saves the processing result in the sub-bill.
More specifically, the settlement system 200 may perform the following steps to complete the settlement process of the service request to be settled, as shown in fig. 5, which specifically includes:
s201: the settlement system receives a service request to be settled, which is distributed by the request allocating system, wherein the service request to be settled contains service settlement information of a service bill and is used for requesting to settle the service bill.
It can be understood that the settlement system executes the service request to be settled received in step S201, that is, the request dispatching system executes the service request to be settled distributed in step S105. Any one of the settlement systems, which is determined by the request dispatching system as the object for distributing the service request to be settled, i.e., the first settlement system, can perform settlement processing by using the steps shown in the flowchart shown in fig. 5.
After receiving the service request to be settled, the settlement system can judge whether the service subprotocol is matched with the service settlement information in the service bill according to the protocol execution subprotocol information in the service subprotocol corresponding to the settlement system. Only when the service sub-protocol corresponding to the settlement system is matched with the service settlement information in the service bill, the settlement system can process the service request to be settled. And when the service sub-agreement corresponding to the settlement system is not matched with the service settlement information in the service bill, the settlement system returns the service request to be settled to the request allocating system, and the request allocating system redistributes the service request to be settled according to the multiple schemes or other feasible schemes in the embodiment until the service request to be settled is distributed to the matched settlement system, so as to perform settlement processing.
It should be noted that the protocol execution sub-information in the service sub-protocol corresponds to the type of the service settlement information in the service bill, and when the matching is determined, the corresponding similar information should be compared. According to the actual needs of the service, how to decide whether to match the preset decision strategy according to the comparison result of the different types of information can be determined, and the application does not limit the decision.
For example, if the protocol execution sub-information includes a service type allowed to be processed by the settlement system, and the service settlement information includes a service type corresponding to the service bill, when determining whether the service sub-protocol matches the service settlement information in the service bill according to the protocol execution sub-information in the service sub-protocol corresponding to the settlement system, the protocol execution sub-information may be embodied as determining whether the service type allowed to be processed by the settlement system includes the service type corresponding to the service bill. If the result of the judgment is yes, that is, the service type allowed to be processed by the settlement system comprises the service type corresponding to the service bill, it can be judged that the service subprotocol is matched with the service settlement information in the service bill.
For another example, if the protocol execution sub-information includes an upper limit value of the amount of money that the settlement system allows to process, and the service settlement information includes an amount of money corresponding to the service bill, when determining whether the service sub-protocol matches the service settlement information in the service bill according to the protocol execution sub-information in the service sub-protocol corresponding to the settlement system, the method may be embodied as determining whether the amount of money corresponding to the service bill is not greater than the upper limit value of the amount of money that the settlement system allows to process. If the result of the judgment is yes, namely the amount of money corresponding to the business bill is not larger than the upper limit value of the amount of money allowed to be processed by the settlement system, the business subprotocol can be judged to be matched with the business settlement information in the business bill.
For another example, if the protocol execution sub-information includes a transaction subject allowed to be processed by the settlement system, and the service settlement information includes a transaction subject generating a service bill, when determining whether the service sub-protocol matches the service settlement information in the service bill according to the protocol execution sub-information in the service sub-protocol corresponding to the settlement system, the protocol execution sub-information may be embodied as determining whether the transaction subject allowed to be processed by the settlement system includes the transaction subject generating the service bill. If the result of the judgment is yes, namely the transaction subject allowed to be processed by the settlement system comprises the transaction subject generating the service bill, the service subprotocol can be judged to be matched with the service settlement information in the service bill.
S203: when the business sub-protocol corresponding to the settlement system is matched with the business settlement information in the business bill, the settlement system performs settlement processing according to the business settlement information and stores the processing result in the sub-bill; the business subprotocol is obtained by splitting information according to a protocol execution message in a business general protocol and corresponds to the settlement system one by one;
it can be understood that the settlement system performs settlement processing according to the service settlement information, and the specific settlement processing procedure and the specific content in the sub-bill recording the processing result are related to the requirements of the service sub-agreement and also related to the specific content of the service settlement information. For example, if the business subprotocol requires settlement of the total amount of the received bill, the sub-bill includes the total amount obtained by performing settlement processing by the corresponding settlement system. It is further understood that the service settlement information in the service bill received by the settlement system should also include the amount information of the transaction.
It should be noted that, the service subprotocol is obtained by splitting the protocol execution information in the service general protocol, and therefore, the protocol execution subprotocol included in the service subprotocol is also derived from the protocol execution information in the service general protocol. The service subprotocols obtained by splitting correspond to the settlement systems one by one, so that each settlement system can participate in the settlement processing of the service request to be settled, and the effect of load sharing is achieved.
It should be further noted that, in order to ensure that the service settlement method provided by the embodiment of the present application can meet the settlement requirement agreed by the protocol execution information in the service general protocol, it is required that the set of service sub-protocols corresponding to each settlement system obtained by splitting is equivalent to the service general protocol. For example, the upper limit of the amount required to be settled in the service general agreement is 100 ten thousand, and when the total amount is split into 5 service sub-agreements, the sum of the upper limits of the amounts agreed in the 5 service sub-agreements should also be equal to 100 ten thousand.
S205: and when the settlement conditions are met, the settlement system reports the sub-bills so as to summarize and generate a total bill corresponding to the business total agreement.
It should be noted that the settlement condition is usually agreed in the general business agreement, and may be agreed on a specific date, such as 1-account per month, or may be agreed on a cycle, such as once per week. The satisfaction of the settlement condition can be understood as the reaching of a predetermined settlement time contained in the total agreement of the service. The settlement condition can also be an agreement on the amount, for example, the total amount reaches 100 ten thousand for reconciliation. When the settlement condition is satisfied, the sum of the service bill processed by the settlement system corresponding to each service subprotocol can be understood to reach the upper limit of the sum of the service subprotocol. When the settlement conditions are met, the settlement system reports the saved sub-bills to the sub-bill summarizing system 300 respectively so as to summarize and generate a total bill corresponding to the service total agreement.
It can be understood that there are many ways for the sub-bill aggregation system 300 to aggregate and generate the total bill according to the received multiple sub-bills, according to the agreement of the business total agreement or the requirement of the merchant. For example, the total bill may be generated by sorting any one or any combination of the specific time the transaction occurred, the number of business bills, the type of business, etc.
The above embodiments provide various schemes for realizing the distribution and separate processing of the service request to be settled by the cooperation of the request allocating system and the settlement system. On the basis of splitting a receipt protocol, namely a service general protocol, signed by a third-party platform and a merchant into a plurality of service sub-protocols according to protocol execution information in the service general protocol, distributing a corresponding settlement system for each service sub-protocol. The request dispatching system can distribute the service request to be settled to the settlement system for settlement processing and store the processing result to the sub-bill when receiving the service request to be settled; when the settlement condition is met, the sub bills generated in the settlement system are summarized, so that a total bill corresponding to the service total agreement can be generated, and a total bill equivalent to the settlement processing of the request to be directly settled is obtained.
Therefore, the embodiment of the application disperses the calculation and storage processes of the data reflecting the intermediate result of the business settlement into a plurality of settlement systems, and divides the total business protocol required to be called during settlement processing into a plurality of business subprotocols, thereby not only avoiding that a certain data or protocol is frequently accessed to become a single point and a hot point, but also realizing the parallel processing of a plurality of business requests to be settled. Therefore, by adopting the scheme provided by the embodiment of the application, the business settlement can be rapidly and stably carried out, and the use requirements of merchants are met.
In the embodiment of the present application, in order to specify the service subprotocols corresponding to each settlement system, the request dispatching system needs to obtain the service subprotocols obtained by splitting according to the total service protocol before distributing the service requests to be settled. When the total protocol of the service is split, the following principles should be followed:
according to the protocol execution information in the service general protocol, the service general protocol is divided into a plurality of service subprotocols, so that the settlement systems correspond to the service subprotocols one by one, and the set of the service subprotocols corresponding to each settlement system is equivalent to the service general protocol.
Specifically, the protocol execution information may include one or more of a service type, a settlement amount value, a transaction subject, and an order quantity. It can be understood that the agreement enforcement information may be determined by the third party payment platform signing the receipt agreement and by self-negotiation with the merchant, which is not necessarily limited in the embodiment of the present application.
Taking the example that the protocol execution information includes the settlement amount value, the total service protocol is split into a plurality of service sub-protocols according to the protocol execution information in the total service protocol, which may specifically be:
decomposing the settlement amount value into a plurality of amount upper limit values, so that the sum of the amount upper limit values is equal to the settlement amount value;
and taking the upper limit value of the amount as the protocol execution sub-information in the service sub-protocol.
For example, the upper limit of the amount of money required to be settled (i.e. the numerical value of the settlement amount) in the total business agreement is 100 ten thousand, and when the total business agreement is split into 5 business sub-agreements, the most fundamental premise is that: the sum of the upper limit values agreed in the 5 service sub-agreements should also be equal to 100 ten thousand. On the basis, when the amount of 100 ten thousand is decomposed, the amount can be averagely decomposed into 5 amounts of 20 ten thousand, and the upper limit value of the amount of each service subprotocol is 20 ten thousand; the decomposition may be uneven, for example, the decomposition is 10 ten thousand, 30 ten thousand, 40 ten thousand, 20 ten thousand, 0 ten thousand, and the upper limit value of the amount of money corresponding to each business subprotocol becomes 10 ten thousand, 30 ten thousand, 40 ten thousand, 20 ten thousand, 0 ten thousand.
It should be noted that when the total service protocol is split, a plurality of identical service subprotocols may be obtained equally, or may not be equally divided as needed. When the specific splitting is performed, the determination may be performed by referring to the statistical data of the historical traffic, or may be performed according to the expectation of the traffic, which is not limited in the present application. The method can be used for solving the problem that the service total protocol is equivalent to the service subprotocol by adding the service subprotocols obtained by splitting, and can also be used for adjusting the specific splitting mode when needed on the premise that the set of the service subprotocols is equivalent to the service total protocol according to the requirement of service settlement. As will be described in detail below.
As described in the above embodiments, when the request dispatching system distributes the service request to be settled, the number of the settlement system that distributes the service request to be settled is determined mainly according to the identification information of the service bill, and more specifically, according to the number of the service bill. The method can ensure that the received service request to be settled is uniformly distributed to each settlement system, and can realize the balanced distribution of the flow to a certain extent. However, this method only considers the balanced distribution of the traffic and does not consider the difference between the service sub-protocols corresponding to the respective settlement systems, so after the settlement system receives the service request to be settled, it is determined that the service settlement information of the service bill included in the service request to be settled matches the service sub-protocol corresponding to itself. The two are matched, which means that the settlement system distributed to the service request to be settled is allowed to process the service request to be settled, and the settlement system can perform settlement processing; otherwise, the settlement system needs to return the service request to be settled to the request dispatching system so as to request the dispatching system to redistribute the request.
After the request allocating system receives the service request to be settled returned by the settlement system, the service request to be settled has a plurality of processing modes, so that the service request to be settled can be redistributed to a matched new settlement system, and the settlement can be carried out in time. Different processing manners of the request dispatching system after receiving the returned service request to be settled will be exemplified below.
Firstly, the request allocating system can adjust the business subprotocols corresponding to the accounting system, so that the accounting system corresponds to the new business subprotocols one by one, and the set of each business subprotocol is equivalent to the total business protocol; and then redistributing the service request to be settled to a new settlement system.
It should be noted that, when the service subprotocol is adjusted, that is, the protocol execution subprotocol information in the service subprotocol is adjusted. The adjustment of the service subprotocols also needs to follow the basic principle of splitting the service master protocol, i.e. the set of service subprotocols (after adjustment) is equivalent to the service master protocol.
It should be further noted that the adjustment of the service subprotocols may be an adjustment of part or all of the service subprotocols, an adjustment of sub information performed on a specific protocol in the service subprotocols, or an adjustment of an overall splitting scheme of the service overall protocol, including an adjustment of the number of split service subprotocols. The method and the device are determined according to business needs, and the method and the device do not need to be limited.
In one example, it is assumed that the to-be-serviced bill relates to settlement of an order with the amount of 10 ten thousand yuan, that is, the settlement amount value contained in the service settlement information is 10 ten thousand yuan; meanwhile, the agreement execution sub-information in the service sub-agreement corresponding to the settlement system of the service request to be settled also comprises an upper limit value of the amount of money, and the upper limit value of the amount of money is only 8 ten thousand yuan. Obviously, in this case, the amount of money corresponding to the service bill is greater than the upper limit value of the amount of money allowed to be processed by the settlement system, and the settlement system determines that the service sub-agreement does not match the service settlement information in the service bill, so that the service request to be settled is returned.
At this time, the upper limit value of the amount of money in the service sub-agreement can be adjusted to be not less than the amount of money corresponding to the service bill, so that the settlement system corresponding to the service sub-agreement can perform settlement processing on the service request to be settled.
In another example, assuming that the total service protocol adopts an equipartition mode, and an upper limit of the total amount of 800 ten thousand is averagely divided into 100 service sub-protocols with an upper limit of the amount of 8 ten thousand, when the service sub-protocols are adjusted, if the upper limit of the amount of money in the service sub-protocols is adjusted to 10 ten thousand, the splitting mode of the total service protocol is correspondingly adjusted to: and dividing the total amount of 800 ten thousand into 80 service subprotocols with the amount of 10 ten thousand.
Second, the request dispatching system can query the operating status (including idle and busy) of each settlement system, and determine a new settlement system from the settlement systems with idle operating status, so as to redistribute the service request to be settled.
Thirdly, the request dispatching system may also determine a new settlement system directly from the previously determined number of the first settlement system. For example, the number of the first settlement system is directly incremented by 1 as the number of the new settlement system. Or may be determined by other preset rules.
The above embodiments provide various schemes for realizing the distribution and separate processing of the service request to be settled by the cooperation of the request allocating system and the settlement system. On the basis of splitting a receipt protocol, namely a service general protocol, signed by a third-party platform and a merchant into a plurality of service sub-protocols according to protocol execution information in the service general protocol, distributing a corresponding settlement system for each service sub-protocol. The request dispatching system can distribute the service request to be settled to the settlement system for settlement processing and store the processing result to the sub-bill when receiving the service request to be settled; when the settlement condition is met, the sub bills generated in the settlement system are summarized, so that a total bill corresponding to the service total agreement can be generated, and a total bill equivalent to the settlement processing of the request to be directly settled is obtained.
According to the embodiment of the application, the calculation and storage processes of the data reflecting the intermediate result of the business settlement are dispersed into a plurality of settlement systems, the calling of the business general agreement is also dispersed into the calling of a plurality of business subprotocols, so that a single point and a hot point caused by frequent access of a certain piece of data are avoided, and the parallel processing of a plurality of business requests to be settled can be realized. Therefore, by adopting the scheme provided by the embodiment of the application, the business settlement can be rapidly and stably carried out, and the use requirements of merchants are met.
It should be noted that, in addition to the manner described in the above embodiment that the request dispatching system determines the distributed settlement system according to the identification information of the service bill, the request dispatching system may also determine the settlement system to which the service request to be settled is distributed by the following manner, which specifically includes:
receiving a service request to be settled, wherein the service request to be settled comprises service settlement information and identification information of a service bill and is used for requesting to settle the service bill;
determining a settlement system matched with the service settlement information in the service bill according to the protocol execution sub-information and the service settlement information in the service sub-protocol corresponding to the settlement system;
determining a settlement system to which a service request to be settled is distributed in the matched settlement system according to the identification information of the service bill;
and distributing the service request to be settled to a settlement system, performing settlement processing by the settlement system according to the service settlement information, and saving the processing result in the sub-bill.
In the above embodiment, the request allocating system, when determining the distributed settlement system, has considered whether the agreement execution sub-information and the service settlement information in the service sub-agreement corresponding to the settlement system match, and determines the settlement system to which the service request to be settled is distributed only in the matching settlement system. Therefore, the settlement system receiving the distributed service request to be settled can directly perform settlement processing on the service request to be settled without judging the matching again. Correspondingly, the method executed by the settlement system may specifically include:
the settlement system receives a service request to be settled, which is distributed by the request allocation system, wherein the service request to be settled contains service settlement information of a service bill and is used for requesting to settle the service bill;
carrying out settlement processing according to the service settlement information, and saving a processing result in a sub-bill;
and when the settlement condition is met, reporting the sub-bills so as to summarize and generate a total bill corresponding to the business total agreement.
It should be noted that, when the request allocating system performs the matching judgment of the settlement system, the specific process may be the same as that when the request allocating system performs the matching judgment of the settlement system. And thus will not be described in detail.
When the application scenario of service settlement is broken, the data processing method implemented by the processing system may specifically include:
the processing system receives a to-be-processed data request which is distributed by the request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items;
processing data according to the data processing information, and storing the processing result in a sub-record table;
and when the summarizing condition is met, reporting the sub-record tables so as to summarize and generate a total record table corresponding to the data processing total protocol.
When the application scenario of service settlement is broken, the data processing method implemented by the request dispatching system may specifically include:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of a data item and is used for requesting to process the data item;
determining a processing system matched with the data processing information in the data entry according to the protocol execution sub-information and the data processing information in the data processing sub-protocol corresponding to the processing system;
determining a processing system to which a data request to be processed is distributed in the matched processing system according to the identification information of the data entry;
and distributing the data request to be processed to a processing system, carrying out data processing by the processing system according to the data processing information, and storing the processing result in a sub-record table.
An embodiment of the present application further provides a data processing apparatus, applied to a processing system, as shown in fig. 6, including:
the request receiving module 01 receives a to-be-processed data request distributed by a request allocating system, wherein the to-be-processed data request includes data processing information of a data entry and is used for requesting to process the data entry;
the data processing module 03, when the data processing subprotocol corresponding to the processing system matches with the data processing information in the data entry, performs data processing according to the data processing information, and stores the processing result in the sub-record table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and the sub-record table reporting module 05 is used for reporting the sub-record table when the summarizing condition is met so as to summarize and generate a total record table corresponding to the data processing total protocol.
When the method is applied to a scenario of service settlement, the data processing apparatus applied to the processing system is embodied as a service settlement apparatus shown in fig. 8, and is applied to a settlement system 200, and includes:
the request receiving module 201 is configured to receive a service request to be settled, which is distributed by a request allocating system and includes service settlement information of a service bill, and is used for requesting settlement of the service bill;
the settlement processing module 203, when the business sub-protocol corresponding to the settlement system is matched with the business settlement information in the business bill, performs settlement processing according to the business settlement information, and stores the processing result in the sub-bill; the business subprotocol is obtained by splitting information according to a protocol execution message in a business general protocol and corresponds to the settlement system one by one;
and the sub-bill reporting module 305 reports the sub-bills when the settlement conditions are met so as to summarize and generate a total bill corresponding to the business total agreement.
The service settlement device applied to the settlement system provided in the embodiment of the present application can implement each process implemented by the settlement system in the method embodiment, and is not described herein again to avoid repetition.
An embodiment of the present application further provides a data processing apparatus, which is applied to a request dispatching system, and as shown in fig. 7, the data processing apparatus includes:
the request receiving module 11 is configured to receive a data request to be processed, where the data request to be processed includes data processing information and identification information of a data entry, and is used to request to process the data entry;
the processing system determining module 13 determines, according to the identification information of the data entry, a first processing system to which the to-be-processed data request is distributed;
the request distribution module 15 is configured to distribute the data request to be processed to the first processing system, and when the data processing subprotocol corresponding to the first processing system matches with the data processing information in the data entry, the first processing system performs data processing according to the data processing information, and stores a processing result in the sub-record table.
When the method is applied to a scenario of service settlement, the data processing apparatus applied to the request dispatching system is embodied as a service settlement apparatus shown in fig. 9, and is applied to the request dispatching system 100, and includes:
the request receiving module 101 is configured to receive a service request to be settled, where the service request to be settled includes service settlement information and identification information of a service bill, and is used to request settlement of the service bill;
the settlement system determining module 103 is used for determining a first settlement system to which the service request to be settled is distributed according to the identification information of the service bill;
the request distribution module 105 distributes the service request to be settled to the first settlement system, and when the corresponding service sub-protocol of the first settlement system is matched with the service settlement information in the service bill, the first settlement system performs settlement processing according to the service settlement information and stores the processing result in the sub-bill.
The service settlement device applied to the request scheduling system according to the embodiment of the present application can implement each process implemented by the request scheduling system in the method embodiment, and is not described herein again to avoid repetition.
Fig. 10 is a schematic structural diagram of an electronic device according to an embodiment of the present application. Referring to fig. 10, at a hardware level, the electronic device includes a processor, and optionally further includes an internal bus, a network interface, and a memory. The Memory may include a Memory, such as a Random-Access Memory (RAM), and may further include a non-volatile Memory, such as at least 1 disk Memory. Of course, the electronic device may also include hardware required for other services.
The processor, the network interface, and the memory may be connected to each other via an internal bus, which may be an ISA (Industry Standard Architecture) bus, a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 10, but this does not indicate only one bus or one type of bus.
And the memory is used for storing programs. In particular, the program may include program code comprising computer operating instructions. The memory may include both memory and non-volatile storage and provides instructions and data to the processor.
The processor reads a corresponding computer program from the non-volatile memory into the memory and then runs the computer program, thereby forming the data processing device on a logic level. The processor is used for executing the program stored in the memory and is specifically used for executing the following operations:
receiving a to-be-processed data request distributed by a request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items;
when the corresponding data processing subprotocol is matched with the data processing information in the data entry, performing data processing according to the data processing information, and storing a processing result in a subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol execution message in the data processing main protocol and corresponds to the processing system one by one;
and when the summarizing condition is met, reporting the sub-record tables so as to summarize and generate a total record table corresponding to the data processing total protocol.
Specifically, in the application scenario of service settlement, the processor reads a corresponding computer program from the nonvolatile memory into the memory and then runs the computer program, thereby forming a service settlement device on a logical level. The processor is used for executing the program stored in the memory and is specifically used for executing the following operations:
receiving a service request to be settled, which is distributed by a request allocating system and contains service settlement information of a service bill, and is used for requesting to settle the service bill;
when the business sub-protocol corresponding to the settlement system is matched with the business settlement information in the business bill, performing settlement processing according to the business settlement information, and storing the processing result in the sub-bill; the business subprotocol is obtained by splitting information according to a protocol execution message in a business general protocol and corresponds to the settlement system one by one;
and when the settlement condition is met, reporting the sub-bills so as to summarize and generate a total bill corresponding to the business total agreement.
The method executed by the data processing device applied to the processing system as disclosed in the embodiment of fig. 1 of the present application or the method executed by the service settlement device applied to the settlement system 200 as disclosed in the embodiment of fig. 5 of the present application can be applied to or implemented by a processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
Specifically, in the application scenario of service settlement, the electronic device may further execute the method executed by the service settlement apparatus applied to the settlement system disclosed in the embodiment shown in fig. 5, and implement the function of the service settlement apparatus in the embodiment shown in fig. 5, which is not described herein again.
Embodiments of the present application also provide a computer-readable storage medium storing one or more programs, where the one or more programs include instructions, which, when executed by an electronic device including a plurality of application programs, enable the electronic device to perform the method disclosed in the embodiment shown in fig. 1 and applied to a data processing apparatus of a processing system, and are specifically configured to perform:
receiving a to-be-processed data request distributed by a request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items;
when the corresponding data processing subprotocol is matched with the data processing information in the data entry, performing data processing according to the data processing information, and storing a processing result in a subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol execution message in the data processing main protocol and corresponds to the processing system one by one;
and when the summarizing condition is met, reporting the sub-record tables so as to summarize and generate a total record table corresponding to the data processing total protocol.
In particular to the application scenario of service settlement, an embodiment of the present application further provides a computer-readable storage medium, where the computer-readable storage medium stores one or more programs, where the one or more programs include instructions, which, when executed by an electronic device including a plurality of application programs, enable the electronic device to perform the method performed by the service settlement apparatus applied to the settlement system disclosed in the embodiment shown in fig. 5, and are specifically configured to perform:
receiving a service request to be settled, which is distributed by a request allocating system and contains service settlement information of a service bill, and is used for requesting to settle the service bill;
when the business sub-protocol corresponding to the settlement system is matched with the business settlement information in the business bill, performing settlement processing according to the business settlement information, and storing the processing result in the sub-bill; the business subprotocol is obtained by splitting information according to a protocol execution message in a business general protocol and corresponds to the settlement system one by one;
and when the settlement condition is met, reporting the sub-bills so as to summarize and generate a total bill corresponding to the business total agreement.
Fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present application. Referring to fig. 11, at a hardware level, the electronic device includes a processor, and optionally further includes an internal bus, a network interface, and a memory. The Memory may include a Memory, such as a Random-Access Memory (RAM), and may further include a non-volatile Memory, such as at least 1 disk Memory. Of course, the electronic device may also include hardware required for other services.
The processor, the network interface, and the memory may be connected to each other via an internal bus, which may be an ISA (Industry Standard Architecture) bus, a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 11, but that does not indicate only one bus or one type of bus.
And the memory is used for storing programs. In particular, the program may include program code comprising computer operating instructions. The memory may include both memory and non-volatile storage and provides instructions and data to the processor.
The processor reads a corresponding computer program from the non-volatile memory into the memory and then runs the computer program, thereby forming the data processing device on a logic level. The processor is used for executing the program stored in the memory and is specifically used for executing the following operations:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of a data item and is used for requesting to process the data item;
determining a first processing system to which a data request to be processed is distributed according to the identification information of the data entry;
and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing the processing result in the subprogram table.
Specifically, in the application scenario of service settlement, the processor reads a corresponding computer program from the nonvolatile memory into the memory and then runs the computer program, thereby forming a service settlement device on a logical level. The processor is used for executing the program stored in the memory and is specifically used for executing the following operations:
receiving a service request to be settled, wherein the service request to be settled comprises service settlement information and identification information of a service bill and is used for requesting to settle the service bill;
determining a first settlement system to which a service request to be settled is distributed according to the identification information of the service bill;
and distributing the service request to be settled to a first settlement system, and when the corresponding service sub-protocol of the first settlement system is matched with the service settlement information in the service bill, performing settlement processing according to the service settlement information by the first settlement system and storing the processing result in the sub-bill.
The method executed by the data processing device applied to the request dispatching system as disclosed in the embodiment of fig. 2 of the present application or the method executed by the service settlement device applied to the request dispatching system as disclosed in the embodiment of fig. 4 can be applied to or implemented by a processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
Specifically, in the application scenario of service settlement, the electronic device may further execute the method executed by the service settlement apparatus in fig. 4, and implement the functions of the service settlement apparatus in the embodiment shown in fig. 4, which is not described herein again.
An embodiment of the present application further provides a computer-readable storage medium storing one or more programs, where the one or more programs include instructions, which, when executed by an electronic device including a plurality of application programs, enable the electronic device to perform the method performed by the data processing apparatus in the embodiment shown in fig. 2, and are specifically configured to perform:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information and identification information of a data item and is used for requesting to process the data item;
determining a first processing system to which a data request to be processed is distributed according to the identification information of the data entry;
and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing the processing result in the subprogram table.
An embodiment of the present application further provides a computer-readable storage medium storing one or more programs, where the one or more programs include instructions, which when executed by an electronic device including a plurality of application programs, enable the electronic device to perform the method performed by the service settlement apparatus in the embodiment shown in fig. 4, and are specifically configured to perform:
receiving a service request to be settled, wherein the service request to be settled comprises service settlement information and identification information of a service bill and is used for requesting to settle the service bill;
determining a first settlement system to which a service request to be settled is distributed according to the identification information of the service bill;
and distributing the service request to be settled to a first settlement system, and when the corresponding service sub-protocol of the first settlement system is matched with the service settlement information in the service bill, performing settlement processing according to the service settlement information by the first settlement system and storing the processing result in the sub-bill.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (33)

1. A method of data processing, comprising:
the method comprises the steps that a processing system receives a to-be-processed data request which is sent by a request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items;
when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, the processing system processes data according to the data processing information and stores the processing result in a subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and the processing system reports the sub-record table.
2. The method according to claim 1, before the processing system performs data processing according to the data processing information and saves the processing result in the sub-record table, the method further comprising:
and judging whether the data processing subprotocol is matched with the data processing information in the data entry or not according to protocol execution subproblem in the data processing subprotocol corresponding to the processing system.
3. The method of claim 2, wherein the protocol execution sub-information includes a data type allowed to be processed by the processing system, and the data processing information includes a data type corresponding to the data entry; determining that the data processing subprotocol matches the data processing information in the data entry according to protocol execution subprotocol information in the data processing subprotocol corresponding to the processing system, including:
the processing system allows the processed data type to include the data type corresponding to the data entry.
4. The method of claim 2, wherein the protocol execution sub-information includes an upper limit value of data allowed to be processed by the processing system, and the data processing information includes an amount corresponding to the data entry; determining that the data processing subprotocol matches the data processing information in the data entry according to protocol execution subprotocol information in the data processing subprotocol corresponding to the processing system, including:
the amount corresponding to the data entry is not more than the upper limit value of the data allowed to be processed by the processing system.
5. The method of claim 2, wherein the protocol execution sub-information includes a data source that the processing system allows to process, and the data processing information includes a data source that generated the data entry; determining that the data processing subprotocol matches the data processing information in the data entry according to protocol execution subprotocol information in the data processing subprotocol corresponding to the processing system, including:
the processing system allows for the inclusion of the data source from which the data entry was generated in the data source being processed.
6. The method of claim 1, wherein the processing system reporting the sub-record table comprises:
and when the summary condition is met, the processing system reports the sub-record table.
7. The method of claim 1, the aggregation conditions comprising:
reaching a predetermined processing time contained in the data processing overall protocol; alternatively, the first and second electrodes may be,
the amount of the data items processed by the processing system reaches the upper limit value of the data contained in the corresponding data processing subprotocol.
8. The method of any of claims 1 to 7, after the processing system receives a pending data request for distribution by the deployment system, the method further comprising:
and when the data processing subprotocol corresponding to the processing system is not matched with the data processing information in the data entry, the processing system backs the data request to be processed to the request dispatching system.
9. The method according to any one of claims 1 to 7, wherein the data is service settlement data, the processing system is a settlement system, and the processing of the data is settlement processing.
10. A method of data processing, comprising:
a request allocating system receives a data request to be processed, wherein the data request to be processed comprises data processing information of data items and is used for requesting to process the data items;
determining a first processing system to which the pending data request is distributed;
and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing a processing result in a subprogram table by the first processing system.
11. The method of claim 10, further comprising:
according to protocol execution information in a data processing general protocol, the data processing general protocol is divided into a plurality of data processing sub-protocols, so that the processing systems correspond to the data processing sub-protocols one to one, and a set of the data processing sub-protocols corresponding to each processing system is equivalent to the data processing general protocol.
12. The method of claim 11, wherein the protocol execution information comprises one or more of a data type, a processing amount value, a data source, and a number of data entries.
13. The method of claim 11, wherein the protocol execution information includes a processing amount value, and the splitting of the data processing overall protocol into a plurality of data processing sub-protocols according to the protocol execution information in the data processing overall protocol includes:
decomposing the processing amount value into a plurality of data upper limit values so that the sum of the data upper limit values is equal to the processing amount value;
and taking the data upper limit value as protocol execution sub-information in the data processing sub-protocol.
14. The method of claim 10, determining a first processing system to which the pending data request is distributed, comprising:
and determining a first processing system to which the data request to be processed is distributed according to the identification information of the data entry.
15. The method of claim 10, determining a first processing system to which the pending data request is distributed based on the identification information of the data entry, comprising:
determining the number of the processing system which is distributed with the data request to be processed according to the identification information of the data entry;
and determining the processing system corresponding to the number as the first processing system to which the data request to be processed is distributed.
16. The method of claim 15, wherein the identification information of the data entry includes a number of the data entry, and determining the number of the processing system that distributed the pending data request according to the identification information of the data entry comprises:
extracting the tail number of a preset digit in the serial number of the data item;
taking the total number of the processing system as a modulus, and carrying out modulus operation on the tail number of the preset digit;
and determining the number of the processing system which is distributed with the data request to be processed according to the remainder of the modulus operation.
17. The method of claim 10, determining a first processing system to which the pending data request is distributed, comprising:
determining the number of a processing system which is distributed with the data request to be processed according to the receiving sequence of the data request to be processed and a preset number alternation rule;
and determining the processing system corresponding to the number as the first processing system to which the data request to be processed is distributed.
18. The method of claim 10, further comprising:
receiving the data request to be processed returned by the first processing system.
19. The method of claim 18, after receiving the pending data request rolled back by the first processing system, the method further comprising:
and redistributing the data request to be processed to a new processing system.
20. The method of claim 19, after receiving the pending data request rolled back by the first processing system, prior to re-distributing the pending data request to a new processing system, the method further comprising:
and adjusting the data processing subprotocols corresponding to the processing system to enable the processing system to correspond to the new data processing subprotocols one by one, and the set of each data processing subprotocol is equivalent to the total data processing protocol.
21. The method of claim 20, wherein the protocol execution sub-information in the data processing sub-protocol includes a data upper limit value, and adjusting the data processing sub-protocol corresponding to the processing system includes:
and adjusting the data upper limit value in the data processing subprotocol.
22. The method of claim 19, after receiving the pending data request rolled back by the first processing system, prior to re-distributing the pending data request to a new processing system, the method further comprising:
querying the running state of each processing system; the operating states include idle and busy;
and determining the new processing system for the processing system with the idle running state.
23. The method of claim 19, after receiving the pending data request rolled back by the first processing system, prior to re-distributing the pending data request to a new processing system, the method further comprising:
and determining the new processing system according to the number of the first processing system.
24. The method according to any one of claims 10 to 23, wherein the data is service settlement data, the processing system is a settlement system, and the processing of the data is settlement processing.
25. A data processing device applied to a processing system comprises:
the request receiving module is used for receiving a to-be-processed data request distributed by a request allocating system, wherein the to-be-processed data request comprises data processing information of a data item and is used for requesting to process the data item;
the data processing module is used for processing data according to the data processing information when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, and storing a processing result in a sub-record table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and the sub record table reporting module is used for reporting the sub record table.
26. A data processing device is applied to a request dispatching system and comprises:
the request receiving module is used for receiving a data request to be processed, wherein the data request to be processed comprises data processing information of data items and is used for requesting to process the data items;
the processing system determining module is used for determining a first processing system to which the data request to be processed is distributed;
and the request distribution module is used for distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, the first processing system carries out data processing according to the data processing information and stores the processing result in a subprogram table.
27. An electronic device, comprising:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to:
receiving a to-be-processed data request which is distributed by a request allocating system, wherein the to-be-processed data request comprises data processing information of data entries and is used for requesting to process the data entries;
when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information, and storing the processing result in a subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and reporting the sub-record table.
28. An electronic device, comprising:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information of data entries and is used for requesting to process the data entries;
determining a first processing system to which the pending data request is distributed;
and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing a processing result in a subprogram table by the first processing system.
29. A computer readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by an electronic device comprising a plurality of application programs, are capable of causing the electronic device to:
receiving a to-be-processed data request which is distributed by a request allocating system, wherein the to-be-processed data request comprises data processing information of data entries and is used for requesting to process the data entries;
when the data processing subprotocol corresponding to the processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information, and storing the processing result in a subprogram table; the data processing subprotocol is obtained by splitting information according to a protocol in a data processing total protocol and corresponds to the processing system one by one;
and reporting the sub-record table.
30. A computer readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by an electronic device comprising a plurality of application programs, are capable of causing the electronic device to:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information of data entries and is used for requesting to process the data entries;
determining a first processing system to which the pending data request is distributed;
and distributing the data request to be processed to the first processing system, and when the corresponding data processing subprotocol of the first processing system is matched with the data processing information in the data entry, performing data processing according to the data processing information and storing a processing result in a subprogram table by the first processing system.
31. A data processing system comprising:
the system comprises a request scheduling system, a data processing system and a data processing system, wherein the request scheduling system is used for receiving a data request to be processed, and the data request to be processed comprises data processing information of data entries and is used for requesting to process the data entries; further for determining a processing system to which the pending data request is distributed; the processing system is further used for distributing the data request to be processed to the processing system, and when the corresponding data processing subprotocol of the processing system is matched with the data processing information in the data entry, the processing system performs data processing according to the data processing information and stores a processing result in a subprogram table;
the system comprises a processing system, a data dispatching system and a data processing system, wherein the processing system is used for receiving a to-be-processed data request which is distributed by the request dispatching system, and the to-be-processed data request comprises data processing information of data entries and is used for requesting to process the data entries; the data processing system is further configured to, when the data processing subprotocol corresponding to the processing system matches with the data processing information in the data entry, perform data processing according to the data processing information, and store a processing result in a subprogram table, where the data processing subprotocol is obtained by performing information splitting according to a protocol in a total data processing protocol and corresponds to the processing system one to one; the sub record table is also used for reporting the sub record table;
and the sub-record table summarizing system is used for summarizing the sub-record tables to generate a total record table corresponding to the data processing total protocol.
32. A method of data processing, comprising:
the method comprises the steps that a processing system receives a to-be-processed data request which is sent by a request allocating system, wherein the to-be-processed data request comprises data processing information of data items and is used for requesting to process the data items;
processing data according to the data processing information, and storing a processing result in a sub-record table;
and reporting the sub-record table.
33. A method of data processing, comprising:
receiving a data request to be processed, wherein the data request to be processed comprises data processing information of data entries and is used for requesting to process the data entries;
determining a processing system matched with the data processing information in the data entry according to protocol execution sub-information in a data processing sub-protocol corresponding to the processing system and the data processing information;
determining, in the matching processing system, a processing system to which the pending data request is distributed;
and distributing the data request to be processed to the processing system, carrying out data processing by the processing system according to the data processing information, and storing a processing result in a sub-record table.
CN202110834066.0A 2017-11-28 2017-11-28 Data processing method, device and system Pending CN113554513A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110834066.0A CN113554513A (en) 2017-11-28 2017-11-28 Data processing method, device and system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110834066.0A CN113554513A (en) 2017-11-28 2017-11-28 Data processing method, device and system
CN201711210987.XA CN108171488B (en) 2017-11-28 2017-11-28 Data processing method, device and system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201711210987.XA Division CN108171488B (en) 2017-11-28 2017-11-28 Data processing method, device and system

Publications (1)

Publication Number Publication Date
CN113554513A true CN113554513A (en) 2021-10-26

Family

ID=62524550

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202110834066.0A Pending CN113554513A (en) 2017-11-28 2017-11-28 Data processing method, device and system
CN201711210987.XA Active CN108171488B (en) 2017-11-28 2017-11-28 Data processing method, device and system

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN201711210987.XA Active CN108171488B (en) 2017-11-28 2017-11-28 Data processing method, device and system

Country Status (1)

Country Link
CN (2) CN113554513A (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108932667A (en) * 2018-07-12 2018-12-04 北京京东金融科技控股有限公司 The method and apparatus for determining opportunity of paying
CN109150994B (en) * 2018-07-31 2021-08-06 创新先进技术有限公司 Hotspot data processing method and device and electronic equipment
CN110876115B (en) * 2018-08-29 2021-12-07 中国移动通信集团有限公司 Projection method, terminal, projection equipment and storage medium
CN112632569B (en) * 2019-10-09 2024-05-24 华控清交信息科技(北京)有限公司 Data processing method, system, device, electronic equipment and readable storage medium
CN112258310B (en) * 2020-09-30 2022-09-30 上海艾融软件股份有限公司 Resource processing method, device and system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040162737A1 (en) * 2003-02-07 2004-08-19 Fujitsu Limited Agreement management system
CN101674321A (en) * 2008-09-12 2010-03-17 华为技术有限公司 Method, device and system for processing message
CN104199912A (en) * 2014-08-28 2014-12-10 无锡天脉聚源传媒科技有限公司 Task processing method and device
CN104298779A (en) * 2014-11-04 2015-01-21 中国银行股份有限公司 Processing method and system for massive data processing
CN105787842A (en) * 2014-12-26 2016-07-20 北大医疗信息技术有限公司 Medical business data distribution method and medical business data distribution system
CN106355420A (en) * 2016-08-30 2017-01-25 江苏车置宝信息科技股份有限公司 Customer data quality identification and automatic order distribution system
CN107016050A (en) * 2017-02-24 2017-08-04 国网新疆电力公司信息通信公司 Data processing method and device
CN107368523A (en) * 2017-06-07 2017-11-21 武汉斗鱼网络科技有限公司 A kind of data processing method and system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106534242B (en) * 2015-09-14 2019-11-29 阿里巴巴集团控股有限公司 The processing method and device requested in a kind of distributed system
CN107241281B (en) * 2017-05-27 2020-01-14 上海东土远景工业科技有限公司 Data processing method and device
CN108052818B (en) * 2017-12-28 2020-11-13 Oppo广东移动通信有限公司 Application starting method and device, storage medium and electronic equipment

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040162737A1 (en) * 2003-02-07 2004-08-19 Fujitsu Limited Agreement management system
CN101674321A (en) * 2008-09-12 2010-03-17 华为技术有限公司 Method, device and system for processing message
CN104199912A (en) * 2014-08-28 2014-12-10 无锡天脉聚源传媒科技有限公司 Task processing method and device
CN104298779A (en) * 2014-11-04 2015-01-21 中国银行股份有限公司 Processing method and system for massive data processing
CN105787842A (en) * 2014-12-26 2016-07-20 北大医疗信息技术有限公司 Medical business data distribution method and medical business data distribution system
CN106355420A (en) * 2016-08-30 2017-01-25 江苏车置宝信息科技股份有限公司 Customer data quality identification and automatic order distribution system
CN107016050A (en) * 2017-02-24 2017-08-04 国网新疆电力公司信息通信公司 Data processing method and device
CN107368523A (en) * 2017-06-07 2017-11-21 武汉斗鱼网络科技有限公司 A kind of data processing method and system

Also Published As

Publication number Publication date
CN108171488B (en) 2021-06-01
CN108171488A (en) 2018-06-15

Similar Documents

Publication Publication Date Title
CN108171488B (en) Data processing method, device and system
CN105787733B (en) Service information processing method and device
TW201800994A (en) Resource processing method and device
CN112200552B (en) Resource transfer method, device and equipment based on block chain
CN110264214B (en) Transaction bill generation and verification method, device and equipment
CN112819466A (en) Digital certificate processing method and device, terminal equipment and storage medium
TW202026970A (en) A money settlement system and method
WO2018166145A1 (en) Method and device for batch offering of repayment data
CN110489418B (en) Data aggregation method and system
CN112202871A (en) Metering and charging method, device and system for cloud computing resources and electronic equipment
CN107147610B (en) Resource processing method and device
US11574347B2 (en) System for high-speed billing transaction processing on a processing cluster
CN112651632A (en) Information analysis processing method and device based on marketing data
CN107194712B (en) Method and device for recording change information of shared account and method and system for supplementing account of internal account
CN111105306A (en) Resource transaction strategy determination method and device and server
CN106874327B (en) Counting method and device for business data
CN115330366A (en) Bill processing method and device for transaction bill
CN109150994B (en) Hotspot data processing method and device and electronic equipment
CN112085461A (en) Cross-sale-oriented commission settlement method, device and storage medium
CN112990990A (en) Invoice issuing method, device and system
CN111176588A (en) Business document issuing method, device, medium and electronic equipment
CN110705884B (en) List processing method, device, equipment and storage medium
US20220351166A1 (en) System and Method for High-Speed Payment Matching on a Processing Cluster
CN117312455A (en) Method and device for processing blockchain data, electronic equipment and storage medium
US20020087342A1 (en) Customer billing

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
TA01 Transfer of patent application right

Effective date of registration: 20240226

Address after: Guohao Times City # 20-01, 128 Meizhi Road, Singapore

Applicant after: Advanced Nova Technology (Singapore) Holdings Ltd.

Country or region after: Singapore

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Innovative advanced technology Co.,Ltd.

Country or region before: Cayman Islands

TA01 Transfer of patent application right