CN115543300A - Service data processing method and device - Google Patents

Service data processing method and device Download PDF

Info

Publication number
CN115543300A
CN115543300A CN202211323970.6A CN202211323970A CN115543300A CN 115543300 A CN115543300 A CN 115543300A CN 202211323970 A CN202211323970 A CN 202211323970A CN 115543300 A CN115543300 A CN 115543300A
Authority
CN
China
Prior art keywords
data
service
calling
standardized
data processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211323970.6A
Other languages
Chinese (zh)
Inventor
韩莹莹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202211323970.6A priority Critical patent/CN115543300A/en
Publication of CN115543300A publication Critical patent/CN115543300A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a business data processing method and a business data processing device, relates to the technical field of data processing, and can be used in the financial field or other technical fields. The method comprises the following steps: acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool; calling a data center to preprocess the service data to obtain standardized data meeting the service type standard; and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow. The device performs the above method. The business data processing method and the business data processing device provided by the embodiment of the invention improve the business data processing efficiency and reduce the workload of research and development personnel.

Description

Service data processing method and device
Technical Field
The invention relates to the technical field of data processing, in particular to a service data processing method and device.
Background
The existing system architecture generally adopts a foreground-background mode from the application aspect, and adds new foreground application, because the code correlation between programs is higher, the cross influence can be brought to other existing foreground application and background application, the development workload is large, and the bug emergence probability is also large.
With the massive increase of mass data and the development trend of complicated online business processes, research and development personnel have a great deal of labor in the process of project development, and the research and development period is prolonged.
Disclosure of Invention
To solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for processing service data, which can at least partially solve the problems in the prior art.
In one aspect, the present invention provides a method for processing service data, including:
acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool;
calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and calling a service middle station to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
The calling data console preprocesses the service data, and the preprocessing includes:
and the calling data center station acquires, calculates, stores and processes the service data, and unifies the data standard and the data caliber at the same time.
The service center station comprises a preset service rule flow which is configured in advance; correspondingly, the step of determining the business rule flow corresponding to the standardized data by the calling business middle station includes:
and traversing the preset business rule process, and determining the business rule process corresponding to the standardized data.
The service data processing method further comprises the following steps:
and regularly performing the operations of increasing, deleting, modifying, checking and maintaining the preset business rule flow.
In one aspect, the present invention provides a service data processing apparatus, including:
the acquisition unit is used for acquiring a target technical tool selected by a foreground user and responding to the service data output by the foreground user by using the target technical tool;
the preprocessing unit is used for calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and the sending unit is used for calling a service middle station to determine a service rule flow corresponding to the standardized data and sending the standardized data to a server serving the service rule flow.
Wherein the preprocessing unit is specifically configured to:
and the calling data center station acquires, calculates, stores and processes the service data, and unifies the data standard and the data caliber at the same time.
The service center station comprises a preset service rule flow which is configured in advance; correspondingly, the sending unit is specifically configured to:
and traversing the preset business rule process, and determining the business rule process corresponding to the standardized data.
Wherein the service data processing apparatus is further configured to:
and regularly carrying out the operations of increasing, deleting, modifying, checking and maintaining on the preset business rule flow.
In another aspect, an embodiment of the present invention provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the following method when executing the computer program:
acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool;
calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
An embodiment of the present invention provides a computer-readable storage medium, including:
the computer-readable storage medium stores a computer program which, when executed by a processor, implements a method comprising:
acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool;
calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
An embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when executed by a processor, the computer program implements the following method:
acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool;
calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
The business data processing method and the device provided by the embodiment of the invention are used for acquiring the target technical tool selected by a foreground user and responding to the business data output by the foreground user by using the target technical tool; calling a data center to preprocess the service data to obtain standardized data meeting the service type standard; and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow, so that the service data processing efficiency is improved, and the workload of research and development personnel is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
fig. 1 is a schematic flow chart of a service data processing method according to an embodiment of the present invention.
Fig. 2 is a schematic diagram of a middle station provided in an embodiment of the present invention.
Fig. 3 is a schematic diagram illustrating a maintenance operation according to an embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a service data processing apparatus according to an embodiment of the present invention.
Fig. 5 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The following description of the related terms for the embodiments of the present invention follows:
a middle platform: the middle stage and the front stage correspond to the back stage respectively, and refer to a set of shared middleware in some systems. Commonly found in website architectures and financial systems, etc.
The service center station: by establishing standards and mechanisms, uncertain business rules and processes are determined by means of industrialization and marketization, so that the communication cost between people is reduced, and the cooperation efficiency can be improved to the maximum extent.
The data center station: the data center station is used for acquiring, calculating, storing and processing mass data through a data technology, and meanwhile, the standard and the caliber are unified. After the data are unified by the data center, standard data can be formed and stored, a big data asset layer is formed, and efficient service is provided for customers.
The technical middle stage is as follows: a platform system emphasizing resource integration and capability precipitation provides support for resources and capabilities of bottom-layer technology, data and the like when a technical foreground realizes service functions. The platform in the technology is like the adaptation layer during programming, plays the role of starting and stopping, separates the technical capability and the business capability of the whole company, and provides technical energy for the foreground in a productization mode to form a powerful support.
Fig. 1 is a schematic flow diagram of a service data processing method according to an embodiment of the present invention, and as shown in fig. 1, the service data processing method according to the embodiment of the present invention includes:
step S1: and acquiring a target technical tool selected by a foreground user from a technical middle station, and responding to the service data output by the foreground user by using the target technical tool.
Step S2: and calling a data center to preprocess the service data to obtain standardized data meeting the service type standard.
And step S3: and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
In the step S1, the device acquires a target technical tool selected by a foreground user from a technical center, and responds to service data output by the foreground user using the target technical tool. The apparatus may be a computer device or the like, e.g. a server, performing the method. According to the technical scheme, the data acquisition, storage, use, processing and the like meet relevant regulations of national laws and regulations.
As shown in fig. 2, the middleboxes of the embodiment of the present invention include technical middleboxes, data middleboxes, and service middleboxes. The table is further described as follows:
the platform integrates the data of the enterprise and forms the data assets of the enterprise after processing and treatment. The data center platform is a platform which is connected with big data computing and storing capacity by technology and is connected with data application scene capacity by service.
"connection capability" is the essence of a station in data as a capability platform in the middle layer, and "connection" is its fundamental task.
Various data sources are required to be connected as much as possible as production data on the business level; meanwhile, as the scenes of production data are more and more, and multiple channels such as online channels, offline channels and the like are covered, all data production data need to be connected to form global data; the data is processed on a data center platform according to a standard model, and then needs to serve various scenes, and a standard data service interface is also needed to be provided for connecting the data and the application scenes. Thus, the connection is the fundamental capability of the data center station and is also the value of the data center station.
The technical middle station comprises technical tools corresponding to the professional research and development personnel in the enterprise, and related technical tools can be integrated in the technical middle station according to the professional backgrounds of the enterprise main business and the research and development personnel so as to be selected by a foreground user.
The business data may be determined according to business types of the enterprises, and business types of different enterprises may be different.
In the step S2, the device calls a data console to preprocess the service data, so as to obtain standardized data meeting the service type standard. The calling data console preprocesses the service data, and the preprocessing includes:
and the calling data center station acquires, calculates, stores and processes the service data, and unifies the data standard and the data caliber at the same time. Data is generally unified into an industry data standard, data apertures can include data dimensions, and subsequent data comparison and analysis can be performed only when the data apertures are consistent.
In the step S3, the device invokes a service console to determine a service rule flow corresponding to the standardized data, and sends the standardized data to a server serving the service rule flow. The service center station comprises a preset service rule flow which is configured in advance; correspondingly, the step of determining the business rule flow corresponding to the standardized data by the calling business middle station includes:
and traversing the preset business rule process, and determining the business rule process corresponding to the standardized data. Examples are as follows:
according to the sequence of the business process, a preset business rule process sequentially comprises four process nodes A, B, C and D which are connected in series, firstly, the standardized data is compared with the process node A, and if the comparison result is determined to be not corresponding, the standardized data is not the data of the process node A; and comparing the standardized data with the process node B, if the comparison result is determined to be not corresponding, indicating that the standardized data is not the data of the process node B, and so on until the process node corresponding to the standardized data is found, wherein the process node is the current business rule process.
After the configuration of the preset business rule flow is completed, the preset business rule flow can also be maintained, and the method specifically includes:
and regularly carrying out the operations of increasing, deleting, modifying, checking and maintaining on the preset business rule flow. The periodic maintenance period can be set autonomously according to actual conditions. As shown in fig. 3, the specific content of the maintenance operation may include addition, deletion, modification and query, and is not particularly limited.
The relevant contents of the embodiment of the invention are explained as follows:
1. the change of business, that is to say, the business of our front end, we reach the customer end, in different areas, different business lines, different business operation modes, whether there are many things that need to be adjusted quickly. This is what determines the value of our application as a middlebox.
2. Mainly considering the issue of delivery cost. There is not much sharing of service capabilities for business sharing. The construction of the middle platform has input cost, and the input and output are not matched.
3. Secondly, the appeal of quick innovation and business transformation is met. For the middle platform architecture or the micro service architecture, more importantly, the digitalized tool means can be truly and truly used for rapidly supporting the business innovation.
4. The data value is that many enterprises may feel that my data is definitely my value, and the construction of the middlings may be considered when many enterprises may not have conditions in all aspects of data collection, arrangement and management in this stage at present.
The business data processing method provided by the embodiment of the invention comprises the steps of acquiring a target technical tool selected by a foreground user, and responding to business data output by the foreground user by using the target technical tool; calling a data center to preprocess the service data to obtain standardized data meeting the service type standard; and calling a service central office to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow, so that the service data processing efficiency is improved, and the workload of research and development personnel is reduced.
Further, the calling data console preprocesses the service data, including:
and the calling data center station acquires, calculates, stores and processes the service data, and unifies the data standard and the data caliber at the same time. Reference is made to the above description and no further description is made.
Further, the service center station comprises a preset service rule flow configured in advance; correspondingly, the step of calling the service center station to determine the service rule flow corresponding to the standardized data includes:
and traversing the preset business rule process, and determining the business rule process corresponding to the standardized data. Reference is made to the above description and no further description is made.
Further, the service data processing method further includes:
and regularly carrying out the operations of increasing, deleting, modifying, checking and maintaining on the preset business rule flow. Reference is made to the above description and no further description is made.
It should be noted that the business data processing method provided by the embodiment of the present invention may be used in the financial field, and may also be used in any technical field other than the financial field.
Fig. 4 is a schematic structural diagram of a service data processing apparatus according to an embodiment of the present invention, and as shown in fig. 4, the service data processing apparatus according to the embodiment of the present invention includes an obtaining unit 401, a preprocessing unit 402, and a sending unit 403, where:
the acquiring unit 401 is configured to acquire a target technical tool selected by a foreground user, and respond to service data output by the foreground user using the target technical tool; the preprocessing unit 402 is configured to invoke a data console to preprocess the service data, so as to obtain standardized data meeting a service type standard; the sending unit 403 is configured to invoke a service console to determine a service rule flow corresponding to the standardized data, and send the standardized data to a server serving the service rule flow.
Specifically, the obtaining unit 401 in the device is configured to obtain a target technical tool selected by a foreground user, and respond to service data output by the foreground user using the target technical tool; the preprocessing unit 402 is configured to invoke a data console to preprocess the service data, so as to obtain standardized data meeting a service type standard; the sending unit 403 is configured to invoke a service console to determine a service rule flow corresponding to the standardized data, and send the standardized data to a server serving the service rule flow.
The business data processing device provided by the embodiment of the invention acquires the target technical tool selected by the foreground user, and responds to the business data output by the foreground user by using the target technical tool; calling a data center to preprocess the service data to obtain standardized data meeting the service type standard; and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow, so that the service data processing efficiency is improved, and the workload of research and development personnel is reduced.
Further, the preprocessing unit 402 is specifically configured to:
and the calling data center station acquires, calculates, stores and processes the service data, and unifies the data standard and the data caliber at the same time.
Further, the service center station comprises a preset service rule flow configured in advance; correspondingly, the sending unit 403 is specifically configured to:
and traversing the preset business rule process, and determining the business rule process corresponding to the standardized data.
Further, the service data processing apparatus is further configured to:
and regularly performing the operations of increasing, deleting, modifying, checking and maintaining the preset business rule flow.
The embodiment of the service data processing apparatus provided in the embodiment of the present invention may be specifically configured to execute the processing flows of the above method embodiments, and the functions of the embodiment are not described herein again, and refer to the detailed description of the above method embodiments.
Fig. 5 is a schematic structural diagram of a computer device provided in an embodiment of the present invention, and as shown in fig. 5, the computer device includes: a memory 501, a processor 502 and a computer program stored on the memory 501 and executable on the processor 502, the processor 502 implementing the following method when executing the computer program:
acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool;
calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
The present embodiment discloses a computer program product comprising a computer program which, when executed by a processor, implements the method of:
acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool;
calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
The present embodiments provide a computer-readable storage medium storing a computer program which, when executed by a processor, implements a method of:
acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool;
calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
Compared with the technical scheme in the prior art, the method and the device for processing the business data have the advantages that the target technical tool selected by a foreground user is obtained, and the business data output by the foreground user by using the target technical tool are responded; calling a data center to preprocess the service data to obtain standardized data meeting the service type standard; and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow, so that the service data processing efficiency is improved, and the workload of research and development personnel is reduced.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In the description herein, reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," "an example," "a particular example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above-mentioned embodiments are provided to further explain the objects, technical solutions and advantages of the present invention in detail, and it should be understood that the above-mentioned embodiments are only examples of the present invention and should not be used to limit the scope of the present invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (11)

1. A method for processing service data is characterized by comprising the following steps:
acquiring a target technical tool selected by a foreground user, and responding to service data output by the foreground user by using the target technical tool;
calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and calling a service center to determine a service rule flow corresponding to the standardized data, and sending the standardized data to a server serving the service rule flow.
2. The service data processing method according to claim 1, wherein the calling data console preprocesses the service data, including:
and the calling data center station acquires, calculates, stores and processes the service data, and unifies the data standard and the data caliber at the same time.
3. The business data processing method of claim 1, wherein the business middleware comprises a pre-configured preset business rule flow; correspondingly, the step of calling the service center station to determine the service rule flow corresponding to the standardized data includes:
and traversing the preset business rule process, and determining the business rule process corresponding to the standardized data.
4. The service data processing method according to claim 3, wherein the service data processing method further comprises:
and regularly carrying out the operations of increasing, deleting, modifying, checking and maintaining on the preset business rule flow.
5. A service data processing apparatus, comprising:
the system comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring a target technical tool selected by a foreground user and responding to service data output by the foreground user by using the target technical tool;
the preprocessing unit is used for calling a data center to preprocess the service data to obtain standardized data meeting the service type standard;
and the sending unit is used for calling a service middle station to determine a service rule flow corresponding to the standardized data and sending the standardized data to a server serving the service rule flow.
6. The service data processing apparatus according to claim 5, wherein the preprocessing unit is specifically configured to:
and the calling data center station acquires, calculates, stores and processes the service data, and unifies the data standard and the data caliber at the same time.
7. The device for processing service data according to claim 5, wherein the service middleware comprises a pre-configured preset service rule flow; correspondingly, the sending unit is specifically configured to:
and traversing the preset business rule process, and determining the business rule process corresponding to the standardized data.
8. The service data processing device according to claim 7, wherein the service data processing device is further configured to:
and regularly carrying out the operations of increasing, deleting, modifying, checking and maintaining on the preset business rule flow.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1 to 4.
11. A computer program product, characterized in that the computer program product comprises a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 4.
CN202211323970.6A 2022-10-27 2022-10-27 Service data processing method and device Pending CN115543300A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211323970.6A CN115543300A (en) 2022-10-27 2022-10-27 Service data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211323970.6A CN115543300A (en) 2022-10-27 2022-10-27 Service data processing method and device

Publications (1)

Publication Number Publication Date
CN115543300A true CN115543300A (en) 2022-12-30

Family

ID=84719424

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211323970.6A Pending CN115543300A (en) 2022-10-27 2022-10-27 Service data processing method and device

Country Status (1)

Country Link
CN (1) CN115543300A (en)

Similar Documents

Publication Publication Date Title
CN110908789B (en) Visual data configuration method and system for multi-source data processing
CN111897808B (en) Data processing method and device, computer equipment and storage medium
CN111507674B (en) Task information processing method, device and system
CN112231108A (en) Task processing method and device, computer readable storage medium and server
CN114265680A (en) Mass data processing method and device, electronic equipment and storage medium
CN111782404A (en) Data processing method and related equipment
CN111177237B (en) Data processing system, method and device
CN115665284A (en) Message processing method and device based on distributed configuration center and computer equipment
CN111435329A (en) Automatic testing method and device
CN113157790A (en) Nuclear fusion curve editing method, system, terminal and medium
CN110909072B (en) Data table establishment method, device and equipment
CN109144989B (en) Data cleaning method and device
CN115543300A (en) Service data processing method and device
CN111737371B (en) Data flow detection classification method and device capable of dynamically predicting
CN115525717A (en) Data synchronization processing method and device
CN115809265A (en) Risk customer screening method and device based on robot flow automation
CN112199401B (en) Data request processing method, device, server, system and storage medium
CN111881154A (en) ETL task processing method, device and related equipment
CN111160403A (en) Method and device for multiplexing and discovering API (application program interface)
CN108319704B (en) Method, device and equipment for analyzing data and storage medium
CN113282616A (en) Incremental time sequence data conflict detection method and device and storage medium
CN112101718A (en) Multi-user cooperation structured data processing method and device based on Internet
CN111679899A (en) Task scheduling method, device, platform equipment and storage medium
CN117435367B (en) User behavior processing method, device, equipment, storage medium and program product
CN114281550A (en) Request processing method and device, computer equipment and computer readable 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