CN110909288A - Service data processing method, device, platform, service end, system and medium - Google Patents

Service data processing method, device, platform, service end, system and medium Download PDF

Info

Publication number
CN110909288A
CN110909288A CN201911075364.5A CN201911075364A CN110909288A CN 110909288 A CN110909288 A CN 110909288A CN 201911075364 A CN201911075364 A CN 201911075364A CN 110909288 A CN110909288 A CN 110909288A
Authority
CN
China
Prior art keywords
target
data processing
data
service
algorithm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911075364.5A
Other languages
Chinese (zh)
Other versions
CN110909288B (en
Inventor
张政毅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Reach Best Technology Co Ltd
Original Assignee
Reach Best Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Reach Best Technology Co Ltd filed Critical Reach Best Technology Co Ltd
Priority to CN201911075364.5A priority Critical patent/CN110909288B/en
Publication of CN110909288A publication Critical patent/CN110909288A/en
Application granted granted Critical
Publication of CN110909288B publication Critical patent/CN110909288B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The disclosure relates to a method, a device, a platform, a service end, a system and a medium for processing service data. The method comprises the following steps: receiving a configuration request sent by a service end; detecting whether a processing logic for executing target operation on target service data exists in the data processing platform; if the data processing platform is detected to have no processing logic for executing the target operation on the target service data, whether the target operation exists in an operation list of the data processing platform is searched; if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between a preset target data processing algorithm and the target operation, and determining the generated corresponding relation as processing logic. It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.

Description

Service data processing method, device, platform, service end, system and medium
Technical Field
The present disclosure relates to the technical field of service data processing, and in particular, to a method, an apparatus, a data processing platform, a service end, a system, and a storage medium for service data processing.
Background
With the development of diversification of network services, a service server of a website can provide multiple services, and multiple service data needs to be processed based on different services. In the related art, the business data is processed in such a way that after certain business data is received, a new operation code needs to be correspondingly developed.
Therefore, as new operation codes are continuously developed in the related art, the codes are bloated, and the development cost is high.
Disclosure of Invention
The present disclosure provides a method, an apparatus, a data processing platform, a service end, a system and a storage medium for processing service data, so as to at least solve the problems of code bloat and high development cost caused by continuous development of new algorithm codes and operation codes in the related art. The technical scheme of the disclosure is as follows:
according to a first aspect of the embodiments of the present disclosure, a method for processing service data is provided, which is applied to a data processing platform in a service processing system, where the service processing system further includes: a service end; the method comprises the following steps:
receiving a configuration request sent by a service end, wherein the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data;
detecting whether a processing logic for executing target operation on the target service data exists in the data processing platform;
if the data processing platform is detected to have no processing logic for executing the target operation on the target service data, whether the target operation exists in an operation list of the data processing platform is searched;
if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic;
if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
Optionally, the configuration request includes algorithm identification information of the preset target data processing algorithm;
the step of detecting whether a processing logic for executing a target operation on the target service data exists in the data processing platform includes:
detecting whether the preset target data processing algorithm is included in a plurality of established corresponding relations between different data processing algorithms and target operation or not based on the algorithm identification information of the preset target data processing algorithm; and if so, determining that processing logic for executing target operation on the target service data exists in the data processing platform.
Optionally, after detecting that a processing logic for executing a target operation on the target service data exists in the data processing platform, or determining the generated corresponding relationship as the processing logic, the method further includes:
and returning configuration response information established by the processing logic to the service end so that the service end adds algorithm identification information contained in the configuration request in the target service data after obtaining the target service data.
Optionally, the method further includes:
receiving target service data which is sent by the service end and contains the algorithm identification information;
and executing the target operation on the target service data based on the established corresponding relation between the preset target data processing algorithm and the target operation.
Optionally, the configuration request includes processing logic identification information of the processing logic;
the step of detecting whether a processing logic for executing a target operation on the target service data exists in the data processing platform includes:
detecting whether the processing logic identification information exists in a processing logic list of a data processing platform; if so, determining that processing logic for executing target operation on the target service data exists in the data processing platform;
after the step of determining the generated corresponding relation as the processing logic, the method further includes:
establishing a corresponding relation between processing logic identification information in the configuration request and the processing logic;
and adding the processing logic identification information in a processing logic list.
Optionally, after detecting that a processing logic for executing a target operation on the target service data exists in the data processing platform, or determining the generated corresponding relationship as the processing logic, the method further includes:
and returning configuration response information established by the processing logic to the service end so that the service end adds the processing logic identification information contained in the configuration request in the target service data after obtaining the target service data.
Optionally, the method further includes:
receiving target service data which is sent by the service end and contains the processing logic identification information;
based on the processing logic list, acquiring the established corresponding relation between the preset target data processing algorithm and the target operation, which corresponds to the processing logic identification information;
and executing the target operation on the target service data.
Optionally, the step of receiving the configuration request sent by the service end includes: and receiving a configuration request input by a user through a configuration interface preset by a service end.
According to a second aspect of the embodiments of the present disclosure, a method for processing service data is provided, which is applied to a service end in a service processing system, where the service processing system further includes: a data processing platform; the method comprises the following steps:
sending a configuration request to the data processing platform, wherein the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
Optionally, the configuration request includes algorithm identification information of the preset target data processing algorithm, so that the data processing platform detects whether the preset target data processing algorithm is included in the multiple established correspondence relationships between different data processing algorithms and the target operation based on the algorithm identification information of the preset target data processing algorithm, and if the preset target data processing algorithm is included, determines that processing logic for executing the target operation on the target service data exists in the data processing platform.
Optionally, the method further includes:
receiving configuration response information which is returned by the data processing platform and established by the processing logic;
and adding algorithm identification information contained in the configuration request in the target service data.
Optionally, the method further includes:
and sending target service data containing the algorithm identification information to the data processing platform so that the data processing platform executes the target operation on the target service data based on the established corresponding relation between the preset target data processing algorithm and the target operation.
Optionally, the configuration request includes processing logic identification information of the processing logic, so that the data processing platform detects whether the processing logic executing the target operation on the target service data exists in the data processing platform by detecting whether the processing logic identification information exists in a processing logic list of the data processing platform, establishes a correspondence between the processing logic identification information in the configuration request and the processing logic after the generated correspondence is determined as the processing logic, and adds the processing logic identification information in the processing logic list.
Optionally, the method further includes:
receiving configuration response information which is returned by the data processing platform and established by the processing logic;
and adding processing logic identification information contained in the configuration request in the target service data.
Optionally, the method further includes:
and sending target service data containing the processing logic identification information to the data processing platform, so that the data processing platform obtains the established corresponding relation between the preset target data processing algorithm and the target operation corresponding to the processing logic identification information based on the processing logic list, and executes the target operation on the target service data.
Optionally, the step of sending a configuration request to the data processing platform includes:
receiving a configuration request input by a user through a preset configuration interface;
and sending the received configuration request to the data processing platform.
According to a third aspect of the embodiments of the present disclosure, there is provided a device for processing service data, which is applied to a data processing platform in a service processing system, where the service processing system further includes: a service end; the device comprises:
the system comprises a configuration request receiving unit, a configuration request processing unit and a configuration processing unit, wherein the configuration request receiving unit is configured to receive a configuration request sent by a service end, and the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data;
a processing logic detection unit configured to detect whether there is processing logic in the data processing platform that performs a target operation on the target service data;
the target operation searching unit is configured to search whether a target operation exists in an operation list of the data processing platform or not if the data processing platform is detected to have no processing logic for executing the target operation on the target service data;
a first correspondence relationship establishing unit configured to, if there is no target operation in an operation list of a data processing platform, add the target operation in the operation list, establish a correspondence relationship between the preset target data processing algorithm and the target operation, and determine a generated correspondence relationship as the processing logic;
and the second corresponding relation establishing unit is configured to establish a corresponding relation between the preset target data processing algorithm and the target operation if the target operation exists in an operation list of the data processing platform, and determine the generated corresponding relation as the processing logic.
Optionally, the configuration request includes algorithm identification information of the preset target data processing algorithm;
the processing logic detection unit comprises:
a target data processing algorithm detection module configured to detect whether the preset target data processing algorithm is included in a plurality of established correspondence relationships between different data processing algorithms and target operations based on algorithm identification information of the preset target data processing algorithm; and if so, determining that processing logic for executing target operation on the target service data exists in the data processing platform.
Optionally, after the processing logic detecting unit detects that there is processing logic for executing the target operation on the target service data in the data processing platform, or the first corresponding relationship establishing unit or the second corresponding relationship establishing unit determines the generated corresponding relationship as the processing logic, the method further includes:
a first configuration response information returning unit, configured to return configuration response information established by the processing logic to the service end, so that after the service end obtains the target service data, the algorithm identification information included in the configuration request is added to the target service data.
Optionally, the apparatus further comprises:
a first target service data receiving unit, configured to receive target service data containing the algorithm identification information sent by the service end;
a first target operation execution unit configured to execute the target operation on the target business data based on the established correspondence between the preset target data processing algorithm and the target operation.
Optionally, the configuration request includes processing logic identification information of the processing logic;
the processing logic detecting unit is specifically configured to:
detecting whether the processing logic identification information exists in a processing logic list of a data processing platform; if so, determining that processing logic for executing target operation on the target service data exists in the data processing platform;
after the step of determining the generated corresponding relation as the processing logic, the method further includes:
establishing a corresponding relation between processing logic identification information in the configuration request and the processing logic;
and adding the processing logic identification information in a processing logic list.
Optionally, after the processing logic detecting unit detects that there is processing logic for executing the target operation on the target service data in the data processing platform, or the first corresponding relationship establishing unit or the second corresponding relationship establishing unit determines the generated corresponding relationship as the processing logic, the method further includes:
a second configuration response information returning unit, configured to return configuration response information that has been established by the processing logic to the service end, so that the service end adds, after obtaining the target service data, processing logic identification information included in the configuration request to the target service data.
Optionally, the apparatus further comprises:
a second target service data receiving unit, configured to receive target service data containing the processing logic identification information sent by the service end;
a correspondence obtaining unit configured to obtain, based on the processing logic list, a correspondence between the established preset target data processing algorithm and the target operation, which corresponds to the processing logic identification information;
a second target operation execution unit configured to execute the target operation on the target service data.
Optionally, the configuration request receiving unit is specifically configured to:
and receiving a configuration request input by a user through a configuration interface preset by a service end.
According to a fourth aspect of the embodiments of the present disclosure, there is provided a device for processing service data, which is applied to a service end in a service processing system, where the service processing system further includes: a data processing platform; the device comprises:
a configuration request sending unit configured to send a configuration request to the data processing platform, wherein the configuration request is used for requesting generation of processing logic for executing target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
Optionally, the configuration request includes algorithm identification information of the preset target data processing algorithm, so that the data processing platform detects whether the preset target data processing algorithm is included in the multiple established correspondence relationships between different data processing algorithms and the target operation based on the algorithm identification information of the preset target data processing algorithm, and if the preset target data processing algorithm is included, determines that processing logic for executing the target operation on the target service data exists in the data processing platform.
Optionally, the apparatus further comprises:
a first configuration response information receiving unit, configured to receive configuration response information that has been established by the processing logic returned by the data processing platform;
an algorithm identification information adding unit configured to add algorithm identification information contained in the configuration request to the target service data.
Optionally, the apparatus further comprises:
a first target service data sending unit, configured to send target service data including the algorithm identification information to the data processing platform, so that the data processing platform executes the target operation on the target service data based on the established correspondence between the preset target data processing algorithm and the target operation.
Optionally, the configuration request includes processing logic identification information of the processing logic, so that the data processing platform detects whether the processing logic executing the target operation on the target service data exists in the data processing platform by detecting whether the processing logic identification information exists in a processing logic list of the data processing platform, establishes a correspondence between the processing logic identification information in the configuration request and the processing logic after the generated correspondence is determined as the processing logic, and adds the processing logic identification information in the processing logic list.
Optionally, the apparatus further comprises:
a second configuration response information receiving unit, configured to receive configuration response information that has been established by the processing logic and returned by the data processing platform;
a processing logic identification information adding unit configured to add the processing logic identification information included in the configuration request in the target service data.
Optionally, the apparatus further comprises:
and the second target service data sending unit sends target service data containing the processing logic identification information to the data processing platform, so that the data processing platform obtains the established corresponding relation between the preset target data processing algorithm and the target operation corresponding to the processing logic identification information based on the processing logic list, and executes the target operation on the target service data.
Optionally, the configuration request sending unit is specifically configured to:
receiving a configuration request input by a user through a preset configuration interface;
and sending the received configuration request to the data processing platform.
According to a fifth aspect of the embodiments of the present disclosure, a data processing platform is provided, which includes a processor, a communication interface, a memory, and a communication bus, where the processor, the communication interface, and the memory complete communication with each other through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing any one of the service data processing methods when executing the program stored in the memory, and is a method applied to a data processing platform.
According to a sixth aspect of the embodiments of the present disclosure, a service end is provided, which includes a processor, a communication interface, a memory, and a communication bus, where the processor, the communication interface, and the memory complete communication with each other through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing any one of the service data processing methods when executing the program stored in the memory, and is a method applied to a service end.
According to a seventh aspect of the embodiments of the present disclosure, there is provided a storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the method for processing business data according to any of the above is implemented, and the method is applied to a data processing platform; or a method for implementing any of the above-mentioned service data processing, which is applied to a service end.
According to an eighth aspect of the embodiments of the present disclosure, there is provided a computer program product, which when run on a computer, causes the computer to execute any one of the above-mentioned business data processing methods, the method applied to a data processing platform; or a method for implementing any of the above-mentioned service data processing, which is applied to a service end.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects: receiving a configuration request sent by a service end, wherein the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data; detecting whether a processing logic for executing target operation on the target service data exists in the data processing platform; if the data processing platform is detected to have no processing logic for executing the target operation on the target service data, whether the target operation exists in an operation list of the data processing platform is searched; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic; if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
Therefore, by applying the embodiment of the present disclosure, if the target operation exists in the operation list of the data processing platform, the corresponding relationship between the preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as the processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
FIG. 1 is a schematic diagram of a business processing system architecture, shown in accordance with an exemplary embodiment;
FIG. 2 is a flow diagram illustrating a method of business data processing, applied to a data processing platform in a business processing system, in accordance with an exemplary embodiment;
FIG. 3 is another flow diagram illustrating a method of business data processing, applied to a data processing platform in a business processing system, in accordance with an exemplary embodiment;
FIG. 4 is a flow diagram illustrating a method of business data processing, according to an exemplary embodiment, as applied to a data processing platform in a business processing system;
FIG. 5 is a data access diagram, shown in accordance with an exemplary embodiment;
fig. 6 is a flowchart illustrating a method for service data processing according to an exemplary embodiment, which is applied to a service end in a service processing system;
fig. 7 is another flow chart illustrating a method for service data processing applied to a service end in a service processing system according to an exemplary embodiment;
FIG. 8 is a block diagram illustrating an apparatus for business data processing, applied to a data processing platform in a business processing system, in accordance with an exemplary embodiment;
fig. 9 is a block diagram illustrating a service data processing apparatus applied to a service end in a service processing system according to an exemplary embodiment;
FIG. 10 is a block diagram illustrating a data processing platform in accordance with an exemplary embodiment;
FIG. 11 is a block diagram illustrating an apparatus for business data processing in accordance with an exemplary embodiment;
FIG. 12 is a block diagram illustrating a service side in accordance with an exemplary embodiment;
fig. 13 is a block diagram illustrating another apparatus for traffic data processing according to an example embodiment.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those of ordinary skill in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the above-described drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the disclosure described herein are capable of operation in sequences other than those illustrated or otherwise described herein. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
In order to solve the problems of code bloat and high development cost caused by continuous development of new operation codes in the related art, the disclosure provides a method and a device for processing service data, a data processing platform, a service end, a system and a storage medium.
Referring to fig. 1, a schematic structural diagram of a service processing system provided by the embodiment of the present invention includes: a service end 110 and a data processing platform 120. Through the interaction between the service end 110 and the data processing platform 120, the configuration of the processing logic and the processing of the service data can be realized.
Specifically, referring to fig. 2, fig. 2 is a flowchart of a method for processing service data, applied to a data processing platform in a service processing system, according to an exemplary embodiment, and as shown in fig. 2, the method includes the following steps:
step S201, receiving a configuration request sent by a service end, wherein the configuration request is used for requesting to generate a processing logic for executing target operation on target service data; the target service data is: and processing the service data by adopting a preset target data processing algorithm to obtain the service data.
The method can be implemented, and specifically, the configuration request input by the user through the configuration interface preset by the service end can be received. The service end may be a service server or a service server cluster, and a configuration interface may be preset on one or more service servers for a user to input a configuration request.
And in practice, the original service data is processed by adopting a preset target data processing algorithm to obtain target service data. The original service data may be user data, video data, live broadcast data, video comment data, live broadcast comment data, group chat data, and the like.
Correspondingly, the preset target data processing algorithm may be an algorithm for performing data processing on the different raw data, and may be, for example: the algorithm for data sorting of the original service data to be processed, the algorithm for mining the original service data to be processed, or the algorithm for screening the original service data to be processed.
The method can be implemented, and the algorithm for sorting the original service data to be processed can comprise algorithms of data cleaning, data sorting, data duplication removal and the like; the algorithm for mining the original service data to be processed can comprise algorithms such as data association analysis, data clustering analysis, data classification analysis and data anomaly analysis; the algorithm for screening the data of the original service data to be processed may include algorithms such as a data extraction algorithm and a data loading algorithm. The preset target data processing algorithm may be implemented as an algorithm for processing data, and the type of the preset target data processing algorithm includes, but is not limited to, this.
Step S202, detecting whether a processing logic for executing target operation on the target service data exists in the data processing platform.
The method can be implemented by detecting whether the preset target data processing algorithm is included in a plurality of established corresponding relations between different data processing algorithms and target operation based on the algorithm identification information of the preset target data processing algorithm; if yes, indicating that processing logic for executing target operation on the target service data exists in the data processing platform.
The established multiple correspondences between different data processing algorithms and the target operation can be as shown in table one:
watch 1
Data processing algorithm Operation of
Data processing Algorithm A Operation 1
Data processing Algorithm B Operation 1
Data processing algorithm C Operation 2
Data processing algorithm D Operation 3
As shown in table one: in the plurality of correspondence relationships, the data processing algorithm a corresponds to operation 1; data processing algorithm B also corresponds to operation 1; the data processing algorithm C corresponds to operation 2; the data processing algorithm D corresponds to operation 3. Wherein each data processing algorithm comprises algorithm identification information. Of course, there may be a plurality of corresponding relationships, and this is not an example for convenience of description. As can be seen from the table, different data processing algorithms may correspond to the same operation.
Implementable, the target operation is: and performing one of marking operation, output operation, storage operation, editing operation, statistical analysis operation and the like on the to-be-processed business data.
If the data processing platform is detected to have processing logic for executing the target operation on the target service data, executing step S203; if it is detected that the processing logic for executing the target operation on the target service data does not exist in the data processing platform, step S204 is executed.
Step S203, determining that a processing logic for executing the target operation on the target service data exists in the data processing platform.
And step S204, searching whether target operation exists in the operation list of the data processing platform.
An example of an action list that may be implemented may be as shown in table two:
watch two
Serial number Operation of
1 Operation 1
2 Operation 2
3 Operation 3
As shown in table two, operations of operation 1, operation 2, operation 3, and so on exist in the operation list, and the sequence numbers are 1, 2, and 3, respectively. Not listed here.
Step S205, if there is no target operation in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relationship between the preset target data processing algorithm and the target operation, and determining the generated corresponding relationship as the processing logic.
In this case, the execution code for the target operation may be saved to the data processing platform and the identification of the target operation may be added to the operation list. If the target operation is operation 4, the operation list is updated, as shown in table three:
watch III
Serial number Operation of
1 Operation 1
2 Operation 2
3 Operation 3
4 Operation 4
As shown in table three: operation 1, operation 2, and operation 3 are present in the operation list before, and the target operation, operation 4, is added to the operation list.
Step S206, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
The corresponding relation between different data processing algorithms and target operation is set according to the execution sequence of different algorithms and different operations in the business process.
For example: according to the business process, after the user data is screened and processed by the screening algorithm, the screened data is marked, and the screening algorithm and the data marking operation are correspondingly stored. For another example, after the video data is processed by the cleaning algorithm according to the business process, the cleaned data is stored in the database, and the cleaning algorithm is stored corresponding to the operation stored in the database. For another example, after data is classified according to the business process, the data is stored in the database, and the classification algorithm is also stored corresponding to the operation stored in the database. That is, the cleansing algorithm and the classification algorithm both correspond to operations saved to the database. Therefore, the operation stored in the database only needs to develop one set of operation codes, and the operation codes stored in the database do not need to be developed respectively aiming at the cleaning algorithm and the classification algorithm, so that the multiplexing of the operation codes is realized.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
Fig. 3 is another flowchart of a business data processing method applied to a data processing platform in a business processing system according to an exemplary embodiment, and the method may include:
step S301, receiving a configuration request sent by a service end, wherein the configuration request is used for requesting to generate a processing logic for executing target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data; and the configuration request comprises algorithm identification information of the preset target data processing algorithm.
Step S302, based on the algorithm identification information of the preset target data processing algorithm, detecting whether the preset target data processing algorithm is included in the established multiple corresponding relations between different data processing algorithms and target operation.
If it is detected that the plurality of established correspondence relationships between different data processing algorithms and target operations include the preset target data processing algorithm, executing step S303; if it is detected that the preset target data processing algorithm is not included in the plurality of established correspondences between different data processing algorithms and the target operation, step S304 is executed.
Step S303, determining that a processing logic for executing the target operation on the target service data exists in the data processing platform. Step S307 is executed.
Step S304, determining that there is no processing logic for executing the target operation on the target service data in the data processing platform, and searching whether there is the target operation in an operation list of the data processing platform.
If the target operation exists in the operation list of the data processing platform, executing step S305; if no target operation exists in the operation list of the data processing platform, step S306 is executed.
Step S305, if there is a target operation in the operation list of the data processing platform, establishing a corresponding relationship between the preset target data processing algorithm and the target operation, and determining the generated corresponding relationship as the processing logic. Step S307 is executed.
Step S306, if no target operation exists in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
Step S307, returning configuration response information established by the processing logic to the service end, so that after the service end obtains the target service data, the algorithm identification information included in the configuration request is added to the target service data.
Step S308, receiving the target service data containing the algorithm identification information sent by the service end.
Step S309, based on the established correspondence between the preset target data processing algorithm and the target operation, executing the target operation on the target service data.
For example: the target data processing algorithm is to screen out dangerous users from the user data, and the corresponding target operation is a marking operation, so that the dangerous user data can be marked after the dangerous user data is screened out from the user data.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
Fig. 4 is a flowchart illustrating a business data processing method applied to a data processing platform in a business processing system according to an exemplary embodiment, and may include:
step S401, receiving a configuration request sent by a service end, wherein the configuration request is used for requesting to generate a processing logic for executing a target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data; the configuration request includes processing logic identification information of the processing logic.
Step S402, whether the processing logic identification information exists in the processing logic list of the data processing platform is detected.
An example of a list of processing logics that can be implemented, can be as shown in table four:
watch four
Serial number Processing logic
1 Processing logic 1
2 Processing logic 2
3 Processing logic 3
4 Processing logic 4
As shown in table four: the processing logic list comprises processing logic 1, processing logic 2, processing logic 3 and processing logic 4; the numbers correspond to 1, 2, 3 and 4, respectively. Wherein each processing logic comprises logic identification information. The logic list includes a plurality of processing logics, which are not listed here for convenience of description.
If the processing logic identification information is detected to exist in the processing logic list of the data processing platform, executing step S403; if it is detected that the processing logic identification information does not exist in the processing logic list of the data processing platform, step S404 is executed.
Step S403, determining that a processing logic for executing the target operation on the target service data exists in the data processing platform. Step S409 is performed.
Step S404, determining that there is no processing logic for executing the target operation on the target service data in the data processing platform, and searching whether there is the target operation in an operation list of the data processing platform.
As may be implemented, an example of an action list may be as shown in table two above.
If the target operation exists in the operation list of the data processing platform, executing step S405; if the target operation does not exist in the operation list of the data processing platform, step S406 is executed.
Step S405, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic. Step S407 is executed.
Step S406, if no target operation exists in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relationship between the preset target data processing algorithm and the target operation, and determining the generated corresponding relationship as the processing logic.
In correspondence with table two, it is possible to add the target operation to the operation list, as shown in table three above.
Step S407, establishing a corresponding relationship between the processing logic identification information in the configuration request and the processing logic.
Step S408, adding the processing logic identification information in the processing logic list.
An example of a processing logic list that may be implemented may be as shown in table five:
watch five
Processing logic Data processing algorithm Operation of
Processing logic 1 Data processing Algorithm A Operation 1
Processing logic 2 Data processing Algorithm B Operation 1
Processing logic 3 Data processing algorithm C Operation 2
Processing logic 4 Data processing algorithm D Operation 3
Processing logic 5 Data processing algorithm E Operation 4
As shown in table five: the processing logic list stored before comprises a processing logic 1, and a data processing algorithm A corresponds to the operation 1; the processing logic 2 and the data processing algorithm B correspond to the operation 1; the processing logic 3 and the data processing algorithm C correspond to the operation 2; the processing logic 4 and the data processing algorithm D correspond to the operation 3;
adding processing logic 5 in the processing logic list, wherein the processing logic includes processing logic identification information, that is, the processing logic 5 includes its corresponding processing logic identification, and corresponds to the data processing algorithm E and operation 4.
Step S409, returning configuration response information established by the processing logic to the service end, so that after the service end obtains the target service data, the service end adds the processing logic identification information included in the configuration request to the target service data.
Step S410, receiving the target service data containing the processing logic identification information sent by the service end.
Step S411, based on the processing logic list, obtaining a correspondence between the established preset target data processing algorithm and the target operation, which corresponds to the processing logic identification information.
Step S412, executing the target operation on the target service data.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
In an implementation manner, in the data processing platform described in the above embodiment, a schematic diagram of data access may be as shown in fig. 5.
As shown in fig. 5, target service data 1, target service data 2, target service data 3, and the like are accessed from an entry of a data processing platform, and after each target service data is accessed, a module to which the target service data belongs can be determined according to each processing logic identification information in each target service data, and then a corresponding relationship between an established target data processing algorithm and a target operation, which corresponds to the processing logic identification information, is obtained according to the processing logic identification information, so as to perform the target operation on the target service data.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as the processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
The embodiment of the disclosure provides a method for processing service data, which is applied to a service end in a service processing system, and the method comprises the following steps:
sending a configuration request to the data processing platform, wherein the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
Fig. 6 is a flowchart illustrating a method for processing service data according to an exemplary embodiment, which is applied to a service end in a service processing system, and as shown in fig. 6, includes the following steps:
step S601, sending a configuration request to a data processing platform, where the configuration request includes algorithm identification information of the preset target data processing algorithm, so that the data processing platform detects, based on the algorithm identification information of the preset target data processing algorithm, whether the preset target data processing algorithm is included in multiple established correspondence relationships between different data processing algorithms and target operations, and if the preset target data processing algorithm is included, determines that a processing logic for executing the target operation on the target service data exists in the data processing platform.
In a specific embodiment, a configuration request input by a user through a preset configuration interface may be received, and the received configuration request may be sent to the data processing platform.
The configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
Step S602, receiving configuration response information that is returned by the data processing platform and has been established by the processing logic.
Step S603, adding algorithm identification information included in the configuration request to the target service data.
Step S604, sending the target service data including the algorithm identification information to the data processing platform, so that the data processing platform executes the target operation on the target service data based on the established corresponding relationship between the preset target data processing algorithm and the target operation.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
Fig. 7 is another flowchart of a method for processing service data according to an exemplary embodiment, which is applied to a service end in a service processing system, and as shown in fig. 7, the method includes the following steps:
step S701, sending a configuration request to a data processing platform, where the configuration request includes processing logic identification information of the processing logic, so that the data processing platform detects whether a processing logic for executing a target operation on the target service data exists in the data processing platform by detecting whether the processing logic identification information exists in a processing logic list of the data processing platform, establishes a corresponding relationship between the processing logic identification information in the configuration request and the processing logic after determining the generated corresponding relationship as the processing logic, and adds the processing logic identification information in the processing logic list.
In a specific embodiment, a configuration request input by a user through a preset configuration interface may be received, and the received configuration request may be sent to the data processing platform.
Step S702, receiving configuration response information that is returned by the data processing platform and has been established by the processing logic.
Step S703, adding the processing logic identification information included in the configuration request to the target service data.
Step S704, sending the target service data including the processing logic identification information to the data processing platform, so that the data processing platform obtains, based on the processing logic list, a correspondence between the preset target data processing algorithm and the target operation, which is corresponding to the processing logic identification information, and executes the target operation on the target service data.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
Fig. 8 is a block diagram of a business data processing apparatus applied to a data processing platform in a business processing system according to an exemplary embodiment, and referring to fig. 8, the apparatus may include:
a configuration request receiving unit 801 configured to receive a configuration request sent by a service end, where the configuration request is used to request generation of processing logic for performing a target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data;
a processing logic detecting unit 802 configured to detect whether there is processing logic in the data processing platform that performs a target operation on the target service data;
a target operation searching unit 803, configured to search whether a target operation exists in an operation list of a data processing platform if it is detected that there is no processing logic for executing the target operation on the target service data in the data processing platform;
a first corresponding relationship establishing unit 804, configured to, if there is no target operation in an operation list of the data processing platform, add the target operation in the operation list, establish a corresponding relationship between the preset target data processing algorithm and the target operation, and determine a generated corresponding relationship as the processing logic;
a second corresponding relationship establishing unit 805, configured to, if there is a target operation in the operation list of the data processing platform, establish a corresponding relationship between the preset target data processing algorithm and the target operation, and determine the generated corresponding relationship as the processing logic.
Optionally, the configuration request includes algorithm identification information of the preset target data processing algorithm;
the processing logic detection unit comprises:
a target data processing algorithm detection module configured to detect whether the preset target data processing algorithm is included in a plurality of established correspondence relationships between different data processing algorithms and target operations based on algorithm identification information of the preset target data processing algorithm; and if so, determining that processing logic for executing target operation on the target service data exists in the data processing platform.
Optionally, after the processing logic detecting unit detects that there is processing logic for executing the target operation on the target service data in the data processing platform, or the first corresponding relationship establishing unit or the second corresponding relationship establishing unit determines the generated corresponding relationship as the processing logic, the method further includes:
a first configuration response information returning unit, configured to return configuration response information established by the processing logic to the service end, so that after the service end obtains the target service data, the algorithm identification information included in the configuration request is added to the target service data.
Optionally, the apparatus further comprises:
a first target service data receiving unit, configured to receive target service data containing the algorithm identification information sent by the service end;
a first target operation execution unit configured to execute the target operation on the target business data based on the established correspondence between the preset target data processing algorithm and the target operation.
Optionally, the configuration request includes processing logic identification information of the processing logic;
the processing logic detecting unit is specifically configured to:
detecting whether the processing logic identification information exists in a processing logic list of a data processing platform; if so, determining that processing logic for executing target operation on the target service data exists in the data processing platform;
after the step of determining the generated corresponding relation as the processing logic, the method further includes:
establishing a corresponding relation between processing logic identification information in the configuration request and the processing logic;
and adding the processing logic identification information in a processing logic list.
Optionally, after the processing logic detecting unit detects that there is processing logic for executing the target operation on the target service data in the data processing platform, or the first corresponding relationship establishing unit or the second corresponding relationship establishing unit determines the generated corresponding relationship as the processing logic, the method further includes:
a second configuration response information returning unit, configured to return configuration response information that has been established by the processing logic to the service end, so that the service end adds, after obtaining the target service data, processing logic identification information included in the configuration request to the target service data.
Optionally, the apparatus further comprises:
a second target service data receiving unit, configured to receive target service data containing the processing logic identification information sent by the service end;
a correspondence obtaining unit configured to obtain, based on the processing logic list, a correspondence between the established preset target data processing algorithm and the target operation, which corresponds to the processing logic identification information;
a second target operation execution unit configured to execute the target operation on the target service data.
Optionally, the configuration request receiving unit is specifically configured to:
and receiving a configuration request input by a user through a configuration interface preset by a service end.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
The disclosed embodiment provides a device for processing service data, which is applied to a service end in a service processing system, and the device comprises:
a configuration request sending unit configured to send a configuration request to the data processing platform, wherein the configuration request is used for requesting generation of processing logic for executing target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
Corresponding to the embodiment shown in fig. 6, fig. 9 is a block diagram of a service data processing apparatus applied to a service end in a service processing system according to an exemplary embodiment, and referring to fig. 9, the apparatus may include:
a configuration request sending unit 901 configured to send a configuration request to the data processing platform, where the configuration request is used to request generation of processing logic for performing a target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
A first configuration response information receiving unit 902, configured to receive configuration response information that is returned by the data processing platform and established by the processing logic;
an algorithm identification information adding unit 903, configured to add the algorithm identification information included in the configuration request to the target service data;
a first target service data sending unit 904, configured to send target service data including the algorithm identification information to the data processing platform, so that the data processing platform executes the target operation on the target service data based on the established correspondence between the preset target data processing algorithm and the target operation.
Optionally, the configuration request includes algorithm identification information of the preset target data processing algorithm, so that the data processing platform detects whether the preset target data processing algorithm is included in the multiple established correspondence relationships between different data processing algorithms and the target operation based on the algorithm identification information of the preset target data processing algorithm, and if the preset target data processing algorithm is included, determines that processing logic for executing the target operation on the target service data exists in the data processing platform.
Optionally, the configuration request includes processing logic identification information of the processing logic, so that the data processing platform detects whether the processing logic executing the target operation on the target service data exists in the data processing platform by detecting whether the processing logic identification information exists in a processing logic list of the data processing platform, establishes a correspondence between the processing logic identification information in the configuration request and the processing logic after the generated correspondence is determined as the processing logic, and adds the processing logic identification information in the processing logic list.
Optionally, the apparatus further comprises:
a second configuration response information receiving unit, configured to receive configuration response information that has been established by the processing logic and returned by the data processing platform;
a processing logic identification information adding unit configured to add the processing logic identification information included in the configuration request in the target service data.
Optionally, the apparatus further comprises:
and the second target service data sending unit sends target service data containing the processing logic identification information to the data processing platform, so that the data processing platform obtains the established corresponding relation between the preset target data processing algorithm and the target operation corresponding to the processing logic identification information based on the processing logic list, and executes the target operation on the target service data.
Optionally, the configuration request sending unit is specifically configured to:
receiving a configuration request input by a user through a preset configuration interface;
and sending the received configuration request to the data processing platform.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
The embodiment of the present invention further provides a data processing platform, as shown in fig. 10, including a processor 1001, a communication interface 1002, a memory 1003 and a communication bus 1004, where the processor 1001, the communication interface 1002 and the memory 1003 complete mutual communication through the communication bus 1004,
a memory 1003 for storing a computer program;
the processor 1001 is configured to implement the following steps when executing the program stored in the memory 1003:
receiving a configuration request sent by a service end, wherein the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data;
detecting whether a processing logic for executing target operation on the target service data exists in the data processing platform;
if the data processing platform is detected to have no processing logic for executing the target operation on the target service data, whether the target operation exists in an operation list of the data processing platform is searched;
if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic;
if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
Fig. 11 is a block diagram illustrating an apparatus 1100 for traffic data processing in accordance with an example embodiment. For example, the device 1100 may be provided as a server. Referring to fig. 11, device 1100 includes a processing component 1122 that further includes one or more processors and memory resources, represented by memory 1132, for storing instructions, such as application programs, executable by processing component 1122. The application programs stored in memory 1132 may include one or more modules that each correspond to a set of instructions. Further, the processing component 1122 is configured to execute instructions to perform any of the business data processing methods described above.
The device 1100 may also include a power component 1126 configured to perform power management for the device 1100, a wired or wireless network interface 1150 configured to connect the device 1100 to a network, and an input/output (I/O) interface 1158. The device 1100 may operate based on an operating system stored in memory 1132, such as Windows Server, MacOS XTM, UnixTM, LinuxTM, FreeBSDTM, or the like.
The embodiment of the present invention further provides a service end, as shown in fig. 12, including a processor 1201, a communication interface 1202, a memory 1203, and a communication bus 1204, where the processor 1201, the communication interface 1202, and the memory 1203 complete mutual communication through the communication bus 1204,
a memory 1203 for storing a computer program;
the processor 1201 is configured to implement the following steps when executing the program stored in the memory 1203:
sending a configuration request to the data processing platform, wherein the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
It can be seen that, by applying the embodiment of the present disclosure, if a target operation exists in the operation list of the data processing platform, a corresponding relationship between a preset target data processing algorithm and the target operation is established, and the generated corresponding relationship is determined as a processing logic. The operation codes can be reused, the operation codes do not need to be developed again, the system is not bloated, and the development cost is low.
Fig. 13 is a block diagram illustrating an apparatus 1300 for traffic data processing according to an example embodiment. For example, the device 1300 may be provided as a server. Referring to fig. 13, device 1300 includes a processing component 1322, which further includes one or more processors, as well as memory resources, represented by memory 1332, for storing instructions, such as application programs, that may be executed by processing component 1322. The application programs stored in memory 1332 may include one or more modules that each correspond to a set of instructions. Further, processing component 1322 is configured to execute instructions to perform any of the business data processing methods described above.
The device 1300 may also include a power component 1326 configured to perform power management for the device 1300, a wired or wireless network interface 1350 configured to connect the device 1300 to a network, and an input-output (I/O) interface 1358. The device 1300 may operate based on an operating system stored in the memory 1332, such as Windows Server, MacOS XTM, UnixTM, LinuxTM, FreeBSDTM, or the like.
In an exemplary embodiment, a storage medium is further provided, in which a computer program is stored, and when the computer program is executed by a processor, the business data processing method described in any one of the above is implemented.
Alternatively, the storage medium may be a non-transitory computer readable storage medium, which may be, for example, a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, there is also provided a computer program product which, when run on a computer, causes the computer to perform any of the business data processing methods described above.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the claims.

Claims (10)

1. A method for processing service data is applied to a data processing platform in a service processing system, and the service processing system further comprises: a service end; the method comprises the following steps:
receiving a configuration request sent by a service end, wherein the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data;
detecting whether a processing logic for executing target operation on the target service data exists in the data processing platform;
if the data processing platform is detected to have no processing logic for executing the target operation on the target service data, whether the target operation exists in an operation list of the data processing platform is searched;
if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic;
if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
2. The method of claim 1,
the configuration request comprises algorithm identification information of the preset target data processing algorithm;
the step of detecting whether a processing logic for executing a target operation on the target service data exists in the data processing platform includes:
detecting whether the preset target data processing algorithm is included in a plurality of established corresponding relations between different data processing algorithms and target operation or not based on the algorithm identification information of the preset target data processing algorithm; and if so, determining that processing logic for executing target operation on the target service data exists in the data processing platform.
3. A method for processing service data is applied to a service end in a service processing system, and the service processing system further includes: a data processing platform; the method comprises the following steps:
sending a configuration request to the data processing platform, wherein the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
4. The method of claim 3,
the configuration request includes algorithm identification information of the preset target data processing algorithm, so that the data processing platform detects whether the preset target data processing algorithm is included in the established multiple corresponding relations between different data processing algorithms and target operation based on the algorithm identification information of the preset target data processing algorithm, and if the preset target data processing algorithm is included, it is determined that processing logic for executing the target operation on the target service data exists in the data processing platform.
5. A device for processing service data is applied to a data processing platform in a service processing system, and the service processing system further comprises: a service end; the device includes:
the system comprises a configuration request receiving unit, a configuration request processing unit and a configuration processing unit, wherein the configuration request receiving unit is configured to receive a configuration request sent by a service end, and the configuration request is used for requesting to generate processing logic for executing target operation on target service data; the target service data is: processing the service data by adopting a preset target data processing algorithm to obtain service data;
a processing logic detection unit configured to detect whether there is processing logic in the data processing platform that performs a target operation on the target service data;
the target operation searching unit is configured to search whether a target operation exists in an operation list of the data processing platform or not if the data processing platform is detected to have no processing logic for executing the target operation on the target service data;
a first correspondence relationship establishing unit configured to, if there is no target operation in an operation list of a data processing platform, add the target operation in the operation list, establish a correspondence relationship between the preset target data processing algorithm and the target operation, and determine a generated correspondence relationship as the processing logic;
and the second corresponding relation establishing unit is configured to establish a corresponding relation between the preset target data processing algorithm and the target operation if the target operation exists in an operation list of the data processing platform, and determine the generated corresponding relation as the processing logic.
6. A device for processing service data, which is applied to a service end in a service processing system, the service processing system further includes: a data processing platform; the device comprises:
a configuration request sending unit configured to send a configuration request to the data processing platform, wherein the configuration request is used for requesting generation of processing logic for executing target operation on target service data; the target service data is: adopting a preset target data processing algorithm to process the obtained service data so as to enable the data processing platform to detect whether a processing logic for executing target operation on the target service data exists in the data processing platform, and if the processing logic for executing the target operation on the target service data does not exist in the data processing platform, searching whether the target operation exists in an operation list of the data processing platform; if the target operation does not exist in the operation list of the data processing platform, adding the target operation in the operation list, establishing a corresponding relation between the preset target data processing algorithm and the target operation, determining the generated corresponding relation as the processing logic, if the target operation exists in the operation list of the data processing platform, establishing a corresponding relation between the preset target data processing algorithm and the target operation, and determining the generated corresponding relation as the processing logic.
7. A data processing platform is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1-2 when executing a program stored in the memory.
8. The service end is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 3 to 4 when executing a program stored in the memory.
9. A service processing system comprising the data processing platform of claim 7 and the service end of claim 8.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method steps of any one of claims 1-2; or to carry out the method steps of any of claims 3 to 4.
CN201911075364.5A 2019-11-06 2019-11-06 Service data processing method, device, platform, service end, system and medium Active CN110909288B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911075364.5A CN110909288B (en) 2019-11-06 2019-11-06 Service data processing method, device, platform, service end, system and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911075364.5A CN110909288B (en) 2019-11-06 2019-11-06 Service data processing method, device, platform, service end, system and medium

Publications (2)

Publication Number Publication Date
CN110909288A true CN110909288A (en) 2020-03-24
CN110909288B CN110909288B (en) 2022-06-10

Family

ID=69814789

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911075364.5A Active CN110909288B (en) 2019-11-06 2019-11-06 Service data processing method, device, platform, service end, system and medium

Country Status (1)

Country Link
CN (1) CN110909288B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112330519A (en) * 2020-11-17 2021-02-05 珠海大横琴科技发展有限公司 Data processing method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080263332A1 (en) * 2005-06-22 2008-10-23 Sami Yehia Data Processing Apparatus and Method for Accelerating Execution Subgraphs
CN105631004A (en) * 2015-12-28 2016-06-01 华夏银行股份有限公司 Data processing method and system
CN106412072A (en) * 2016-10-08 2017-02-15 腾讯科技(深圳)有限公司 Service processing method and apparatus
CN110007902A (en) * 2019-03-12 2019-07-12 中国平安财产保险股份有限公司 The method and device of business processing flow configuration
CN110032582A (en) * 2019-03-07 2019-07-19 阿里巴巴集团控股有限公司 A kind of data processing method, device, equipment and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080263332A1 (en) * 2005-06-22 2008-10-23 Sami Yehia Data Processing Apparatus and Method for Accelerating Execution Subgraphs
CN105631004A (en) * 2015-12-28 2016-06-01 华夏银行股份有限公司 Data processing method and system
CN106412072A (en) * 2016-10-08 2017-02-15 腾讯科技(深圳)有限公司 Service processing method and apparatus
CN110032582A (en) * 2019-03-07 2019-07-19 阿里巴巴集团控股有限公司 A kind of data processing method, device, equipment and system
CN110007902A (en) * 2019-03-12 2019-07-12 中国平安财产保险股份有限公司 The method and device of business processing flow configuration

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
安慧斌等: "基于Struts框架的业务逻辑复用的研究与应用", 《电子设计工程》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112330519A (en) * 2020-11-17 2021-02-05 珠海大横琴科技发展有限公司 Data processing method and device

Also Published As

Publication number Publication date
CN110909288B (en) 2022-06-10

Similar Documents

Publication Publication Date Title
CN112543176A (en) Abnormal network access detection method, device, storage medium and terminal
CN110287688B (en) Associated account analysis method and device and computer-readable storage medium
CN107305611B (en) Method and device for establishing model corresponding to malicious account and method and device for identifying malicious account
CN110555172A (en) user relationship mining method and device, electronic equipment and storage medium
CN112364014A (en) Data query method, device, server and storage medium
CN105404631A (en) Picture identification method and apparatus
CN111090268A (en) Data acquisition method and device based on thread division and data acquisition equipment
CN105786941B (en) Information mining method and device
CN110909288B (en) Service data processing method, device, platform, service end, system and medium
CN105872635A (en) Video resource distribution method and device
CN110990350A (en) Log analysis method and device
CN114547439A (en) Service optimization method based on big data and artificial intelligence and electronic commerce AI system
CN112507265B (en) Method and device for abnormality detection based on tree structure and related products
CN112836124A (en) Image data acquisition method and device, electronic equipment and storage medium
CN113095515A (en) Service fault information processing method and device
CN110532304B (en) Data processing method and device, computer readable storage medium and electronic device
CN114547440A (en) User portrait mining method based on internet big data and artificial intelligence cloud system
CN113094415A (en) Data extraction method and device, computer readable medium and electronic equipment
CN110489568B (en) Method and device for generating event graph, storage medium and electronic equipment
US11016828B2 (en) Task support system and method
CN113220646A (en) Data analysis method and device, computer equipment and storage medium
CN111209284A (en) Metadata-based table dividing method and device
CN105224617A (en) Recommendation method, device and system for broadcast content
CN106095875B (en) Method and device for improving ID of live broadcast terminal
CN113836361B (en) Home relationship network generation method, device, equipment and storage medium

Legal Events

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