CN113419718A - Data transmission method, device, equipment and medium - Google Patents

Data transmission method, device, equipment and medium Download PDF

Info

Publication number
CN113419718A
CN113419718A CN202110724783.8A CN202110724783A CN113419718A CN 113419718 A CN113419718 A CN 113419718A CN 202110724783 A CN202110724783 A CN 202110724783A CN 113419718 A CN113419718 A CN 113419718A
Authority
CN
China
Prior art keywords
data
product
target
mapping table
script
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
CN202110724783.8A
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.)
Weikun Shanghai Technology Service Co Ltd
Original Assignee
Weikun Shanghai Technology Service 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 Weikun Shanghai Technology Service Co Ltd filed Critical Weikun Shanghai Technology Service Co Ltd
Priority to CN202110724783.8A priority Critical patent/CN113419718A/en
Publication of CN113419718A publication Critical patent/CN113419718A/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/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0201Market modelling; Market analysis; Collecting market data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0201Market modelling; Market analysis; Collecting market data
    • G06Q30/0203Market surveys; Market polls

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of data processing, and provides a data reporting method, a device, equipment and a medium, which can call currently required data from a target script based on a mapping table to realize targeted acquisition and utilization of the data stored in the target script, call a sub-mapping table from the mapping table according to the currently required data to match in the target script to obtain a current fact table, convert the data in the current fact table according to the sub-mapping table to obtain the data to be reported and report the data to a target system, further realize flexible data reporting based on the separately established mapping table, only maintain the mapping table in the data reporting process, and do not need to read a large number of script codes and modify and reissue the script, thereby improving the efficiency of report generation, and because the data is not continuously modified on the original script, effectively reducing the occurrence of errors. In addition, the invention also relates to a block chain technology, and the mapping table can be stored in the block chain node.

Description

