CN108256719B - Resource processing system and method - Google Patents
Resource processing system and method Download PDFInfo
- Publication number
- CN108256719B CN108256719B CN201710608514.9A CN201710608514A CN108256719B CN 108256719 B CN108256719 B CN 108256719B CN 201710608514 A CN201710608514 A CN 201710608514A CN 108256719 B CN108256719 B CN 108256719B
- Authority
- CN
- China
- Prior art keywords
- data
- server
- resource
- query
- original 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.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/063—Operations research, analysis or management
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Human Resources & Organizations (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Economics (AREA)
- Entrepreneurship & Innovation (AREA)
- Strategic Management (AREA)
- General Physics & Mathematics (AREA)
- Educational Administration (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Operations Research (AREA)
- General Business, Economics & Management (AREA)
- Marketing (AREA)
- Game Theory and Decision Science (AREA)
- Development Economics (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The embodiment of the invention provides a resource processing system and a resource processing method. The system comprises: the storage server receives a data query request sent by a query server, acquires original data according to the data query request, and sends the original data to the query server; the query server is used for sending a data query request to the storage server at regular time, receiving original data returned by the storage server according to the data query request and sending the original data to the processing server; the processing server is used for receiving the original data sent by the query server, acquiring resource growth data according to the original data and a data model corresponding to the resource identifier, and sending the resource growth data to the resource server; and the resource server is used for receiving the resource growth data sent by the processing server and storing the resource growth data. The resource processing system and the resource processing method improve the accuracy of data acquisition.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a resource processing system and method.
Background
The resource growth data is related data representing the growth of resources occupied by an enterprise or an internal organization, and is a very important index for the development of the enterprise and the assessment of the internal organization, and can reflect the operation and the working condition of the enterprise or the internal organization. When acquiring resource growth data, the conventional method is to process all raw data in one system and use a uniform standard and method to acquire the resource growth data. In fact, the conventional method usually puts the whole processing procedure on a system or a server, so that the accuracy of the acquired data is extremely low.
Disclosure of Invention
The embodiment of the invention provides a resource processing system and a resource processing method, which can improve the accuracy of data processing.
A resource processing system, comprising:
the system comprises a storage server, a query server and a data processing system, wherein the storage server is used for storing original data, receiving a data query request sent by the query server, acquiring the original data according to the data query request and sending the original data to the query server, and the original data comprises a resource identifier;
the query server is used for sending a data query request to the storage server at regular time, receiving original data returned by the storage server according to the data query request and sending the original data to the processing server;
the processing server is used for receiving the original data sent by the query server, acquiring resource growth data according to the original data and a data model corresponding to the resource identifier, and sending the resource growth data to a resource server; and
and the resource server is used for receiving the resource growth data sent by the processing server and storing the resource growth data.
In one embodiment, the storage server comprises a base server and a business server; the basic server is used for receiving a basic data query request sent by the query server, acquiring basic data according to the basic data query request and sending the basic data to the query server; the business server is used for receiving a business data query request sent by a query server, acquiring business data according to the business data query request, and sending the business data to the query server.
In one embodiment, the resource processing system further comprises:
the classification server is used for receiving the original data sent by the query server, classifying the original data according to the resource identification, and sending the classified original data to the processing server;
the processing server is further used for receiving the classified original data sent by the classification server, acquiring resource growth data according to the classified original data, and sending the resource growth data to the resource server.
In one embodiment, the processing server is further configured to receive the classified raw data sent by the classification server, and determine a resource type corresponding to the raw data according to the resource identifier; if the original data is of a first resource type, acquiring resource growth data according to the classified original data; if the original data is of a second resource type, acquiring intermediate data according to the classified original data, and acquiring resource growth data according to the intermediate data; and sending the resource growth data to the resource server.
In one embodiment, the system further comprises:
the report server is used for receiving the resource growth report sent by the processing server;
the processing server is further used for acquiring the resource increase data exceeding the preset threshold, generating a resource increase report according to the resource increase data exceeding the preset threshold, and sending the resource increase report to a report server.
A method of resource processing, comprising:
sending a data query request to a storage server through a query server;
receiving the data query request sent by the query server through the storage server, acquiring original data according to the data query request, and sending the original data to the query server, wherein the original data comprises a resource identifier;
receiving the original data returned by the storage server through the query server, and sending the original data to a processing server;
receiving the original data sent by the query server through the processing server, acquiring resource growth data according to the original data and a data model corresponding to the resource identifier, and sending the resource growth data to a resource server;
and receiving the resource growth data sent by the processing server through the resource server, and storing the resource growth data.
In one embodiment, the sending, by the query server, the data query request to the storage server includes:
the basic server is used for receiving a basic data query request sent by the query server;
the service server is used for receiving a service data query request sent by the query server;
receiving, by the storage server, the data query request sent by the query server, obtaining raw data according to the data query request, and sending the raw data to the query server includes:
receiving the basic data query request sent by the query server through the basic server, acquiring basic data according to the basic data query request, and sending the basic data to the query server; and
and receiving the service data query request sent by the query server through the service server, acquiring service data according to the service data query request, and sending the service data to the query server.
In one embodiment, the method comprises:
sending the original data to a classification server through the query server;
receiving the original data sent by the query server through the classification server, classifying the original data according to the resource identification, and sending the classified original data to a processing server;
and receiving the classified original data sent by the classification server through the processing server, acquiring resource growth data according to the classified original data, and sending the resource growth data to the resource server.
In one embodiment, the receiving, by the processing server, the classified raw data sent by the classification server, obtaining resource growth data according to the classified raw data, and sending the resource growth data to the resource server includes:
receiving the classified original data sent by the classification server through the processing server, and judging a resource type corresponding to the original data according to the resource identifier;
if the original data is of a first resource type, acquiring resource growth data according to the classified original data; and
if the original data is of a second resource type, acquiring intermediate data according to the classified original data, and acquiring resource growth data according to the intermediate data; and sending the resource growth data to the resource server.
In one embodiment, the method further comprises:
acquiring resource growth data exceeding a preset threshold value through the processing server, generating a resource growth report according to the resource growth data exceeding the preset threshold value, and sending the resource growth report to a report server;
and receiving the resource growth report sent by the processing server through a report server.
According to the resource processing system and the resource processing method, the data are acquired and processed through different servers, the resource growth data are acquired according to the original data, the resource identifications corresponding to the original data are different, the corresponding data models are different, and the methods for acquiring the resource growth data are different, so that the resource growth data are acquired by using different models respectively, and the accuracy of data acquisition is improved.
Drawings
FIG. 1 is a system architecture diagram of a resource handling system in one embodiment;
FIG. 2 is a diagram illustrating an internal architecture of a server according to an embodiment;
FIG. 3 is a timing diagram of a resource processing system in one embodiment;
FIG. 4 is a timing diagram of a resource handling system in another embodiment;
FIG. 5 is a flow diagram of a method for resource handling in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
FIG. 1 is a system architecture diagram of a resource handling system, under an embodiment. As shown in FIG. 1, the system architecture diagram includes a storage server 102, a query server 104, a processing server 106, and a resource server 108. The storage server 102 is configured to store original data, receive a data query request sent by the query server 104, obtain the original data according to the data query request, and send the original data to the query server 104, where the original data includes a resource identifier. The query server 104 is configured to send a data query request to the storage server 102 at regular time, receive raw data returned by the storage server 102 according to the data query request, and send the raw data to the processing server 106. The processing server 106 is configured to receive the raw data sent by the query server 104, obtain resource growth data according to the raw data and the data model corresponding to the resource identifier, and send the resource growth data to the resource server 108. The resource server 108 is configured to receive the resource growth data sent by the processing server 106, and store the resource growth data. It is understood that in the embodiments provided by the present invention, the storage server 102, the query server 104, the processing server 106, and the resource server 108 refer to devices for responding to service requests and providing computing services at the same time, and may be one or more computers, for example.
Fig. 2 is a schematic diagram of an internal structure of the server in one embodiment. As shown in fig. 2, the server includes a processor, a non-volatile storage medium, an internal memory, and a network interface connected through a system bus. The non-volatile storage medium of the server stores an operating system, a database and computer readable instructions, the database stores original data, and the computer readable instructions are executed by the processor to realize a resource processing method suitable for the server. The processor of the server is used for providing calculation and control capacity and supporting the operation of the whole server. The internal memory of the server provides an environment for the operation of a resource processing apparatus that implements the resource processing method in a nonvolatile storage medium. The network interface of the server is used for communicating with an external terminal through a network connection, such as receiving a resource processing request sent by the terminal and returning a resource processing result to the terminal. The server may be implemented as a stand-alone server or as a server cluster consisting of a plurality of servers. Those skilled in the art will appreciate that the architecture shown in fig. 2 is a block diagram of only a portion of the architecture associated with the subject application, and does not constitute a limitation on the servers to which the subject application applies, as a particular server may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
FIG. 3 is a timing diagram of a resource processing system in one embodiment. As shown in FIG. 3, a resource processing system includes a storage server 302, a query server 304, a processing server 306, and a resource server 308. Wherein:
the storage server 302 is configured to store raw data, receive a data query request sent by the query server 304, obtain the raw data according to the data query request, and send the raw data to the query server 304, where the raw data includes a resource identifier.
In the embodiment provided by the invention, the original data refers to data generated in the process of business operation of an organization, and the resource identifier refers to a unique identifier for distinguishing the source of the original data. For example, the raw data may be the income generated by the financial institution during the investment process, the fund invested by the user during the investment process, the income obtained by the user during the investment process, and the like, and the resource identifier may refer to the identifier of the financial institution.
In one embodiment, the raw data may be divided into basic data and business data, the basic data refers to some indicative data defined by the organization before operation, for example, the basic data may include pricing interest rate, cash value, etc. of insurance products. The business data refers to relevant income and expenditure data generated by the operation of the product, for example, the business data can comprise premium income, loss expenditure, investment income and the like of insurance products.
The data query request refers to a request for querying original data, and the data query request includes information such as data identification to be queried, a storage address of the original data, query data volume and the like. During the business operation of the organization, the storage server 302 stores the raw data generated by the organization, and specifically, the storage server 302 may store the raw data in the form of a table file. The form file refers to a file storing data in a form of a form, for example, the form file may be a file in a form of an excel file, a database file, or the like. When receiving the data query request, the storage server 302 obtains the original data file according to the storage address in the data query request, and obtains the corresponding original data according to the data identifier and the query data amount.
In one embodiment, the storage server may further include a base server and a business server, the base server is configured to store base data of the organization during business operation of the organization, and the business server is configured to store business data generated by the organization. Therefore, the data query request sent by the query server may include a basic data query request and a service data query request, where the basic data query request is used for querying basic data, and the service data query request is used for querying service data.
Specifically, the basic server is further configured to receive a basic data query request sent by the query server, obtain basic data according to the basic data query request, and send the basic data to the query server; the service server is also used for receiving the service data query request sent by the query server, acquiring service data according to the service data query request and sending the service data to the query server.
The query server 304 is configured to send a data query request to the storage server 302 at regular time, receive raw data returned by the storage server 302 according to the data query request, and send the raw data to the processing server 306.
In the embodiment provided by the invention, the query server sends the data query request to the storage server at regular time, which means that the query server triggers a request sending task at a preset time period and sends the data query request to the storage server. For example, the query server No. 2 triggers a request sending task every month, and sends a data query request to the storage server.
In one embodiment, the query server is further configured to receive the basic data sent by the basic server, receive the service data sent by the service server, and send the basic data and the service data to the processing server.
The processing server 306 is configured to receive the raw data sent by the query server, obtain resource growth data according to a data model corresponding to the raw data and the resource identifier, and send the resource growth data to the resource server 308.
In the embodiment provided by the invention, the resource growth data refers to data representing the resource growth condition of the mechanism, and the data model refers to a model for acquiring the resource growth data. The data models and the resource identifications are in one-to-one correspondence, after the processing server receives the original data, the corresponding data models can be obtained according to the resource identifications and the correspondence contained in the original data, and then the resource growth data can be obtained according to the original data and the data models.
In one embodiment, the processing server is further configured to receive basic data sent by the basic server, receive service data sent by the service server, obtain resource growth data according to a data model corresponding to the basic data, the service data, and the resource identifier, and send the resource growth data to the resource server.
For example, the raw data generated by the insurance investment institution during the business operation process may include the institution's monthly settlement interest, monthly settlement interest rate, monthly interest rate, annual reserve fund, pricing interest rate, etc. The data models to which the resource identification corresponds may include a first data model, a second data model, a third data model, and a fourth data model. Wherein, the data model specifically is:
the first data model:
resource growth data = institution interest in monthly settlement/interest rate in monthly settlement/rate of difference in monthly
The monthly settlement interest of the institution refers to the consideration obtained in the month of the fund used for investment of the institution, the monthly settlement interest rate refers to the percentage of the consideration obtained in the month of the investment products purchased by the user, and the monthly interest rate refers to the ratio of the difference between the monthly interest income of the institution and the interest expenditure to the average balance of the profitable assets.
The second data model:
resource growth data = (1-deci-customer proportion) × (return on investment-pricing requirement);
wherein: (1) Pricing requirement = year-average preparation rate/(1 + pricing rate/2)/12 month; or pricing requirement = monthly readiness price rate/(1 + price rate/2)/12;
(2) Return on investment = year-average preparation rate (1-pricing rate/2/(1 + pricing rate/2) month/12) monthly return on investment rate of return month; or return on investment = monthly mean reserve rate (1-priced interest/2/(1 + priced interest/2)/12) monthly return on investment;
(3) Customer division ratio = SUM (contract division ratio cash value)/SUM (cash value);
the annual/monthly fund preparation refers to capital which is used by an organization to bear risk responsibility within one year/month, the pricing interest rate refers to an interest rate which is preset by the organization, the monthly investment yield rate refers to a yield rate which is obtained when the investment period is one month, the agreed dividend proportion refers to a distribution ratio of investment yields agreed by the organization and a user, and the cash value refers to the value of a personal insurance policy with a saving property.
The third data model:
resource growth data = investment revenue-pricing requirement;
wherein: (1) Pricing requirement = monthly preparation price rate/(1 + price rate/2)/12;
(2) Return on investment = monthly mean reserve rate (1-priced interest/2/(1 + priced interest/2)/12) monthly return on investment;
(3) Monthly fund = (number of withdrawn fund prepared at the end of the month + number of withdrawn fund prepared at the end of the previous month)/2;
the reserve number of reserve money at the end of the month is the amount of reserve money extracted in the month, and the reserve number of reserve money at the end of the previous month is the amount of reserve money extracted in the previous month.
The fourth data model:
resource growth data = premium income + net investment income-refund deposit-pay off-prepare money transfer-refund;
wherein: (1) Net investment return = monthly payoff;
(2) The withdrawal difference of reserve money = withdrawal number of reserve money at end of period-withdrawal number of reserve money at beginning of period;
(3) Month average fund = (number of withdrawn fund at end of present month + number of withdrawn fund at end of last month)/2.
The premium income refers to the fund used by the user to purchase insurance, the net investment income refers to the profit obtained by the fund used by the institution to invest, the refund refers to the fund refunded when the user requires to cancel insurance, the pay-off expenditure refers to the expenditure of the institution when the insurance user claims for insurance, and the reserve fund withdrawal slip refers to the difference of the withdrawal reserve fund, namely the difference between the number of the reserve fund withdrawals at the end of term and the number of the reserve fund withdrawals at the beginning of term.
The resource server 308 is configured to receive the resource growth data sent by the processing server 306, and store the resource growth data.
In the embodiment provided by the invention, the resource server is mainly used for storing the resource growth data. A user can input a resource growth data query instruction through a user terminal, and the user terminal sends a resource growth data query request to a resource server after receiving the resource growth data query instruction. And the resource server inquires and returns corresponding resource growth data to the user terminal according to the resource growth data inquiry request, and the user terminal displays the resource growth data.
According to the resource processing system, the data are acquired and processed through different servers, the resource growth data are acquired according to the original data, the resource identifiers corresponding to the original data are different, the corresponding data models are different, the method for acquiring the resource growth data is different, and therefore the resource growth data are acquired through different models respectively, and the accuracy of data acquisition is improved.
FIG. 4 is a timing diagram of a resource handling system in another embodiment. As shown in FIG. 4, a resource processing system includes a storage server 402, a query server 404, a sort server 406, a processing server 408, and a reporting server 410. Wherein:
the storage server 402 is configured to store raw data, receive a data query request sent by the query server 404, obtain the raw data according to the data query request, and send the raw data to the query server 404, where the raw data includes a resource identifier.
The query server 404 is configured to send a data query request to the storage server 402 at regular time, receive raw data returned by the storage server 402 according to the data query request, and send the raw data to the classification server 406.
The classification server 406 is configured to receive the raw data sent by the query server 404, classify the raw data according to the resource identifier, and send the classified raw data to the processing server 408.
In the embodiment provided by the invention, after receiving the original data, the classification server firstly acquires the resource identifier in the original data and then classifies the acquired resource identifier. And traversing all the original data, and classifying each piece of original data according to the resource identification.
The processing server 408 is configured to receive the classified raw data sent by the classification server 406, obtain resource growth data according to the classified raw data, obtain resource growth data exceeding a preset threshold, generate a resource growth report according to the resource growth data exceeding the preset threshold, and send the resource growth report to the report server 410.
In the embodiment provided by the present invention, the processing server is further configured to receive the classified raw data sent by the classification server, and determine a resource type corresponding to the raw data according to the resource identifier. Different resource types correspond to different data acquisition modes, the corresponding data acquisition modes are acquired according to the resource types, and then the resource growth data are acquired according to the original data and the data acquisition modes corresponding to the resource types.
Specifically, the original data is divided into a first resource type and a second resource type, and if the original data is the first resource type, the resource growth data is obtained according to the classified original data; if the original data is of a second resource type, acquiring intermediate data according to the classified original data, and acquiring resource growth data according to the intermediate data; and sending the resource growth data to the resource server. The intermediate data refers to intermediate variables required for acquiring the resource growth data, the intermediate data is acquired according to the original data, and then the resource growth data is acquired according to the intermediate data.
In one embodiment, the processing server is further configured to obtain the resource growth data exceeding the preset threshold, and generate a resource growth report according to the resource growth data exceeding the preset threshold. The resource increase data exceeding the preset threshold refers to data with larger resource increase amount, and a resource increase report is generated according to the resource increase data exceeding the preset threshold.
The resource growth report is a file which is stored in a specific form and reflects a certain resource change rule. For example, the resource growth report may be a stored file in the form of a table, a pie chart, a bar chart, a graph, and the like, and the resource change condition and rule are reflected in the form of the table, the pie chart, the bar chart, the graph, and the like.
The report server 410 receives the resource growth report sent by the processing server.
In the embodiment provided by the invention, the report server is mainly used for storing the resource growth report. The user can input a resource growth report query instruction through the user terminal, and the user terminal sends a resource growth report query request to the report server after receiving the resource growth report query instruction. And the report server inquires and returns the corresponding resource growth report to the user terminal according to the resource growth report inquiry request, and the user terminal displays the resource growth report.
Specifically, the user terminal can display the resource growth report in the form of a web page attachment, and the user can obtain the resource growth report by directly clicking a report downloading button on the web page of the user terminal.
According to the resource processing system, the data are acquired and processed through different servers, the resource growth data are acquired according to the original data, the original data are classified according to the resource identification, and the resource growth data are acquired according to the data acquisition mode corresponding to the classification result and the original data, so that the resource growth data are acquired through different data acquisition modes, and the data acquisition accuracy is improved.
FIG. 5 is a flow diagram of a method for resource handling in one embodiment. As shown in fig. 5, the resource processing method includes steps S502 to S508. Wherein:
step S502, a data query request is sent to a storage server through a query server.
In one embodiment, sending a data query request to a storage server through a query server comprises: receiving a basic data query request sent by a query server through a basic server; and receiving a service data query request sent by the query server through the service server.
Step S504, a data query request sent by the query server is received through the storage server, original data are obtained according to the data query request, and the original data are sent to the query server, wherein the original data comprise resource identifiers.
In the embodiment provided by the invention, a basic data query request sent by a query server is received through a basic server, basic data are obtained according to the basic data query request, and the basic data are sent to the query server; and receiving a service data query request sent by the query server through the service server, acquiring service data according to the service data query request, and sending the service data to the query server.
Step S506, receiving the original data returned by the storage server through the query server, and sending the original data to the processing server.
Step S508, receiving the original data sent by the query server through the processing server, obtaining resource growth data according to the data model corresponding to the original data and the resource identifier, and sending the resource growth data to the resource server.
In one embodiment, the resource processing method further includes: sending original data to a classification server through a query server; receiving the original data sent by the query server through the classification server, classifying the original data according to the resource identification, and sending the classified original data to the processing server; and receiving the classified original data sent by the classification server through the processing server, acquiring resource growth data according to the classified original data, and sending the resource growth data to the resource server.
In other embodiments provided by the present invention, the processing server receives the classified original data sent by the classification server, and determines the resource type corresponding to the original data according to the resource identifier; if the original data is of the first resource type, acquiring resource growth data according to the classified original data; if the original data is of a second resource type, acquiring intermediate data according to the classified original data, and acquiring resource growth data according to the intermediate data; and sending the resource growth data to the resource server.
Step S510, receiving, by the resource server, the resource growth data sent by the processing server, and storing the resource growth data.
In one embodiment, the resource processing method further includes: acquiring resource growth data exceeding a preset threshold value through a processing server, generating a resource growth report according to the resource growth data exceeding the preset threshold value, and sending the resource growth report to a report server; and receiving the resource growth report sent by the processing server through the report server.
According to the resource processing method, the data are acquired and processed through different servers, the resource growth data are acquired according to the original data, the resource identifiers corresponding to the original data are different, the corresponding data models are different, and the methods for acquiring the resource growth data are different, so that the resource growth data are acquired by using different models respectively, and the accuracy of data acquisition is improved.
All possible combinations of the technical features of the above embodiments may not be described for the sake of brevity, but should be considered as within the scope of the present disclosure as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that various changes and modifications can be made by those skilled in the art without departing from the spirit of the invention, and these changes and modifications are all within the scope of the invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.
Claims (8)
1. A resource processing system, comprising:
the system comprises a storage server, a query server and a database, wherein the storage server is used for storing original data, receiving a data query request sent by the query server, acquiring the original data according to the data query request and sending the original data to the query server, and the original data comprises a resource identifier; the resource identification refers to a unique identification for distinguishing the original data source;
the query server is used for sending a data query request to the storage server at regular time, receiving original data returned by the storage server according to the data query request and sending the original data to the classification server;
the classification server is used for receiving the original data sent by the query server, classifying the original data according to the resource identification, and sending the classified original data to the processing server;
the processing server is used for receiving the classified original data sent by the classification server and judging the resource type corresponding to the original data according to the resource identifier; if the original data is of a first resource type, acquiring resource growth data according to the classified original data and a data model corresponding to the resource identifier; if the original data is of a second resource type, acquiring intermediate data according to the classified original data, acquiring resource growth data according to the intermediate data and a data model corresponding to the resource identifier, and sending the resource growth data to a resource server; the data models correspond to the resource identifiers one to one; and
and the resource server is used for receiving the resource growth data sent by the processing server and storing the resource growth data.
2. The resource processing system of claim 1, wherein the storage server comprises a base server and a business server; the basic server is used for receiving a basic data query request sent by the query server, acquiring basic data according to the basic data query request and sending the basic data to the query server; the business server is used for receiving a business data query request sent by a query server, acquiring business data according to the business data query request, and sending the business data to the query server.
3. The resource processing system of claim 1, wherein the system further comprises:
the report server is used for receiving the resource growth report sent by the processing server;
the processing server is further used for acquiring the resource increase data exceeding the preset threshold, generating a resource increase report according to the resource increase data exceeding the preset threshold, and sending the resource increase report to a report server.
4. The resource processing system of claim 1, wherein the data query request comprises data identification to be queried, storage address of original data, and query data volume.
5. A method for processing resources, comprising:
sending a data query request to a storage server through a query server;
receiving the data query request sent by the query server through the storage server, acquiring original data according to the data query request, and sending the original data to the query server, wherein the original data comprises a resource identifier; the resource identifier is a unique identifier for distinguishing the original data source;
receiving the original data returned by the storage server through the query server, and sending the original data to the classification server;
receiving the original data sent by the query server through a classification server, classifying the original data according to the resource identification, and sending the classified original data to a processing server;
receiving the classified original data sent by the classification server through the processing server, and judging a resource type corresponding to the original data according to a resource identifier; if the original data is of a first resource type, acquiring resource growth data according to the classified original data and a data model corresponding to the resource identifier; if the original data is of a second resource type, acquiring intermediate data according to the classified original data, acquiring resource growth data according to the intermediate data and a data model corresponding to the resource identifier, and sending the resource growth data to a resource server; the data models correspond to the resource identifiers one to one;
and receiving the resource growth data sent by the processing server through the resource server, and storing the resource growth data.
6. The resource processing method according to claim 5, wherein the sending the data query request to the storage server via the query server comprises:
receiving a basic data query request sent by a query server through a basic server;
receiving a service data query request sent by a query server through a service server;
receiving, by the storage server, the data query request sent by the query server, obtaining raw data according to the data query request, and sending the raw data to the query server includes:
receiving the basic data query request sent by the query server through the basic server, acquiring basic data according to the basic data query request, and sending the basic data to the query server; and
and receiving the service data query request sent by the query server through the service server, acquiring service data according to the service data query request, and sending the service data to the query server.
7. The resource handling method of claim 5, wherein the method further comprises:
acquiring resource growth data exceeding a preset threshold value through the processing server, generating a resource growth report according to the resource growth data exceeding the preset threshold value, and sending the resource growth report to a report server;
and receiving the resource growth report sent by the processing server through a report server.
8. The resource processing method according to claim 5, wherein the data query request includes data identification to be queried, storage address of original data, and query data volume.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710608514.9A CN108256719B (en) | 2017-07-24 | 2017-07-24 | Resource processing system and method |
PCT/CN2018/082453 WO2019019696A1 (en) | 2017-07-24 | 2018-04-10 | Resource processing system and method, server and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710608514.9A CN108256719B (en) | 2017-07-24 | 2017-07-24 | Resource processing system and method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108256719A CN108256719A (en) | 2018-07-06 |
CN108256719B true CN108256719B (en) | 2022-11-04 |
Family
ID=62721960
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710608514.9A Active CN108256719B (en) | 2017-07-24 | 2017-07-24 | Resource processing system and method |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN108256719B (en) |
WO (1) | WO2019019696A1 (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101493834A (en) * | 2009-02-17 | 2009-07-29 | 浪潮集团山东通用软件有限公司 | Method for generating evidence for keeping account by random service system document |
CN102831234A (en) * | 2012-08-31 | 2012-12-19 | 北京邮电大学 | Personalized news recommendation device and method based on news content and theme feature |
CN105354025A (en) * | 2015-10-18 | 2016-02-24 | 广州赛意信息科技有限公司 | Service model configuration system and method based on mobile application |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101110863A (en) * | 2007-08-16 | 2008-01-23 | 南京联创科技股份有限公司 | Analyzing method for value-added service general settlement |
US20100153157A1 (en) * | 2008-12-11 | 2010-06-17 | Verizon Data Services Llc | Method and system for providing network resource growth management |
CN102053983B (en) * | 2009-11-02 | 2013-09-25 | 阿里巴巴集团控股有限公司 | Method, system and device for querying vertical search |
CN102799622B (en) * | 2012-06-19 | 2015-07-15 | 北京大学 | Distributed structured query language (SQL) query method based on MapReduce expansion framework |
CN103516690B (en) * | 2012-06-26 | 2016-08-03 | 阿里巴巴集团控股有限公司 | A kind of business processing status information query method and device |
CN104598503A (en) * | 2014-05-14 | 2015-05-06 | 腾讯科技(深圳)有限公司 | Geographic information data inquiry method, device and system |
CN104166738A (en) * | 2014-09-04 | 2014-11-26 | 北京国双科技有限公司 | Database query processing method and device |
CN107040612A (en) * | 2014-09-25 | 2017-08-11 | 海信集团有限公司 | A kind of information recommendation method and device |
-
2017
- 2017-07-24 CN CN201710608514.9A patent/CN108256719B/en active Active
-
2018
- 2018-04-10 WO PCT/CN2018/082453 patent/WO2019019696A1/en active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101493834A (en) * | 2009-02-17 | 2009-07-29 | 浪潮集团山东通用软件有限公司 | Method for generating evidence for keeping account by random service system document |
CN102831234A (en) * | 2012-08-31 | 2012-12-19 | 北京邮电大学 | Personalized news recommendation device and method based on news content and theme feature |
CN105354025A (en) * | 2015-10-18 | 2016-02-24 | 广州赛意信息科技有限公司 | Service model configuration system and method based on mobile application |
Also Published As
Publication number | Publication date |
---|---|
WO2019019696A1 (en) | 2019-01-31 |
CN108256719A (en) | 2018-07-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20210350426A1 (en) | Architecture for data processing and user experience to provide decision support | |
US20120047090A1 (en) | Electronic Information And Analysis System | |
US20200074509A1 (en) | Business data promotion method, device, terminal and computer-readable storage medium | |
Perlin et al. | GetHFData: AR package for downloading and aggregating high frequency trading data from Bovespa | |
CN114782024A (en) | Material purchasing plan generation method and device | |
CN112036631A (en) | Purchasing quantity determination method, device, equipment and storage medium | |
CN114943582A (en) | Information recommendation method and system and recommendation server | |
CN110574065A (en) | Prediction management system and method | |
CN116823471A (en) | Transaction policy return method and device, electronic equipment and storage medium | |
CN111695077A (en) | Asset information pushing method, terminal equipment and readable storage medium | |
JP7144945B2 (en) | Sales forecast simulation device, sales forecast simulation method and sales forecast simulation program | |
CN108256719B (en) | Resource processing system and method | |
CN115186101A (en) | Investment management back-end system, method, equipment and storage medium | |
CN108805593A (en) | A kind of method of data processing, system, electronic equipment and readable storage medium storing program for executing | |
CN112308639B (en) | Aging prediction method and device for target event | |
CN112200389A (en) | Data prediction method, device, equipment and storage medium | |
US8103564B2 (en) | Method of processing investment data and making compensation determinations and associated system | |
CN112053217A (en) | Financial valuation statement generation method and device | |
CN107169845A (en) | A kind of trade company's attribute query method, device and server | |
JP6502517B2 (en) | Asset Management Business Support System | |
US20240273468A1 (en) | Multi-entity platform using uniform labeling of data products and services | |
US20240311917A1 (en) | Numismatist system | |
CN115729923A (en) | Customer data analysis method and device, storage medium and computer equipment | |
KR20230013345A (en) | Operation and dividend management system management method thereof for business operator and investor and computer program for the same | |
CN113240476A (en) | Method and device for acquiring product valuation data |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |