CN115168400A - External data management system and method - Google Patents

External data management system and method Download PDF

Info

Publication number
CN115168400A
CN115168400A CN202211092312.0A CN202211092312A CN115168400A CN 115168400 A CN115168400 A CN 115168400A CN 202211092312 A CN202211092312 A CN 202211092312A CN 115168400 A CN115168400 A CN 115168400A
Authority
CN
China
Prior art keywords
data
target
request message
query
external data
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
CN202211092312.0A
Other languages
Chinese (zh)
Inventor
吕永文
孔海明
董佩
刘龙
陈烁隍
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin Jincheng Bank Ltd By Share Ltd
Original Assignee
Tianjin Jincheng Bank Ltd By Share 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 Tianjin Jincheng Bank Ltd By Share Ltd filed Critical Tianjin Jincheng Bank Ltd By Share Ltd
Priority to CN202211092312.0A priority Critical patent/CN115168400A/en
Publication of CN115168400A publication Critical patent/CN115168400A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • G06F16/2445Data retrieval commands; View definitions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides an external data management system and a method, which relate to the technical field of computers, and the external data management system comprises: the SQL configuration module is used for storing an SQL script edited on an SQL editing page by a user into a database; the data processing module is used for pulling the SQL script from the database through a timing task and performing data processing on external data from a data supplier by executing the SQL script to obtain processed data; the data library module is used for storing the processing data into a data table with the data identifier as a table name; and the data query module is used for calling a target provider interface corresponding to the target data identifier in the query request message through the query request message, and performing data query in a target data table corresponding to the target data identifier to obtain a query result. Therefore, effective management of the external data is realized, and the retrieval speed of the external data is improved.

Description

External data management system and method
Technical Field
The invention relates to the technical field of computers, in particular to an external data management system and method.
Background
With the increasing scale of internet data, a great deal of external data is stored and accumulated by each financial institution in the financial industry. The external data refers to non-business acquisition, non-self accumulation and non-human credit investigation client data, and the data is generally acquired by data suppliers such as an authoritative institution, a financial technology company, an internet company and the like under the condition of client authorization, and processed to form client data capable of reflecting characteristics such as user credit, repayment capacity, repayment willingness, behavior characteristics and the like.
Since the external data sources are wide, the integration degree is not high, and the technical means such as data processing and processing are different, the external data supplied by each data supplier is different. Due to the fact that the quantity of external data is large, when a traditional file management system is used, file retrieval speed is low, and user experience is poor. Therefore, how to effectively manage external data to improve the speed of retrieving the external data is an urgent problem to be solved.
Disclosure of Invention
The invention aims to provide an external data management system and method to improve the retrieval speed of external data.
In a first aspect, an embodiment of the present invention provides an external data management system, including:
the SQL configuration module is used for storing an SQL script edited on an SQL editing page by a user into a database;
the data processing module is used for pulling the SQL script from the database through the timing task and performing data processing on external data from a data supplier through executing the SQL script to obtain processed data;
the data falling library module is used for storing the processing data into a data table with the data identifier as a table name; wherein the data identifier corresponds to a vendor interface;
and the data query module is used for calling a target provider interface corresponding to the target data identifier in the query request message through the query request message, and performing data query in a target data table corresponding to the target data identifier to obtain a query result.
Further, the external data management system further includes a gateway processing module, where the gateway processing module is configured to: receiving an original request message sent by a service system, wherein the original request message carries a target data identifier; determining a target processing component object according to the request mode of the original request message; and assembling the request parameters of the original request message into internal parameters through the target processing component object, and initiating a query request.
Further, the gateway processing module is further configured to: and encrypting the message information of the assembled original request message, and initiating a query request according to the encrypted original request message.
Further, the gateway processing module is further configured to: and performing message format conversion on the encrypted original request message to obtain an inquiry request message, and initiating an inquiry request for processing the inquiry request message.
Further, the gateway processing module is further configured to: receiving an original response message which is returned by a target supplier interface and carries a query result; and constructing a response parameter for the original response message, and returning a target response message to the service system.
Further, the external data management system further comprises a supplier charging reconciliation module, wherein the supplier charging reconciliation module is used for: and carrying out log record called by the provider interface, and generating a visual billing report according to the log record.
Further, the external data management system further includes a monitoring alarm module, and the monitoring alarm module is configured to: and performing statistical monitoring of interface calling through the Skywalking monitoring component and the Flink streaming type computing framework, and performing alarm in a preset mode when monitoring that the state of the interface is abnormal.
In a second aspect, an embodiment of the present invention further provides an external data management method, which is applied to the external data management system in the first aspect, and the external data management method includes:
storing an SQL script edited on an SQL editing page by a user into a database;
the SQL script is pulled from the database through a timing task;
performing data processing on external data from a data supplier by executing an SQL script to obtain processed data;
storing the processing data into a data table with the data identification as a table name; wherein the data identification corresponds to a vendor interface;
and calling a target provider interface corresponding to the target data identifier in the query request message through the query request message, and performing data query in a target data table corresponding to the target data identifier to obtain a query result.
Further, before the step of calling the target provider interface corresponding to the target data identifier in the query request message through the query request message, the external data management method further includes:
receiving an original request message sent by a service system, wherein the original request message carries a target data identifier;
determining a target processing component object according to the request mode of the original request message;
and assembling the request parameters of the original request message into internal parameters through the target processing component object, and initiating a query request.
Further, after the step of performing data query in the target data table corresponding to the target data identifier to obtain a query result, the external data management method further includes:
receiving an original response message which is returned by a target supplier interface and carries a query result;
constructing a response parameter for the original response message;
and returning the target response message to the service system.
In the external data management system and method provided in the embodiments of the present invention, the external data management system includes: the SQL configuration module is used for storing an SQL script edited on an SQL editing page by a user into a database; the data processing module is used for pulling the SQL script from the database through a timing task and performing data processing on external data from a data supplier by executing the SQL script to obtain processed data; the data falling library module is used for storing the processing data into a data table with the data identifier as a table name; wherein the data identification corresponds to a vendor interface; and the data query module is used for calling a target provider interface corresponding to the target data identifier in the query request message through the query request message, and performing data query in a target data table corresponding to the target data identifier to obtain a query result. Therefore, when external data is in a database, the SQL data processing can be performed for multiple times through a timed task, the processed data is stored in a data table taking the data identifier as a table name, and then the data can be quickly queried based on the data identifier in the query request message, so that the effective management of the external data is realized, and the retrieval speed of the external data is improved.
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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic view of an application scenario of an external data management system according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an external data management system according to an embodiment of the present invention;
fig. 3 is a data visualization processing flow chart according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of an interface monitoring alarm according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating an external data management method according to an embodiment of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the following embodiments, and it should be apparent that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
At present, when a traditional file management system is used for external data management, the problems of low file retrieval speed and poor user experience exist. Based on this, the external data management system and the method provided by the embodiment of the invention can improve the retrieval speed of the external data and improve the user experience.
For the understanding of the present embodiment, a detailed description will be given first of all of an external data management system disclosed in the embodiment of the present invention.
Referring to an application scenario diagram of an external data management system shown in fig. 1, an upstream system of the external data management system is a service system, and a downstream system is a data provider, where the service system is a system inside a bank and may include a data system platform, a signature system, a credit investigation system, a payment system, and the like; the data suppliers are systems outside the bank, and can comprise a human bank credit investigation system, a human bank payment system, an in-line signature system and the like, and each data supplier can comprise a plurality of supplier interfaces corresponding to the products of the supplier.
The external data management system can be used as a data source docking platform for service development and a unified interface docking platform for supplier products, and can expose a dubbo interface for a service system to provide unified data query service. The service system can send a query request to the external data management system, and the external data management system queries data by calling a corresponding supplier interface and returns a query result to the service system.
Referring to fig. 2, a schematic structural diagram of an external data management system is shown, where the external data management system provided in the embodiment of the present invention includes:
the SQL configuration module 202 is configured to store an SQL script edited by a user on an SQL editing page in a database;
the data processing module 204 is used for pulling the SQL script from the database through a timing task and performing data processing on external data from a data supplier through executing the SQL script to obtain processed data;
the data library module 206 is used for storing the processing data into a data table with the data identifier as a table name; the data identification corresponds to a supplier interface, the data identification can be a supplier product type identification, and for the supplier product type, personal three-element information (name, identification card number and bank card number) is a supplier product type;
and the data query module 208 is configured to invoke, through the query request message, a target provider interface corresponding to the target data identifier in the query request message, and perform data query in a target data table corresponding to the target data identifier to obtain a query result.
Therefore, when external data falls into a database, the SQL data processing can be performed for multiple pages through a timing task, the processed data is stored in a data table with the data identifier as a table name, and then the data can be rapidly queried based on the data identifier in the query request message, so that the effective management of the external data is realized, and the retrieval speed of the external data is improved.
The external data management system provided by the embodiment of the invention provides the capability of unified access, and further comprises a gateway processing module connected with the data query module, wherein the gateway processing module is used for: receiving an original request message sent by a service system, wherein the original request message carries a target data identifier; determining a target processing component object according to the request mode of the original request message; and assembling the request parameters of the original request message into internal parameters through the target processing component object, and initiating a query request.
The request type field set in the request parameter of the original request message determines the request mode, and the request mode is determined on which gateway system the request mode is developed according to different development scenes. Each request mode has a corresponding processing component object, the request mode and the processing component object are in a key-value corresponding relation, the request mode is a key, and the processing component object is a value.
Further, the gateway processing module is further configured to: receiving an original response message which is returned by a target supplier interface and carries a query result; and constructing a response parameter for the original response message, and returning a target response message to the service system.
The supplier interface can also be called as gateway interface, and the unified entry mode refers to: the gateway interface realizes the calling of different methods between different systems according to different parameter types, the first parameter is a generic type parameter (namely method parameter), the method can determine the type of the parameter according to different gateway interfaces, the second parameter is the type of response messages of different gateway interfaces (namely interface response parameter), the method can replace the response messages according to different gateway responses, the third parameter is a transaction code and determines to call the route of a registered gateway, the fourth parameter is the transaction type (self-defined), and the method can judge whether the parameter is effective firstly and then carries out the actual calling of the gateway interface.
For ease of understanding, the embodiments of the present invention provide the interface request parameters shown in table 1 and the interface response parameters shown in table 2.
TABLE 1
Serial number Object key value Description of the invention Whether or not to fill Whether to encrypt Corresponding field type Remarks for note
1 input Methods are described in Y N T Dynamic flexible types
2 r Method for determining ginseng type Y N Class Different system responses can be automatically converted into the class
3 prcScd Transaction code Y N String Unified allocation
4 jiaoyilx Type of transaction Y N String Type of transaction
TABLE 2
Serial number Object key value Description of the invention Whether or not to fill Whether to encrypt Corresponding field type Remarks for note
1 flag Request status identification Y N String Request status identification
2 code Response code Y N String Response code
3 msg Response description Y N String Response description
4 data Different system response message body Y N T According to different system response message formats
In order to ensure the consistency and the safety of data, the message can be encrypted and decrypted when the external data management system interacts with the supplier interface. Based on this, the gateway processing module is further configured to: and encrypting the message information of the assembled original request message, and initiating a query request according to the encrypted original request message. The provider interface needs to decrypt the encrypted message first to perform the corresponding query. Similarly, the query result in the original response message returned by the target provider interface is also encrypted, and the external data management system needs to decrypt the encrypted query result first and then return the target response message carrying the unencrypted query result to the service system.
Request messages of some service systems are in an xml format, and response messages of some provider interfaces needing to be called may be in a json format; or request messages of some service systems are in json format, and response messages of some supplier interfaces to be called may be in xml format, so that communication difference exists, and the external data management system can also provide message conversion function, and can perform mutual conversion between xml and json message formats. Based on this, the gateway processing module is further configured to: and performing message format conversion on the encrypted original request message to obtain an inquiry request message, and initiating an inquiry request for processing the inquiry request message. Similarly, the gateway processing module is further configured to perform message format conversion on the decrypted response message to obtain a target response message, and return the target response message to the service system.
The external data management system provided by the embodiment of the invention can realize data visualization processing, and referring to a data visualization processing flow chart shown in fig. 3, a management background provides a supplier data Query SQL (Structured Query Language) configuration page (SQL editing page), an SQL script edited by a user is stored in a database (SQL script falling library), the SQL script can be pulled by a timing task, and the SQL script is executed asynchronously in parallel, i.e. the data is queried and the processed data is generated, and the processed data is written into the database (falling into a data bin table); the unified data query interface queries the data bin content according to a data identifier, wherein the identifier is a table name, and dynamic SQL routing is carried out, namely the data routing is carried out in different data tables for query; and then responds to the query results. The SQL script is edited once, can be executed for a plurality of times through a timing task, and can see the recorded task execution data on an SQL editing page, such as success/failure of the task, running for a plurality of times and the like.
The external data management system provided by the embodiment of the invention can also carry out calling charging and visual operation management of the supplier interface, namely, provides a charging billboard called by the supplier interface and visual query of the database dropping data. Based on this, the external data management system further includes a supplier charging reconciliation module, where the supplier charging reconciliation module is configured to: and carrying out log record called by the supplier interface, wherein the log record can comprise a state, response data and a charging state, and generating a visual charging report according to the log record.
In specific implementation, the provider interface call records each call record, and performs library falling based on the provider, the product and the query state, and the management background provides a visual charging report (the charging report may include an interface bill and/or a provider statement) to the service for reconciliation. The page of the service side can be displayed with a charging query button, and the charging condition can be checked by clicking the charging query button.
The external data management system provided by the embodiment of the invention also provides the health degree monitoring and alarming capabilities of calling the upstream interface and the downstream interface. Based on this, the external data management system further comprises a monitoring alarm module, and the monitoring alarm module is used for: and performing statistical monitoring of interface calling through the Skywalking monitoring component and the Flink streaming type computing framework, and performing alarm in a preset mode when monitoring that the state of the interface is abnormal.
The preset mode can be set according to actual requirements, for example, the preset mode includes mails and short messages. The Skywalking monitoring component and the Flink streaming computing framework can be used for realizing the statistical monitoring of the upstream and downstream exception calls of the system interface, and multi-channel alarms such as mails, short messages and the like are carried out in the interface exception state. The skywalk is an application performance monitoring tool of a distributed system, and is designed for micro-services, a cloud native architecture and a container-based (Docker, K8s, messos) architecture.
For easy understanding, referring to a flow diagram of an interface monitoring alarm shown in fig. 4, a log section may be called by an interface to record a call log of a system interface call (service system interface call) and a provider interface call, where the call log may include an "interface type" (e.g., 1/2/3) and an "interface state" (e.g., F/S/N), the call log enters a cache queue, and counts the number of times of success/failure in approximately N minutes, and when the interface state is abnormal, an alarm of an EMAIL or a short message is sent to an EMAIL server and an SMS operator through a sending queue.
An embodiment of the present invention further provides an external data management method, which is applied to the external data management system described above, and referring to a flow diagram of the external data management method shown in fig. 5, the external data management method mainly includes the following steps S502 to S510:
step S502, storing the SQL script edited by the user on the SQL editing page into a database.
Step S504, the SQL script is pulled from the database through the timing task.
Step S506, performing data processing on external data from a data provider by executing the SQL script, to obtain processed data.
Step S508, storing the processing data into a data table with the data identification as a table name; wherein the data identification corresponds to the vendor interface.
Step S510, a target provider interface corresponding to the target data identifier in the query request message is called through the query request message, and data query is performed in a target data table corresponding to the target data identifier to obtain a query result.
According to the external data management method provided by the embodiment of the invention, when external data falls into a database, the SQL data processing of multiple pages can be carried out through a timing task, the processed data is stored into the data table taking the data identifier as the table name, and then the data can be quickly queried based on the data identifier in the query request message, so that the effective management of the external data is realized, and the retrieval speed of the external data is improved.
Further, before the step S510, the external data management method further includes: receiving an original request message sent by a service system, wherein the original request message carries a target data identifier; determining a target processing component object according to the request mode of the original request message; and assembling the request parameters of the original request message into internal parameters through the target processing component object, and initiating a query request.
Further, in order to ensure data consistency and security, after the request parameters of the original request packet are assembled into internal parameters, the external data management method further includes: and encrypting the message information of the assembled original request message, and initiating a query request according to the encrypted original request message.
Further, in order to achieve consistency of message formats, the step of initiating the query request according to the encrypted original request message may be implemented as follows: and performing message format conversion on the encrypted original request message to obtain an inquiry request message, and initiating an inquiry request for processing the inquiry request message.
Further, after the step S510, the external data management method further includes: receiving an original response message which is returned by a target supplier interface and carries a query result; constructing a response parameter for the original response message; and returning the target response message to the service system.
Further, the external data management method further includes: and carrying out log record called by the supplier interface, and generating a visual charging report according to the log record.
Further, the external data management method further includes: and performing statistical monitoring on interface calling through the Skywalking monitoring component and the Flink streaming computing framework, and performing alarm in a preset mode when monitoring that the state of the interface is abnormal.
The external data management method provided in this embodiment has the same implementation principle and technical effect as those of the external data management system embodiment, and for brief description, reference may be made to corresponding contents in the external data management system embodiment where no part of the external data management method embodiment is mentioned.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In the several embodiments provided in the present application, it should be understood that the disclosed system and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one position, or may be distributed on multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and these modifications or substitutions do not depart from the spirit of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. An external data management system, comprising:
the SQL configuration module is used for storing an SQL script edited on an SQL editing page by a user into a database;
the data processing module is used for pulling the SQL script from the database through a timing task and performing data processing on external data from a data supplier through executing the SQL script to obtain processed data;
the data falling library module is used for storing the processing data into a data table with a data identifier as a table name; wherein the data identification corresponds to a vendor interface;
and the data query module is used for calling a target provider interface corresponding to the target data identifier in the query request message through the query request message, and performing data query in a target data table corresponding to the target data identifier to obtain a query result.
2. The external data management system of claim 1, further comprising a gateway processing module to:
receiving an original request message sent by a service system, wherein the original request message carries the target data identifier; determining a target processing component object according to the request mode of the original request message; and assembling the request parameters of the original request message into internal parameters through the target processing component object, and initiating a query request.
3. The external data management system of claim 2, wherein the gateway processing module is further configured to: and encrypting the message information of the assembled original request message, and initiating a query request according to the encrypted original request message.
4. The external data management system of claim 3, wherein the gateway processing module is further configured to: and performing message format conversion on the encrypted original request message to obtain an inquiry request message, and initiating an inquiry request for processing the inquiry request message.
5. The external data management system of claim 2, wherein the gateway processing module is further configured to: receiving an original response message which is returned by the target supplier interface and carries the query result; and constructing a response parameter for the original response message, and returning a target response message to the service system.
6. The external data management system of claim 1, further comprising a provider billing reconciliation module to:
and carrying out log record called by a supplier interface, and generating a visual charging report according to the log record.
7. The external data management system of claim 1, further comprising a monitoring alarm module configured to:
and performing statistical monitoring of interface calling through the Skywalking monitoring component and the Flink streaming type computing framework, and performing alarm in a preset mode when monitoring that the state of the interface is abnormal.
8. An external data management method applied to the external data management system according to any one of claims 1 to 7, the external data management method comprising:
storing an SQL script edited by a user on an SQL editing page into a database;
pulling the SQL script from the database through a timing task;
performing data processing on external data from a data supplier by executing the SQL script to obtain processed data;
storing the processing data into a data table with a data identifier as a table name; wherein the data identification corresponds to a vendor interface;
and calling a target provider interface corresponding to a target data identifier in the query request message through the query request message, and performing data query in a target data table corresponding to the target data identifier to obtain a query result.
9. The external data management method according to claim 8, wherein before the step of calling, by the query request message, a target provider interface corresponding to a target data identifier in the query request message, the external data management method further comprises:
receiving an original request message sent by a service system, wherein the original request message carries the target data identifier;
determining a target processing component object according to the request mode of the original request message;
and assembling the request parameters of the original request message into internal parameters through the target processing component object, and initiating a query request.
10. The external data management method according to claim 9, wherein after the step of performing a data query in the target data table corresponding to the target data identifier to obtain a query result, the external data management method further comprises:
receiving an original response message which is returned by the target supplier interface and carries the query result;
constructing a response parameter for the original response message;
and returning a target response message to the service system.
CN202211092312.0A 2022-09-08 2022-09-08 External data management system and method Pending CN115168400A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211092312.0A CN115168400A (en) 2022-09-08 2022-09-08 External data management system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211092312.0A CN115168400A (en) 2022-09-08 2022-09-08 External data management system and method

Publications (1)

Publication Number Publication Date
CN115168400A true CN115168400A (en) 2022-10-11

Family

ID=83482198

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211092312.0A Pending CN115168400A (en) 2022-09-08 2022-09-08 External data management system and method

Country Status (1)

Country Link
CN (1) CN115168400A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115760368A (en) * 2022-11-24 2023-03-07 中电金信软件有限公司 Credit business approval method and device and electronic equipment
CN116485514A (en) * 2023-06-14 2023-07-25 天津金城银行股份有限公司 Wind control processing method and device, electronic equipment and computer readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106649869A (en) * 2017-01-03 2017-05-10 深圳博十强志科技有限公司 Statistical method and statistical device for big data in database
CN112732815A (en) * 2021-01-07 2021-04-30 永辉云金科技有限公司 External data management method, system, equipment and storage medium
CN113360519A (en) * 2020-03-06 2021-09-07 北京京东振世信息技术有限公司 Data processing method, device, equipment and storage medium
CN113806430A (en) * 2021-06-07 2021-12-17 广发银行股份有限公司 Multifunctional data management platform
CN113888330A (en) * 2021-10-21 2022-01-04 江苏通付盾科技有限公司 Data routing platform management system for financial enterprise
CN114428704A (en) * 2020-10-29 2022-05-03 顺丰科技有限公司 Method and device for full-link distributed monitoring, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106649869A (en) * 2017-01-03 2017-05-10 深圳博十强志科技有限公司 Statistical method and statistical device for big data in database
CN113360519A (en) * 2020-03-06 2021-09-07 北京京东振世信息技术有限公司 Data processing method, device, equipment and storage medium
CN114428704A (en) * 2020-10-29 2022-05-03 顺丰科技有限公司 Method and device for full-link distributed monitoring, computer equipment and storage medium
CN112732815A (en) * 2021-01-07 2021-04-30 永辉云金科技有限公司 External data management method, system, equipment and storage medium
CN113806430A (en) * 2021-06-07 2021-12-17 广发银行股份有限公司 Multifunctional data management platform
CN113888330A (en) * 2021-10-21 2022-01-04 江苏通付盾科技有限公司 Data routing platform management system for financial enterprise

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115760368A (en) * 2022-11-24 2023-03-07 中电金信软件有限公司 Credit business approval method and device and electronic equipment
CN116485514A (en) * 2023-06-14 2023-07-25 天津金城银行股份有限公司 Wind control processing method and device, electronic equipment and computer readable storage medium
CN116485514B (en) * 2023-06-14 2023-09-01 天津金城银行股份有限公司 Wind control processing method and device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
US20220156249A1 (en) Correlating different types of data of a distributed ledger system
US11625381B2 (en) Recreating an OLTP table and reapplying database transactions for real-time analytics
US11803548B1 (en) Automated generation of metrics from log data
US11182389B2 (en) Retaining fields from current event or group during stream aggregation
CN115168400A (en) External data management system and method
US9280294B1 (en) Storage governance
WO2021189954A1 (en) Log data processing method and apparatus, computer device, and storage medium
CN111143286B (en) Cloud platform log management method and system
US20030014483A1 (en) Dynamic networked content distribution
US8825798B1 (en) Business event tracking system
WO2014063127A1 (en) Method and system for creating tax configuration templates
CN111581054A (en) ELK-based log point-burying service analysis and alarm system and method
CN110162512B (en) Log retrieval method, device and storage medium
US11755531B1 (en) System and method for storage of data utilizing a persistent queue
CN103559118A (en) Security auditing method based on aspect oriented programming (AOP) and annotation information system
CA2927580C (en) Method and system for document data extraction template management
US11681707B1 (en) Analytics query response transmission
US20230199028A1 (en) Techniques for automated capture and reporting of user-verification metric data
CN114971714A (en) Accurate customer operation method based on big data label and computer equipment
US11860858B1 (en) Decoding distributed ledger transaction records
CN114153703A (en) Micro-service exception positioning method and device, electronic equipment and program product
US20220044144A1 (en) Real time model cascades and derived feature hierarchy
US20180139220A1 (en) Shared capability system
CN112148762A (en) Statistical method and device for real-time data stream
US11704219B1 (en) Performance monitoring of distributed ledger nodes

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20221011

RJ01 Rejection of invention patent application after publication