Data transmission method, device, equipment and medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a data reporting method, apparatus, device, and medium.
Background
In the daily operation process of an enterprise, various operation analysis reports are often required to be reported for relevant personnel to make analysis decisions.
In the reporting process, according to the actual business development condition of each enterprise, a new product is often required to be added to the original report, and various operation data of the new product are comprehensively summarized in the report. According to the mode adopted in the prior art, when a new product is added, the calculation logic of the corresponding new product is directly added to the script of the original report, and then the calculation logic is released to the production environment for batch calculation, and the final report is generated. In practical situations, it may be necessary to cancel delivery of an old product or modify its delivery classification to meet the latest product requirement, and at this time, the method adopted in the prior art is also to directly delete or modify the old script.
The processing modes are all that the original script is modified, the original script is greatly modified, the script of the original report is frequently modified, errors are easily caused, batch running is abnormal, and a correct report cannot be generated. With more and more products, the script is longer and the maintenance cost is higher.
Disclosure of Invention
In view of the above, it is necessary to provide a method, an apparatus, a device, and a medium for reporting data, which can realize flexible reporting of data based on a separately established mapping table, and in the process of reporting data, only the mapping table needs to be maintained, and it is not necessary to read a large number of script codes and modify and reissue scripts, thereby improving the efficiency of report generation.
A method of data delivery, the method of data delivery comprising:
acquiring a target script which is compiled in advance;
establishing a mapping table, and associating the mapping table with the target script;
responding to a data reporting request, determining a target system according to the data reporting request, and acquiring current demand data according to the data reporting request;
calling a sub mapping table from the mapping table according to the current demand data;
matching in the target script by utilizing the sub-mapping table to obtain a current fact table;
converting the data in the current fact table according to the sub-mapping table to obtain data to be reported;
and reporting the data to be reported to the target system.
According to the preferred embodiment of the present invention, the establishing a mapping table, and associating the mapping table with the target script includes:
acquiring product data of all products, and coding each product in all the products to obtain a mapping identification code of each product;
marking the product data of each product by using the mapping identification code of each product to obtain marked data;
constructing the mapping table according to the marked data by adopting SQL language;
acquiring all fact tables in the target script and acquiring a fact identification code of each fact table in all the fact tables;
associating the mapping identification code corresponding to the same product with the fact identification code to obtain an association relation between the mapping table and the fact table;
and storing the association relation to the target script.
According to a preferred embodiment of the invention, the method further comprises:
when the transaction data of the product is detected, determining the detected product as a target product;
when the target product is transacted for the first time, coding the target product to obtain a target fact identification code of the target product, marking transaction data of the target product by using the target fact identification code, maintaining the marked data to a table to obtain a target fact table, and adding the target fact table to the target script;
and when the target product is not the first transaction, inquiring a fact table corresponding to the target product in the target script as the target fact table, and updating the transaction data of the target product to the target fact table.
According to a preferred embodiment of the present invention, the determining a target system according to the datagram request and the obtaining current demand data according to the datagram request includes:
analyzing the data reporting request to obtain information carried by the data reporting request;
acquiring a first label and a second label which are configured in advance, wherein the first label corresponds to a system identifier, and the second label corresponds to an address;
establishing a first regular expression according to the first label, and establishing a second regular expression according to the second label;
traversing information carried by the data reporting request by using the first regular expression, determining the traversed information matched with the first regular expression as a target system identifier, and determining the target system according to the target system identifier;
traversing information carried by the data reporting request by using the second regular expression, determining the traversed information matched with the second regular expression as a target address, connecting the target address to the target address, and acquiring data from the target address as the current required data.
According to a preferred embodiment of the present invention, when the sub-mapping table is not called from the mapping table according to the current demand data, the method further includes:
determining a product to be reported according to the current demand data, and determining the product to be reported as a newly added product;
acquiring product data of the newly added product;
establishing a new increment mapping table according to the product data of the newly added product, and maintaining the new increment mapping table to the mapping table;
matching in the target script by utilizing the new increment mapping table to obtain a correlated fact table;
and filtering and summarizing data according to the new son mapping table and the associated fact table to obtain the data to be reported.
According to a preferred embodiment of the invention, the method further comprises:
when the submission of the product is to be cancelled, determining the product to be cancelled as the product to be cancelled;
acquiring a current timestamp and acquiring a mapping table corresponding to the product to be cancelled;
and modifying the expiration time of the product to be cancelled to the current timestamp in the mapping table corresponding to the product to be cancelled.
According to a preferred embodiment of the invention, the method further comprises:
when the delivery information of the product is to be modified, determining the product of which the delivery information is to be modified as the product to be modified;
acquiring a mapping table corresponding to the product to be modified;
and modifying the reporting information of the product to be modified in the mapping table corresponding to the product to be modified.
A datagram device, the datagram device comprising:
the acquisition unit is used for acquiring a target script which is compiled in advance;
the association unit is used for establishing a mapping table and associating the mapping table with the target script;
the acquisition unit is also used for responding to a data reporting request, determining a target system according to the data reporting request and acquiring current demand data according to the data reporting request;
the calling unit is used for calling a sub mapping table from the mapping table according to the current demand data;
the matching unit is used for matching in the target script by utilizing the sub-mapping table to obtain a current fact table;
the conversion unit is used for converting the data in the current fact table according to the sub-mapping table to obtain data to be reported;
and the reporting unit is used for reporting the data to be reported to the target system.
A computer device, the computer device comprising:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement the data delivery method.
A computer-readable storage medium having stored therein at least one instruction for execution by a processor in a computer device to implement the data delivery method.
It can be seen from the above technical solutions that the present invention can obtain a pre-compiled target script, establish a mapping table, and associate the mapping table with the target script, and further can retrieve currently required data from the target script based on the mapping table, so as to achieve targeted retrieval and utilization of data stored in the target script, determine a target system according to a data delivery request in response to a data delivery request, retrieve currently required data according to the data delivery request, retrieve a sub-mapping table from the mapping table according to the currently required data, match in the target script using the sub-mapping table, obtain a current fact table, convert data in the current fact table according to the sub-mapping table, obtain data to be reported, and report the data to be reported to the target system, and furthermore, flexible report of data is realized based on the separately established mapping table, and in the process of data report, only the mapping table needs to be maintained, and a large number of script codes do not need to be read, and the script is not required to be modified and reissued, so that the report generation efficiency is improved, and errors are effectively reduced because the original script is not continuously modified.
Drawings
Fig. 1 is a flow chart of a preferred embodiment of the data transmission method of the present invention.
FIG. 2 is a functional block diagram of a preferred embodiment of a datagram device according to the present invention.
Fig. 3 is a schematic structural diagram of a computer device for implementing the data transmission method according to the preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flow chart of a preferred embodiment of the data transmission method of the present invention. The order of the steps in the flow chart may be changed and some steps may be omitted according to different needs.
The data transmission method is applied to one or more computer devices, which are devices capable of automatically performing numerical calculation and/or information processing according to preset or stored instructions, and the hardware thereof includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The computer device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive web Television (IPTV), an intelligent wearable device, and the like.
The computer device may also include a network device and/or a user device. The network device includes, but is not limited to, a single network server, a server group consisting of a plurality of network servers, or a Cloud Computing (Cloud Computing) based Cloud consisting of a large number of hosts or network servers.
The Network in which the computer device is located includes, but is not limited to, the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
And S10, acquiring a target script which is written in advance.
In at least one embodiment of the invention, in order to support the release of various products of the related enterprise, a universal script needs to be written in advance for subsequent use.
Specifically, the target script may be written in advance by a developer, and the present invention is not limited thereto.
S11, establishing a mapping table, and associating the mapping table with the target script.
It should be noted that, the conventional data delivery is mainly based on modification of the target script, that is, each time a new product is released, or data of the delivery needs to be modified, or data of some products is deleted, the data is directly updated on the basis of the original target script.
The disadvantage of this process is that the original script is modified each time, resulting in longer and longer original script and a large amount of redundant data; when an error occurs in the modification process, the usability of the whole original script is even affected; frequent modification is also not beneficial to the reporting of subsequent product data; the fault tolerance rate is low, and once errors occur, the original script needs to be repaired, so that the timeliness of the whole data operation is influenced. For each large enterprise developing at a high speed, the time cost and the maintenance cost are both too high, which is not beneficial to the benign development of the enterprise.
Therefore, in view of the above problem, the present embodiment establishes the mapping table, and associates the mapping table with the target script.
The mapping table is a table that can be dynamically maintained, for example: when a new product is released, the related information of the new product can be maintained in the mapping table.
After the mapping table is associated with the target script, the currently required data can be called from the target script based on the mapping table, so that the data stored in the target script can be acquired and utilized in a targeted manner.
In at least one embodiment of the present invention, the establishing a mapping table, and associating the mapping table with the target script includes:
acquiring product data of all products, and coding each product in all the products to obtain a mapping identification code of each product;
marking the product data of each product by using the mapping identification code of each product to obtain marked data;
constructing the mapping table according to the marked data by using SQL (Structured Query Language);
acquiring all fact tables in the target script and acquiring a fact identification code of each fact table in all the fact tables;
associating the mapping identification code corresponding to the same product with the fact identification code to obtain an association relation between the mapping table and the fact table;
and storing the association relation to the target script.
Wherein the product data includes, but is not limited to: asset source, investment channel, effective time, failure time, trading volume, number of users, asset size.
Through the implementation mode, the data in the mapping table can be associated with the target script, so that the target script can be called in a targeted manner based on the data in the mapping table.
In this embodiment, the target script stores fact tables corresponding to different products.
Specifically, the method further comprises:
when the transaction data of the product is detected, determining the detected product as a target product;
when the target product is transacted for the first time, coding the target product to obtain a target fact identification code of the target product, marking transaction data of the target product by using the target fact identification code, maintaining the marked data to a table to obtain a target fact table, and adding the target fact table to the target script;
and when the target product is not the first transaction, inquiring a fact table corresponding to the target product in the target script as the target fact table, and updating the transaction data of the target product to the target fact table.
That is, as long as transaction data (such as transaction records) is detected, the detected transaction data can be automatically maintained to the fact table for subsequent use.
Through the embodiment, when the transaction data are detected, the transaction data can be automatically maintained to the corresponding fact table in real time.
S12, responding to the data transmission request, determining the target system according to the data transmission request, and obtaining the current demand data according to the data transmission request.
In at least one embodiment of the present invention, the datagram request may be triggered by a related staff member, or may be automatically triggered by a system having a datagram request, and the present invention is not limited thereto.
In at least one embodiment of the present invention, the determining a target system according to the datagram request and the obtaining current demand data according to the datagram request includes:
analyzing the data reporting request to obtain information carried by the data reporting request;
acquiring a first label and a second label which are configured in advance, wherein the first label corresponds to a system identifier, and the second label corresponds to an address;
establishing a first regular expression according to the first label, and establishing a second regular expression according to the second label;
traversing information carried by the data reporting request by using the first regular expression, determining the traversed information matched with the first regular expression as a target system identifier, and determining the target system according to the target system identifier;
traversing information carried by the data reporting request by using the second regular expression, determining the traversed information matched with the second regular expression as a target address, connecting the target address to the target address, and acquiring data from the target address as the current required data.
The first tag and the second tag can be configured in a user-defined mode.
For example: the first tag may be configured as SysID and the second tag may be configured as ADD.
Further, the first regular expression built from the first tag may be SysID (), and the second regular expression built from the second tag may be ADD ().
Further, traversing information carried by the data delivery request by using the first regular expression SysID (), determining the traversed information matched with the first regular expression SysID () as the target system identifier, and further determining the system with the target system identifier as the target system. Traversing information carried by the data submission request by using the second regular expression ADD (), determining the traversed information matched with the second regular expression ADD () as the target address, and connecting the target address to obtain data from the target address as the current required data.
Through the embodiment, the required data can be quickly acquired based on the labels and the regular expressions, and the acquired data is more accurate due to the uniqueness of the labels.
And S13, calling a sub mapping table from the mapping table according to the current demand data.
In at least one embodiment of the present invention, the current demand data stores data required by the target system.
Wherein the data required by the target system includes, but is not limited to: the method comprises the steps of reporting a product to be reported, asset sources of the product to be reported, investment channels of the product to be reported, the effective time of the product to be reported and the failure time of the product to be reported.
In the present embodiment, each sub-map corresponds to one product.
Furthermore, the product to be reported can be determined according to the current demand data, and a sub-mapping table corresponding to the product to be reported is called from the mapping table.
And S14, matching in the target script by utilizing the sub mapping table to obtain a current fact table.
It should be noted that, because the target script stores the association relationship between the mapping table and the fact table, the corresponding fact identification code is obtained from the target script through the mapping identification code of the sub-mapping table, and the fact table corresponding to the obtained fact identification code is determined as the current fact table.
And S15, converting the data in the current fact table according to the sub mapping table to obtain the data to be reported.
It should be noted that, since all the data are stored in the current fact table, obviously, some data need to be reported and some data do not need to be reported, and in addition, the data in the fact table may need to meet the requirement for the data in the sub-mapping table through corresponding operations (such as data summation operation to obtain the total amount of data, etc.), so that the data in the current fact table needs to be screened and filtered by using the sub-mapping table to obtain the data to be reported that finally needs to be reported.
In at least one embodiment of the present invention, when the sub-mapping table is not called from the mapping table according to the current demand data, the method further includes:
determining a product to be reported according to the current demand data, and determining the product to be reported as a newly added product;
acquiring product data of the newly added product;
establishing a new increment mapping table according to the product data of the newly added product, and maintaining the new increment mapping table to the mapping table;
matching in the target script by utilizing the new increment mapping table to obtain a correlated fact table;
and filtering and summarizing data according to the new son mapping table and the associated fact table to obtain the data to be reported.
For example: the new product C is stored in the new product sub mapping table, and the fact table is automatically maintained when transaction data exists, so that the transaction data of the new product C is stored in the fact table associated with the new product C. At this time, according to the reporting requirement of the target system, the asset source of the newly added product C, the investment channel of the newly added product C, the effective time of the newly added product C, and the failure time of the newly added product C in the sub-mapping table need to be reported, and meanwhile, the transaction time, the transaction amount, and the user number need to be obtained from the fact table associated with the newly added product C, and according to the requirement of the sub-mapping table, the product scale is further calculated according to the data such as the transaction amount and the user number stored in the fact table associated with the newly added product C. And summarizing all the obtained data to obtain the data to be reported.
In the above embodiment, when a new product is added, only the mapping table needs to be dynamically maintained, and the mapping table is associated with the fact table in the target script, and the required data to be reported is obtained through filtering and summarizing the data, and the target script does not need to be modified, thereby avoiding the operation burden and data redundancy caused by adding the calculation logic of the new product to the original script every time the new product is added.
In at least one embodiment of the invention, the method further comprises:
when the submission of the product is to be cancelled, determining the product to be cancelled as the product to be cancelled;
acquiring a current timestamp and acquiring a mapping table corresponding to the product to be cancelled;
and modifying the expiration time of the product to be cancelled to the current timestamp in the mapping table corresponding to the product to be cancelled.
Through the implementation mode, when the requirement of canceling the product report is met, the failure time is directly modified in the corresponding mapping table, and errors caused by modification in the original script are avoided.
In at least one embodiment of the invention, the method further comprises:
when the delivery information of the product is to be modified, determining the product of which the delivery information is to be modified as the product to be modified;
acquiring a mapping table corresponding to the product to be modified;
and modifying the reporting information of the product to be modified in the mapping table corresponding to the product to be modified.
Wherein the delivery information may include a delivery classification characterizing a system capable of delivery, and the like.
Through the implementation mode, when the delivery information such as delivery classification of a product needs to be modified, modification operation is directly executed in the corresponding mapping table, the original script does not need to be changed, and the error of the original script caused by modification error is avoided.
And S16, reporting the data to be reported to the target system.
In this embodiment, after the data to be reported is obtained, the data to be reported may be reported to the target system for use by the target system.
Therefore, by the above data reporting method, the present embodiment realizes flexible reporting of data based on the separately established mapping table, and in the data reporting process, it is not necessary to read a large number of script codes and modify and reissue scripts, so that the efficiency of report generation is improved, and because the script is not continuously modified on the original script, the occurrence of errors is effectively reduced.
The data reporting range is adjusted through a flexible configurable mode in the embodiment, only a mapping table needs to be maintained, and the original script does not need to be frequently modified and released.
It should be noted that, in order to further improve the security of the data and avoid malicious tampering of the data, the mapping table may be stored in the blockchain node.
It can be seen from the above technical solutions that the present invention can obtain a pre-compiled target script, establish a mapping table, and associate the mapping table with the target script, and further can retrieve currently required data from the target script based on the mapping table, so as to achieve targeted retrieval and utilization of data stored in the target script, determine a target system according to a data delivery request in response to a data delivery request, retrieve currently required data according to the data delivery request, retrieve a sub-mapping table from the mapping table according to the currently required data, match in the target script using the sub-mapping table, obtain a current fact table, convert data in the current fact table according to the sub-mapping table, obtain data to be reported, and report the data to be reported to the target system, and furthermore, flexible report of data is realized based on the separately established mapping table, and in the process of data report, only the mapping table needs to be maintained, and a large number of script codes do not need to be read, and the script is not required to be modified and reissued, so that the report generation efficiency is improved, and errors are effectively reduced because the original script is not continuously modified.
FIG. 2 is a functional block diagram of a preferred embodiment of the datagram device of the present invention. The data reporting device 11 includes an obtaining unit 110, an associating unit 111, a retrieving unit 112, a matching unit 113, a transforming unit 114, and a reporting unit 115. The module/unit referred to in the present invention refers to a series of computer program segments that can be executed by the processor 13 and that can perform a fixed function, and that are stored in the memory 12. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
The acquisition unit 110 acquires a target script written in advance.
In at least one embodiment of the invention, in order to support the release of various products of the related enterprise, a universal script needs to be written in advance for subsequent use.
Specifically, the target script may be written in advance by a developer, and the present invention is not limited thereto.
The association unit 111 establishes a mapping table and associates the mapping table with the target script.
It should be noted that, the conventional data delivery is mainly based on modification of the target script, that is, each time a new product is released, or data of the delivery needs to be modified, or data of some products is deleted, the data is directly updated on the basis of the original target script.
The disadvantage of this process is that the original script is modified each time, resulting in longer and longer original script and a large amount of redundant data; when an error occurs in the modification process, the usability of the whole original script is even affected; frequent modification is also not beneficial to the reporting of subsequent product data; the fault tolerance rate is low, and once errors occur, the original script needs to be repaired, so that the timeliness of the whole data operation is influenced. For each large enterprise developing at a high speed, the time cost and the maintenance cost are both too high, which is not beneficial to the benign development of the enterprise.
Therefore, in view of the above problem, the present embodiment establishes the mapping table, and associates the mapping table with the target script.
The mapping table is a table that can be dynamically maintained, for example: when a new product is released, the related information of the new product can be maintained in the mapping table.
After the mapping table is associated with the target script, the currently required data can be called from the target script based on the mapping table, so that the data stored in the target script can be acquired and utilized in a targeted manner.
In at least one embodiment of the present invention, the associating unit 111 establishes a mapping table, and associating the mapping table with the target script includes:
acquiring product data of all products, and coding each product in all the products to obtain a mapping identification code of each product;
marking the product data of each product by using the mapping identification code of each product to obtain marked data;
constructing the mapping table according to the marked data by using SQL (Structured Query Language);
acquiring all fact tables in the target script and acquiring a fact identification code of each fact table in all the fact tables;
associating the mapping identification code corresponding to the same product with the fact identification code to obtain an association relation between the mapping table and the fact table;
and storing the association relation to the target script.
Wherein the product data includes, but is not limited to: asset source, investment channel, effective time, failure time, trading volume, number of users, asset size.
Through the implementation mode, the data in the mapping table can be associated with the target script, so that the target script can be called in a targeted manner based on the data in the mapping table.
In this embodiment, the target script stores fact tables corresponding to different products.
Specifically, when transaction data of a product is detected, the detected product is determined as a target product;
when the target product is transacted for the first time, coding the target product to obtain a target fact identification code of the target product, marking transaction data of the target product by using the target fact identification code, maintaining the marked data to a table to obtain a target fact table, and adding the target fact table to the target script;
and when the target product is not the first transaction, inquiring a fact table corresponding to the target product in the target script as the target fact table, and updating the transaction data of the target product to the target fact table.
That is, as long as transaction data (such as transaction records) is detected, the detected transaction data can be automatically maintained to the fact table for subsequent use.
Through the embodiment, when the transaction data are detected, the transaction data can be automatically maintained to the corresponding fact table in real time.
In response to the datagram request, the obtaining unit 110 determines a target system according to the datagram request, and obtains current demand data according to the datagram request.
In at least one embodiment of the present invention, the datagram request may be triggered by a related staff member, or may be automatically triggered by a system having a datagram request, and the present invention is not limited thereto.
In at least one embodiment of the present invention, the obtaining unit 110 determines a target system according to the datagram request, and obtaining the current demand data according to the datagram request includes:
analyzing the data reporting request to obtain information carried by the data reporting request;
acquiring a first label and a second label which are configured in advance, wherein the first label corresponds to a system identifier, and the second label corresponds to an address;
establishing a first regular expression according to the first label, and establishing a second regular expression according to the second label;
traversing information carried by the data reporting request by using the first regular expression, determining the traversed information matched with the first regular expression as a target system identifier, and determining the target system according to the target system identifier;
traversing information carried by the data reporting request by using the second regular expression, determining the traversed information matched with the second regular expression as a target address, connecting the target address to the target address, and acquiring data from the target address as the current required data.
The first tag and the second tag can be configured in a user-defined mode.
For example: the first tag may be configured as SysID and the second tag may be configured as ADD.
Further, the first regular expression built from the first tag may be SysID (), and the second regular expression built from the second tag may be ADD ().
Further, traversing information carried by the data delivery request by using the first regular expression SysID (), determining the traversed information matched with the first regular expression SysID () as the target system identifier, and further determining the system with the target system identifier as the target system. Traversing information carried by the data submission request by using the second regular expression ADD (), determining the traversed information matched with the second regular expression ADD () as the target address, and connecting the target address to obtain data from the target address as the current required data.
Through the embodiment, the required data can be quickly acquired based on the labels and the regular expressions, and the acquired data is more accurate due to the uniqueness of the labels.
The retrieving unit 112 retrieves a sub-mapping table from the mapping table according to the current demand data.
In at least one embodiment of the present invention, the current demand data stores data required by the target system.
Wherein the data required by the target system includes, but is not limited to: the method comprises the steps of reporting a product to be reported, asset sources of the product to be reported, investment channels of the product to be reported, the effective time of the product to be reported and the failure time of the product to be reported.
In the present embodiment, each sub-map corresponds to one product.
Furthermore, the product to be reported can be determined according to the current demand data, and a sub-mapping table corresponding to the product to be reported is called from the mapping table.
The matching unit 113 performs matching in the target script by using the sub-mapping table to obtain a current fact table.
It should be noted that, because the target script stores the association relationship between the mapping table and the fact table, the corresponding fact identification code is obtained from the target script through the mapping identification code of the sub-mapping table, and the fact table corresponding to the obtained fact identification code is determined as the current fact table.
The converting unit 114 converts the data in the current fact table according to the sub-mapping table to obtain the data to be reported.
It should be noted that, since all the data are stored in the current fact table, obviously, some data need to be reported and some data do not need to be reported, and in addition, the data in the fact table may need to meet the requirement for the data in the sub-mapping table through corresponding operations (such as data summation operation to obtain the total amount of data, etc.), so that the data in the current fact table needs to be screened and filtered by using the sub-mapping table to obtain the data to be reported that finally needs to be reported.
In at least one embodiment of the present invention, when the sub-mapping table is not called from the mapping table according to the current demand data, determining a product to be reported according to the current demand data, and determining the product to be reported as a newly added product;
acquiring product data of the newly added product;
establishing a new increment mapping table according to the product data of the newly added product, and maintaining the new increment mapping table to the mapping table;
matching in the target script by utilizing the new increment mapping table to obtain a correlated fact table;
and filtering and summarizing data according to the new son mapping table and the associated fact table to obtain the data to be reported.
For example: the new product C is stored in the new product sub mapping table, and the fact table is automatically maintained when transaction data exists, so that the transaction data of the new product C is stored in the fact table associated with the new product C. At this time, according to the reporting requirement of the target system, the asset source of the newly added product C, the investment channel of the newly added product C, the effective time of the newly added product C, and the failure time of the newly added product C in the sub-mapping table need to be reported, and meanwhile, the transaction time, the transaction amount, and the user number need to be obtained from the fact table associated with the newly added product C, and according to the requirement of the sub-mapping table, the product scale is further calculated according to the data such as the transaction amount and the user number stored in the fact table associated with the newly added product C. And summarizing all the obtained data to obtain the data to be reported.
In the above embodiment, when a new product is added, only the mapping table needs to be dynamically maintained, and the mapping table is associated with the fact table in the target script, and the required data to be reported is obtained through filtering and summarizing the data, and the target script does not need to be modified, thereby avoiding the operation burden and data redundancy caused by adding the calculation logic of the new product to the original script every time the new product is added.
In at least one embodiment of the present invention, when the submission of a product is to be cancelled, the product for which the submission is to be cancelled is determined as a product to be cancelled;
acquiring a current timestamp and acquiring a mapping table corresponding to the product to be cancelled;
and modifying the expiration time of the product to be cancelled to the current timestamp in the mapping table corresponding to the product to be cancelled.
Through the implementation mode, when the requirement of canceling the product report is met, the failure time is directly modified in the corresponding mapping table, and errors caused by modification in the original script are avoided.
In at least one embodiment of the invention, when the submission information of a product is to be modified, the product for which the submission information is to be modified is determined to be a product to be modified;
acquiring a mapping table corresponding to the product to be modified;
and modifying the reporting information of the product to be modified in the mapping table corresponding to the product to be modified.
Wherein the delivery information may include a delivery classification characterizing a system capable of delivery, and the like.
Through the implementation mode, when the delivery information such as delivery classification of a product needs to be modified, modification operation is directly executed in the corresponding mapping table, the original script does not need to be changed, and the error of the original script caused by modification error is avoided.
The reporting unit 115 reports the data to be reported to the target system.
In this embodiment, after the data to be reported is obtained, the data to be reported may be reported to the target system for use by the target system.
Therefore, by the above data reporting method, the present embodiment realizes flexible reporting of data based on the separately established mapping table, and in the data reporting process, it is not necessary to read a large number of script codes and modify and reissue scripts, so that the efficiency of report generation is improved, and because the script is not continuously modified on the original script, the occurrence of errors is effectively reduced.
The data reporting range is adjusted through a flexible configurable mode in the embodiment, only a mapping table needs to be maintained, and the original script does not need to be frequently modified and released.
It should be noted that, in order to further improve the security of the data and avoid malicious tampering of the data, the mapping table may be stored in the blockchain node.
It can be seen from the above technical solutions that the present invention can obtain a pre-compiled target script, establish a mapping table, and associate the mapping table with the target script, and further can retrieve currently required data from the target script based on the mapping table, so as to achieve targeted retrieval and utilization of data stored in the target script, determine a target system according to a data delivery request in response to a data delivery request, retrieve currently required data according to the data delivery request, retrieve a sub-mapping table from the mapping table according to the currently required data, match in the target script using the sub-mapping table, obtain a current fact table, convert data in the current fact table according to the sub-mapping table, obtain data to be reported, and report the data to be reported to the target system, and furthermore, flexible report of data is realized based on the separately established mapping table, and in the process of data report, only the mapping table needs to be maintained, and a large number of script codes do not need to be read, and the script is not required to be modified and reissued, so that the report generation efficiency is improved, and errors are effectively reduced because the original script is not continuously modified.
Fig. 3 is a schematic structural diagram of a computer device for implementing the data transmission method according to the preferred embodiment of the present invention.
The computer device 1 may comprise a memory 12, a processor 13 and a bus, and may further comprise a computer program, such as a datagram program, stored in the memory 12 and executable on the processor 13.
It will be understood by those skilled in the art that the schematic diagram is merely an example of the computer device 1, and does not constitute a limitation to the computer device 1, the computer device 1 may have a bus-type structure or a star-shaped structure, the computer device 1 may further include more or less other hardware or software than those shown, or different component arrangements, for example, the computer device 1 may further include an input and output device, a network access device, etc.
It should be noted that the computer device 1 is only an example, and other electronic products that are currently available or may come into existence in the future, such as electronic products that can be adapted to the present invention, should also be included in the scope of the present invention, and are included herein by reference.
The memory 12 includes at least one type of readable storage medium, which includes flash memory, removable hard disks, multimedia cards, card-type memory (e.g., SD or DX memory, etc.), magnetic memory, magnetic disks, optical disks, etc. The memory 12 may in some embodiments be an internal storage unit of the computer device 1, for example a removable hard disk of the computer device 1. The memory 12 may also be an external storage device of the computer device 1 in other embodiments, such as a plug-in removable hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), etc. provided on the computer device 1. Further, the memory 12 may also include both an internal storage unit and an external storage device of the computer device 1. The memory 12 can be used not only for storing application software installed in the computer apparatus 1 and various types of data such as codes of a datagram program, etc., but also for temporarily storing data that has been output or is to be output.
The processor 13 may be composed of an integrated circuit in some embodiments, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The processor 13 is a Control Unit (Control Unit) of the computer device 1, connects various components of the entire computer device 1 by using various interfaces and lines, and executes various functions and processes data of the computer device 1 by running or executing programs or modules (e.g., execution data reporting programs, etc.) stored in the memory 12 and calling data stored in the memory 12.
The processor 13 executes the operating system of the computer device 1 and various installed application programs. The processor 13 executes the application program to implement the steps in the various data delivery method embodiments described above, such as the steps shown in fig. 1.
Illustratively, the computer program may be divided into one or more modules/units, which are stored in the memory 12 and executed by the processor 13 to accomplish the present invention. The one or more modules/units may be a series of computer readable instruction segments capable of performing certain functions, which are used to describe the execution of the computer program in the computer device 1. For example, the computer program may be divided into an obtaining unit 110, an associating unit 111, a calling unit 112, a matching unit 113, a transforming unit 114 and a reporting unit 115.
The integrated unit implemented in the form of a software functional module may be stored in a computer-readable storage medium. The software functional module is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a computer device, or a network device) or a processor (processor) to execute parts of the data transmission method according to the embodiments of the present invention.
The integrated modules/units of the computer device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented.
Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), random-access Memory, or the like.
Further, the computer-readable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the blockchain node, and the like.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
The bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one line is shown in FIG. 3, but this does not mean only one bus or one type of bus. The bus is arranged to enable connection communication between the memory 12 and at least one processor 13 or the like.
Although not shown, the computer device 1 may further include a power supply (such as a battery) for supplying power to each component, and preferably, the power supply may be logically connected to the at least one processor 13 through a power management device, so that functions of charge management, discharge management, power consumption management and the like are realized through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The computer device 1 may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
Further, the computer device 1 may further include a network interface, and optionally, the network interface may include a wired interface and/or a wireless interface (such as a WI-FI interface, a bluetooth interface, etc.), which are generally used for establishing a communication connection between the computer device 1 and other computer devices.
Optionally, the computer device 1 may further comprise a user interface, which may be a Display (Display), an input unit, such as a Keyboard (Keyboard), and optionally a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable for displaying information processed in the computer device 1 and for displaying a visualized user interface.
It is to be understood that the described embodiments are for purposes of illustration only and that the scope of the appended claims is not limited to such structures.
Fig. 3 shows only the computer device 1 with the components 12-13, and it will be understood by a person skilled in the art that the structure shown in fig. 3 does not constitute a limitation of the computer device 1 and may comprise fewer or more components than shown, or a combination of certain components, or a different arrangement of components.
With reference to fig. 1, the memory 12 of the computer device 1 stores a plurality of instructions to implement a datagram method, and the processor 13 can execute the plurality of instructions to implement:
acquiring a target script which is compiled in advance;
establishing a mapping table, and associating the mapping table with the target script;
responding to a data reporting request, determining a target system according to the data reporting request, and acquiring current demand data according to the data reporting request;
calling a sub mapping table from the mapping table according to the current demand data;
matching in the target script by utilizing the sub-mapping table to obtain a current fact table;
converting the data in the current fact table according to the sub-mapping table to obtain data to be reported;
and reporting the data to be reported to the target system.
Specifically, the processor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1 for a specific implementation method of the instruction, which is not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules 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. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the present invention may also be implemented by one unit or means through software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A method of data reporting, the method comprising:
acquiring a target script which is compiled in advance;
establishing a mapping table, and associating the mapping table with the target script;
responding to a data reporting request, determining a target system according to the data reporting request, and acquiring current demand data according to the data reporting request;
calling a sub mapping table from the mapping table according to the current demand data;
matching in the target script by utilizing the sub-mapping table to obtain a current fact table;
converting the data in the current fact table according to the sub-mapping table to obtain data to be reported;
and reporting the data to be reported to the target system.
2. The data delivery method of claim 1, wherein said establishing a mapping table and associating said mapping table with said target script comprises:
acquiring product data of all products, and coding each product in all the products to obtain a mapping identification code of each product;
marking the product data of each product by using the mapping identification code of each product to obtain marked data;
constructing the mapping table according to the marked data by adopting SQL language;
acquiring all fact tables in the target script and acquiring a fact identification code of each fact table in all the fact tables;
associating the mapping identification code corresponding to the same product with the fact identification code to obtain an association relation between the mapping table and the fact table;
and storing the association relation to the target script.
3. A method of data transmission according to claim 2, wherein the method further comprises:
when the transaction data of the product is detected, determining the detected product as a target product;
when the target product is transacted for the first time, coding the target product to obtain a target fact identification code of the target product, marking transaction data of the target product by using the target fact identification code, maintaining the marked data to a table to obtain a target fact table, and adding the target fact table to the target script;
and when the target product is not the first transaction, inquiring a fact table corresponding to the target product in the target script as the target fact table, and updating the transaction data of the target product to the target fact table.
4. The method of claim 1, wherein determining a target system based on the datagram request and obtaining current demand data based on the datagram request comprises:
analyzing the data reporting request to obtain information carried by the data reporting request;
acquiring a first label and a second label which are configured in advance, wherein the first label corresponds to a system identifier, and the second label corresponds to an address;
establishing a first regular expression according to the first label, and establishing a second regular expression according to the second label;
traversing information carried by the data reporting request by using the first regular expression, determining the traversed information matched with the first regular expression as a target system identifier, and determining the target system according to the target system identifier;
traversing information carried by the data reporting request by using the second regular expression, determining the traversed information matched with the second regular expression as a target address, connecting the target address to the target address, and acquiring data from the target address as the current required data.
5. The data transmission method of claim 1, wherein when the sub-map is not called from the map according to the current demand data, the method further comprises:
determining a product to be reported according to the current demand data, and determining the product to be reported as a newly added product;
acquiring product data of the newly added product;
establishing a new increment mapping table according to the product data of the newly added product, and maintaining the new increment mapping table to the mapping table;
matching in the target script by utilizing the new increment mapping table to obtain a correlated fact table;
and filtering and summarizing data according to the new son mapping table and the associated fact table to obtain the data to be reported.
6. The data transmission method of claim 1, wherein the method further comprises:
when the submission of the product is to be cancelled, determining the product to be cancelled as the product to be cancelled;
acquiring a current timestamp and acquiring a mapping table corresponding to the product to be cancelled;
and modifying the expiration time of the product to be cancelled to the current timestamp in the mapping table corresponding to the product to be cancelled.
7. The data transmission method of claim 1, wherein the method further comprises:
when the delivery information of the product is to be modified, determining the product of which the delivery information is to be modified as the product to be modified;
acquiring a mapping table corresponding to the product to be modified;
and modifying the reporting information of the product to be modified in the mapping table corresponding to the product to be modified.
8. A datagram device, characterized in that the datagram device comprises:
the acquisition unit is used for acquiring a target script which is compiled in advance;
the association unit is used for establishing a mapping table and associating the mapping table with the target script;
the acquisition unit is also used for responding to a data reporting request, determining a target system according to the data reporting request and acquiring current demand data according to the data reporting request;
the calling unit is used for calling a sub mapping table from the mapping table according to the current demand data;
the matching unit is used for matching in the target script by utilizing the sub-mapping table to obtain a current fact table;
the conversion unit is used for converting the data in the current fact table according to the sub-mapping table to obtain data to be reported;
and the reporting unit is used for reporting the data to be reported to the target system.
9. A computer device, characterized in that the computer device comprises:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement a data transmission method as claimed in any one of claims 1 to 7.
10. A computer-readable storage medium characterized by: the computer-readable storage medium has stored therein at least one instruction that is executable by a processor in a computer device to implement a data transmission method as claimed in any one of claims 1 to 7.
CN202110724783.8A 2021-06-29 2021-06-29 Data transmission method, device, equipment and medium Pending CN113419718A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110724783.8A CN113419718A (en) 2021-06-29 2021-06-29 Data transmission method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110724783.8A CN113419718A (en) 2021-06-29 2021-06-29 Data transmission method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN113419718A true CN113419718A (en) 2021-09-21

Family

ID=77717050

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110724783.8A Pending CN113419718A (en) 2021-06-29 2021-06-29 Data transmission method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN113419718A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114398104A (en) * 2022-01-19 2022-04-26 中国平安人寿保险股份有限公司 Script processing method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2590581A1 (en) * 2007-05-31 2008-11-30 Strategic Connections Lead distribution and tracking with integrated corporate data usage and reporting capabilities with message templating
CN109461084A (en) * 2018-09-25 2019-03-12 平安科技(深圳)有限公司 Data reporting method, device, computer equipment and storage medium
CN111047427A (en) * 2019-11-26 2020-04-21 深圳市卡牛科技有限公司 Data reporting method, device, server and storage medium
CN111522817A (en) * 2020-04-22 2020-08-11 支付宝(杭州)信息技术有限公司 Table content mapping system, method and non-transitory storage medium
CN112052242A (en) * 2020-09-02 2020-12-08 平安科技(深圳)有限公司 Data query method and device, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2590581A1 (en) * 2007-05-31 2008-11-30 Strategic Connections Lead distribution and tracking with integrated corporate data usage and reporting capabilities with message templating
CN109461084A (en) * 2018-09-25 2019-03-12 平安科技(深圳)有限公司 Data reporting method, device, computer equipment and storage medium
CN111047427A (en) * 2019-11-26 2020-04-21 深圳市卡牛科技有限公司 Data reporting method, device, server and storage medium
CN111522817A (en) * 2020-04-22 2020-08-11 支付宝(杭州)信息技术有限公司 Table content mapping system, method and non-transitory storage medium
CN112052242A (en) * 2020-09-02 2020-12-08 平安科技(深圳)有限公司 Data query method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TREISTER, ADAM等: "Identifier Mapping in Cytoscape", F1000RESEARCH, 11 June 2018 (2018-06-11) *
武霖;赵贤;: "新媒体监管业务数据库表的可扩展设计及实现", 中国有线电视, no. 03, 15 March 2016 (2016-03-15) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114398104A (en) * 2022-01-19 2022-04-26 中国平安人寿保险股份有限公司 Script processing method, device, equipment and storage medium
CN114398104B (en) * 2022-01-19 2024-06-04 中国平安人寿保险股份有限公司 Script processing method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
WO2021189826A1 (en) Message generation method and apparatus, electronic device, and computer-readable storage medium
CN112115152B (en) Data increment updating and inquiring method and device, electronic equipment and storage medium
CN113918361A (en) Terminal control method, device, equipment and medium based on Internet of things rule engine
CN113392090B (en) Data verification method, device, equipment and medium based on database migration
CN112115145A (en) Data acquisition method and device, electronic equipment and storage medium
CN112949278A (en) Data checking method and device, electronic equipment and readable storage medium
CN112446022A (en) Data authority control method and device, electronic equipment and storage medium
WO2021248656A1 (en) Blockchain-based electronic ticket handling method and apparatus, device, and storage medium
CN113468049A (en) Test method, device, equipment and medium based on configurable interface
CN112416714A (en) Log processing method and device, electronic equipment and readable storage medium
CN115002062B (en) Message processing method, device, equipment and readable storage medium
CN111985545A (en) Target data detection method, device, equipment and medium based on artificial intelligence
CN114844792A (en) Dynamic monitoring method, device, equipment and storage medium based on LUA language
CN114185895A (en) Data import and export method and device, electronic equipment and storage medium
CN112580079A (en) Authority configuration method and device, electronic equipment and readable storage medium
CN112256783A (en) Data export method and device, electronic equipment and storage medium
CN112464619A (en) Big data processing method, device and equipment and computer readable storage medium
CN113434542A (en) Data relation identification method and device, electronic equipment and storage medium
CN113419718A (en) Data transmission method, device, equipment and medium
CN115102770A (en) Resource access method, device and equipment based on user permission and storage medium
CN114820132A (en) Order distribution method and device, electronic equipment and storage medium
CN114896164A (en) Interface optimization method and device, electronic equipment and storage medium
CN115033605A (en) Data query method and device, electronic equipment and storage medium
CN114399397A (en) Renewal tracking method, device, equipment and medium
CN114490137A (en) Service data real-time statistical method and device, electronic equipment and 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