CN112134955A - Data processing system and method, equipment and storage medium - Google Patents

Data processing system and method, equipment and storage medium Download PDF

Info

Publication number
CN112134955A
CN112134955A CN202011009277.2A CN202011009277A CN112134955A CN 112134955 A CN112134955 A CN 112134955A CN 202011009277 A CN202011009277 A CN 202011009277A CN 112134955 A CN112134955 A CN 112134955A
Authority
CN
China
Prior art keywords
data processing
server
data
task
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011009277.2A
Other languages
Chinese (zh)
Other versions
CN112134955B (en
Inventor
王铎雄
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202011009277.2A priority Critical patent/CN112134955B/en
Publication of CN112134955A publication Critical patent/CN112134955A/en
Application granted granted Critical
Publication of CN112134955B publication Critical patent/CN112134955B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Abstract

The data processing system comprises the first router, the first server and the data processing platform, and the first server is arranged outside the data processing platform and is used for the first data processing task of the client in the first region range, so that the processing party of the first data processing task can be selected by pre-configuring the routing rule of the first router. When the first server is used for executing the first data processing task, compared with a data processing platform with more functions, the data processing task is executed, and the time delay for completing the first data processing task is favorably reduced. In addition, for the existing data processing platform corresponding to a plurality of clients, a first server is arranged outside the data processing platform and is used for executing a first data processing task for the clients registered in the first region range, so that the deployment location of the first server can be set according to region limitations, and the problem that data cannot be processed due to the region limitations is solved.

Description

Data processing system and method, equipment and storage medium
Technical Field
The present disclosure relates to the field of information processing technologies, and in particular, to a data processing system, a data processing method, a data processing device, and a storage medium.
Background
Data processing under client and server architectures, tasks are usually triggered by a client and executed by a server. Taking a video processing type APP and an on-demand cloud center as an example, the video synthesis is a function of the video type APP, and in addition, the video type APP also has other functions such as video and images uploaded by a cloud storage user. Usually, the on-demand cloud center station completes the processing and calculation related to the functions, and interacts with the video APP to realize the functions.
Because the video-on-demand cloud center station has more functions, the occupation of computing power and resources is saturated generally, and therefore, the problem of long time delay of video synthesis exists. Moreover, under the condition that the area where the registered user of the APP is located has a limitation on the data flow direction, the data may not be transmitted to the on-demand cloud center, so that the service required by the user cannot be provided. For example, some countries do not allow domestic data to flow out of the country, and if the on-demand cloud middlebox is not in the country, the APP cannot provide services.
It can be seen that the data processing method under the client and server architecture is limited by the resource and region limitations of the server, and has the problems of prolonged processing time and incapability of processing data.
Disclosure of Invention
The present disclosure provides a data processing system, a data processing method, a data processing device, and a storage medium, so as to at least solve the problems of long data processing delay and incapability of processing data under client and server architectures. The technical scheme of the disclosure is as follows:
according to a first aspect of the embodiments of the present disclosure, there is provided a data processing system, including:
the system comprises a first router, a first server and a data processing platform;
the first server is used for executing a first data processing task of a target client, and the target client is a client registered in a first region range;
the data processing platform is used for executing data processing tasks of clients, the clients comprise the target clients, and the data processing tasks comprise the first data processing tasks and other data processing tasks;
and the first router is used for sending the data processing task to the first server or the data processing platform according to a preset routing rule after the data processing task triggered by the target client is obtained.
Optionally, the first data processing task of the first server is determined according to the service preference of the target client, and the service preference is obtained by counting the number of service types of the historical data processing tasks sent by the target client.
Optionally, the routing rule includes: and sending the data processing task to the first server under the condition that the data processing task is the first data processing task.
Optionally, the routing rule further includes: the data processing task cannot be sent outside the first geographic area.
Optionally, the data processing platform executes the first data processing task by calling a preset first data processing module;
and the first server executes the first data processing task by starting a first data processing process preset in the first server.
Optionally, the method further includes:
a first memory and a second memory;
the first memory is used for storing the data of the target client and synchronizing the data of the target client to the data processing platform by using a mirror image technology under the condition that the first router sends the data processing task to the data processing platform;
the second memory is used for storing the data of the client terminal, which is required by the data processing platform to execute the data processing task.
Optionally, the method further includes:
the system comprises a first cloud storage server and a second cloud storage server;
the first cloud storage server is used for storing result data of the first server for executing the first data processing function;
the second cloud storage server is used for storing result data of the data processing platform for executing the data processing function.
Optionally, the data processing platform is further configured to: after the execution of the data processing task is finished, a task completion notification is sent to the first server;
the second cloud storage server is further configured to:
and sending result data of the data processing task of the target client executed by the data processing platform to the first cloud storage server.
Optionally, the link used by the second cloud storage server to send the result data of the data processing platform to the first cloud storage server is different from the link used by the first router to send the data processing task to the data processing platform.
Optionally, the method further includes:
and the second router is used for sending the data processing tasks sent to the data processing platform to a server corresponding to the type according to the type of the data processing tasks under the condition that the data processing platform is in fault or maintained, wherein the server at least comprises the first server.
According to a second aspect of the embodiments of the present disclosure, there is provided a data processing method, including:
after acquiring a data processing task triggered by a target client, a first router sends the data processing task to a first server or a data processing platform according to a preconfigured routing rule; the target client is a client registered in a first region range;
the first server or the data processing platform is used for executing data processing tasks of clients, the clients comprise the target clients, and the data processing tasks comprise the first data processing tasks and other data processing tasks.
According to a third aspect of the embodiments of the present disclosure, there is provided a data processing apparatus including:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the data processing method of the second aspect.
According to a fourth aspect of embodiments of the present disclosure, there is provided a storage medium having instructions that, when executed by a processor of a data processing apparatus, enable the data processing apparatus to perform the data processing method according to the second aspect.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects:
the data processing system comprises the first router, the first server and the data processing platform, and the first server is arranged outside the data processing platform and is used for a first data processing task of a client in a first region range, so that multi-point implementation of the first data processing task is realized. Thus, the processing side of the first data processing task can be selected by configuring the routing rule of the first router in advance. Because the data processing platform is used for executing the data processing task of the client, wherein the client includes the target client, and the data processing task includes the first data processing task and other data processing tasks, when the first server is used for executing the first data processing task, the data processing task is executed by the data processing platform with more functions than the data processing platform with more functions, which is beneficial to reducing the time delay required for completing the first data processing task.
In addition, for the existing data processing platform corresponding to a plurality of clients, a first server is arranged outside the data processing platform and is used for executing a first data processing task for the clients registered in the first region range, so that the deployment location of the first server can be set according to region limitations, and the problem that data cannot be processed due to the region limitations is solved.
In conclusion, the technical scheme provided by the disclosure can solve the problems of prolonging in processing and incapability of processing data.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and, together with the description, serve to explain the principles of the disclosure and are not to be construed as limiting the disclosure.
FIG. 1 is a block diagram illustrating a data processing system in accordance with an exemplary embodiment;
FIG. 2 is a schematic diagram illustrating a processing flow of data according to an exemplary embodiment;
FIG. 3 is a block diagram illustrating another data processing system in accordance with an exemplary embodiment;
fig. 4 is a flowchart illustrating a video processing method applied to a video copyright verifying side according to an exemplary embodiment;
FIG. 5 is a flow diagram illustrating a method of processing data in accordance with an exemplary embodiment;
FIG. 6 is a block diagram illustrating a data processing device according to an example embodiment.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those of ordinary skill in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the above-described drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the disclosure described herein are capable of operation in sequences other than those illustrated or otherwise described herein. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The data processing system disclosed by the invention realizes the service requested by the user at the client by interacting with the client.
The client can operate on the electronic device, and the electronic device can be a mobile electronic device, such as a mobile phone, an IPAD and the like, or a fixed electronic device, such as a notebook, a desktop and the like.
The data processing system of the present disclosure is shown in fig. 1, and includes a first router 11, a first server 12, and a data processing platform 13.
The first server 12 is configured to perform a first data processing task for a client (referred to as a target client for short) registered in a first geographic area.
The data processing platform 13 is used for executing data processing tasks of the client. The clients include target clients, that is, the clients of the data processing platform 13 providing services are more extensive and are not limited to target clients. The data processing tasks include a first data processing task and other data processing tasks. That is, the data processing platform 13 is more functional.
In this embodiment, a clear difference from the prior art is that, in the framework of the client and the server, the first server is specially deployed outside the data processing platform for the client registered in the first region. The data processing flow realized based on the architecture is shown in fig. 2, and comprises the following steps:
s201: the target client triggers a data processing task in response to a data processing request of a user.
The user can operate through an interactive interface displayed on the client to generate a data processing request.
S202: and the first router receives the data processing task sent by the target client.
Specifically, when the user is registered as a user in the first domain, the client sets the connected routing address as the address of the first router, so as to achieve the purpose of sending the data processing task to the first router.
S203: and the first router sends the data processing task to the first server or the data processing platform according to the preconfigured routing rule.
Specifically, the routing rule includes: and under the condition that the data processing task is the first data processing task, sending the data processing task to the first server. Otherwise, the data processing task is sent to the data processing platform. Therefore, the routing rule can realize that the first data processing task is preferentially distributed to the second server to be executed.
S204: and after receiving the data processing task, the first server executes the data processing task.
In this embodiment, optionally, the first server executes the first data processing task by starting a first data processing process preset in the first server, that is, the first data processing function is implemented. The way of starting the preset process is that it takes less time to update the first data processing function since it does not involve interaction with other functional modules.
S205: and after receiving the data processing task, the data processing platform executes the data processing task.
Generally, in the prior art, because the data processing platform, such as a video APP, has rich functions in the background on-demand cloud platform, the functions are realized by calling the preset function modules, for example, the data processing platform executes the first data processing task by calling the preset first data processing module, that is, realizes the first data processing function, so as to reduce the burden of the data processing platform.
Optionally, after the data processing task is executed, the data processing platform may send a task completion notification to the first server, and specifically, may notify the first server using an asynchronous message.
As can be seen from the above flow, in the case where the first server is capable of executing the data processing task, the first router sends the data processing task to the first server, that is, the first server preferentially executes the data processing task.
Optionally, the routing rule may further include: the data processing task cannot be sent outside the first geographical area. For example, some countries or regions do not allow data to flow outside the country or region, and therefore, routing rules may be set according to the regulations, so that the regulations of the country or region can be adapted to compete for more users. In this case, it should be noted that, since the first server is configured to provide the first data processing function for the target client, and the first router is capable of acquiring the data processing task triggered by the target client, the first server and the first router may be both understood as being within the first region.
In conjunction with the above scheme, there are several cases:
1. and if the data processing task is the first data processing task, the first server can execute the data processing task for the target client.
2. The data processing task is not the first data processing task, but the data processing task cannot be executed because the data processing task cannot be transmitted outside the first region.
In order to reduce the possibility of occurrence of the situation 2 and improve the user experience, optionally, the first data processing function of the first server is determined according to the service preference of the target client, wherein the service preference is obtained by counting the number of functions indicated by the historical data processing task sent by the target client.
That is, the number of the respective functions indicated by the history data processing task transmitted by the target client may be counted, for example, the number of the history data processing tasks indicating the video upload storage function is 100, the number of the history data processing tasks indicating the image composition video function is 1000, and the number of the history data processing tasks indicating the other functions is 0, and then it is determined that the service preference is the image composition video function, and the first data processing function of the first server is set as the image composition video function, so as to enable the data processing tasks of the client to be executed as much as possible.
In summary, the data processing system described in this embodiment has the following beneficial effects:
1. outside the data processing platform, a first server for executing a first data processing task is arranged, and a first data processing function can be provided for the target client. Compared with a data processing platform, the data processing platform has the advantages of low processing time delay and high stability due to single function.
2. Since the data processing platform implements each function by calling other service providers, the function update requires upgrading and interfacing with other service providers in addition to the upgrade itself, and thus, the time taken for the function update is long (currently, one to two weeks is required). And the first server realizes the function by calling the preset process in the first server, so that the updating of the function does not involve the interaction with other modules, and the updating time can be shortened, for example, the experiment proves that only half a day is needed.
3. Because the data processing platform realizes each function by calling other service providers, if the data processing task is sent to the data processing platform for processing, the data link is too long, and as long as any link goes wrong, the data processing task cannot be executed, so that the failure rate is high, and the first server realizes the function by calling a preset process in the first server, so that the data link is short, and the failure rate can be reduced.
4. The method can adapt to regional regulations through the configuration of routing rules, so that the client can provide services under the regional limited condition, the user experience is improved, and more users are strived for.
5. From the perspective of the first data processing function, the data processing platform is a backup of the first server, and under the condition that the first server is failed or maintained, the completion of the task (without region limitation) can be ensured by configuring a routing rule.
FIG. 3 is yet another data processing system of an example of the present disclosure, with the addition of storage devices to complete the functionality of the system as compared to the embodiments described above.
The data processing system shown in fig. 3 includes: the system comprises a first router 11, a first server 12, a data processing platform 13, a first memory 14, a second memory 15, a first cloud storage server 16, and a second cloud storage server 17.
The functions of the first router 11, the first server 12, and the data processing platform 13 may refer to the foregoing embodiments, and are not described herein again.
The first memory 14 is configured to store data of the target client, and synchronize the data of the target client to the data processing platform by using a mirror image technology under the condition that the first router 11 sends the data processing task to the data processing platform, so as to lay a data foundation for the first processor and the data processing platform to execute the data processing task of the target client.
It should be noted that, because the first storage 14 is used for storing the data of the target client, in the case that the data has a regional limitation, the first storage 14 is deployed in the first region.
The second memory 15 is used for storing data of the client terminal required by the data processing platform to execute the data processing task, so as to lay a data foundation for the data processing platform to execute the data processing task of the target client terminal.
The first cloud storage server 16 is configured to store result data of the first server performing the first data processing function. The second cloud storage server 17 is configured to store a result data of the data processing function performed by the data processing platform, and can facilitate query of a processing result.
And after the data processing platform finishes executing the data processing task of the target client, the second cloud storage server 17 is further configured to: and sending the result data of the data processing task of the target client executed by the processing platform to the first cloud storage server 16, so that the first server can inquire the processing result subsequently.
Optionally, the link used by the second cloud storage server 17 to send the result data of the data processing platform to the first cloud storage server 16 is different from the link used by the first router to send the data processing task to the data processing platform. Specifically, the link used by the first router to send the data processing task to the data processing platform may be a dedicated line, and the link used by the second cloud storage server 17 to send the result data of the data processing platform to the first cloud storage server 16 is a public network link. The data processing method aims to ensure the reliability and low time-ductility of data processing task transmission and reduce the transmission cost of result data.
The following describes the implementation of the video composition service by the data processing system shown in fig. 3 in detail, taking the video composition service of the overseas registered client as an example.
Assume that the first router, the first server, the first storage, and the first cloud storage server are all deployed overseas in country a (an example of a first territorial scope). The service preference of the country a user is to use the video composition service, so the first server functions to perform the video composition task. The on-demand cloud staging (an example of a data processing platform), the second storage, and the second cloud storage server are all deployed domestically. After the user A downloads the client to the mobile phone, the client is registered as the user of the country A, namely the client is registered as the client of the country A.
1: and the user A uploads the image on the client and selects the video synthesis service. After the client acquires the image and the service type, the client triggers a video synthesis task, and stores the image and the data of the user A, including but not limited to the video template selected by the user A, in the first memory.
Assuming that the legislation of nation a prohibits the data of nation from flowing out of nation a, the preconfigured routing rules are: and sending the video synthesis task to the first server.
2: and after receiving the video synthesis task sent by the client, the first router triggers and executes 3-5 according to the routing rule.
3: the first router sends the video composition task to a first server.
4: the first server responds to the video synthesis task, obtains the image and the data of the user A from the first memory, and synthesizes the video according to the image and the data of the user A.
5: the first server stores the video synthesis result data to the first cloud storage server, and feeds the video synthesis result data back to the client for display.
Alternatively, the first and second electrodes may be,
assuming that country a allows data to flow abroad, the preconfigured routing rule is: and in the case that the first server is normal (for example, no fault exists or resources meet the requirement of video synthesis), sending the video synthesis task to the first server, otherwise, sending the video synthesis task to the data processing platform.
Under the normal condition of the first server, the flow is as 1-5.
And (4) assuming that the first server is abnormal, and triggering and executing 6-10 according to a routing rule after the first router receives a video synthesis task sent by the client.
6: and the first router sends the video synthesis task to a broadcasting cloud middle station.
7: the first memory synchronizes the image and the user a's data to the second memory through a mirroring technique.
8: and the on-demand cloud center station responds to the video synthesis task, acquires the image and the data of the user A from the second memory, and synthesizes the video according to the image and the data of the user A.
9: and the video synthesis result data are stored to a second cloud storage server by the on-demand cloud center station.
10: and the second cloud storage server feeds the video synthesis result data back to the first cloud storage server for storage. And the first server sends the video synthesis result data to the client for display.
If nation a does not allow data to flow abroad, the video composition task cannot be performed.
Or, the user A selects a video clip service at the client, and the client triggers a video clip task. Assuming that country a allows data to flow abroad, the preconfigured routing rule is: and sending the video synthesis task to the first server, and sending other tasks to the data processing platform.
And after receiving the video synthesis task sent by the client, the first router triggers and executes 11-10 according to the routing rule.
11: and the first router sends the video clip task to the on-demand cloud center.
12: the first memory synchronizes the image and the user a's data to the second memory through a mirroring technique.
13: and the on-demand cloud center station responds to the video clipping task, acquires the image and the data of the user A from the second memory, and combines the clip according to the image and the data of the user A.
14: and the video clip result data is stored to a second cloud storage server by the on-demand cloud center station.
15: and the second cloud storage server feeds back the video clip result data to the first cloud storage server for storage. The first server sends the video clip result data to the client for presentation.
If nation a does not allow the data stream to go abroad, the video clip task cannot be executed.
It should be noted that the above routing rules are only examples, different routing rules may be reasonably combined, and accordingly, the routing rules after reasonable combination, and subsequent steps caused by the routing rules after reasonable combination, may also be reasonably combined with each other, split, or referred to in a related manner.
Fig. 4 is a further data processing system of the present disclosure, compared with the above embodiment, a second server (not shown in fig. 4) and a second router 18 are added. The second server may be a server deployed for registering as a client within a second region for providing a second data processing function different from the first data processing function.
And the second router is used for monitoring the state of the data processing platform, and sending the data processing tasks sent to the data processing platform to the server corresponding to the type according to the type of the data processing tasks under the condition of failure or maintenance of the data processing platform.
For example, if the function corresponding to the data processing task is the first data processing function, the data processing task is sent to the first server, and if the function corresponding to the data processing task is the second data processing function, the data processing task is sent to the second server.
The data processing system described in this embodiment is respectively configured with servers with different functions, and can implement, when the data processing platform is unavailable, the data processing task executed by using another server through the second router, so that at least a part of services can be provided. By combining the embodiment, the servers with different functions are respectively deployed according to the preference of users in the region, so that the service processing time delay can be reduced, the updating time can be reduced, the regional limitation can be met through the configuration of the routing rule, or the server and the data processing platform can be mutually standby, and the reliability of the system can be improved.
Fig. 5 is a diagram illustrating a data processing method according to an exemplary embodiment, which is applied to the data processing system, and includes the following steps:
s501: and the first router receives a data processing task triggered by the target client.
The target client is a client registered in the first region range.
S502: and the first router sends the data processing task to the first server or the data processing platform according to the preconfigured routing rule.
S503: the first server or data processing platform performs a first data processing task for the target client.
The specific implementation of the above steps can be referred to the above embodiments, and will not be described in detail here. The data processing method described in this embodiment can pre-configure the routing rule, select the processing party of the first data processing task, and when the first server is used to execute the first data processing task, it is beneficial to reduce the time delay required for completing the first data processing task compared to a data processing platform with more functions to execute the data processing task. And the deployment place of the first server can be set according to the regional limitation so as to solve the problem that the data cannot be processed due to the regional limitation.
The data processing system disclosed in the above embodiments may be applied to a data processing device, such as a server. Alternatively, fig. 6 shows a block diagram of a hardware structure of a data processing device, and referring to fig. 6, the hardware structure of the data processing device may include: a processor 1, a communication interface 2, a memory 3 and a communication bus 4;
in the embodiment of the application, the number of the processor 1, the communication interface 2, the memory 3 and the communication bus 4 is at least one, and the processor 1, the communication interface 2 and the memory 3 complete mutual communication through the communication bus 4;
the processor 1 may be a central processing unit CPU, or an application Specific Integrated circuit asic, or one or more Integrated circuits configured to implement embodiments of the present invention, etc.;
the memory 3 may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
wherein the memory stores executable instructions and the processor may invoke the instructions stored by the memory for:
after acquiring a data processing task triggered by a target client, a first router sends the data processing task to a first server or a data processing platform according to a preconfigured routing rule; the target client is a client registered in a first region range;
the first server or the data processing platform is used for executing data processing tasks of clients, the clients comprise the target clients, and the data processing tasks comprise the first data processing tasks and other data processing tasks.
Optionally, the refinement and extension functions of the instructions may be as described above.
In an exemplary embodiment, there is also provided a storage medium comprising instructions, for example a memory 3 comprising instructions, executable by a processor 1 of a processing device of data to perform the above method. Alternatively, the storage medium may be a non-transitory computer readable storage medium, which may be, for example, a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A system for processing data, comprising:
the system comprises a first router, a first server and a data processing platform;
the first server is used for executing a first data processing task of a target client, and the target client is a client registered in a first region range;
the data processing platform is used for executing data processing tasks of clients, the clients comprise the target clients, and the data processing tasks comprise the first data processing tasks and other data processing tasks;
and the first router is used for sending the data processing task to the first server or the data processing platform according to a preset routing rule after the data processing task triggered by the target client is obtained.
2. The system of claim 1, wherein the first data processing task of the first server is determined according to a business preference of the target client, and the business preference is obtained by counting the number of business types of historical data processing tasks sent by the target client.
3. The system of claim 1, wherein the routing rule comprises: and sending the data processing task to the first server under the condition that the data processing task is the first data processing task.
4. The system according to claim 1, wherein the data processing platform executes the first data processing task by calling a preset first data processing module;
and the first server executes the first data processing task by starting a first data processing process preset in the first server.
5. The system of claim 1, further comprising:
a first memory and a second memory;
the first memory is used for storing the data of the target client and synchronizing the data of the target client to the data processing platform by using a mirror image technology under the condition that the first router sends the data processing task to the data processing platform;
the second memory is used for storing the data of the client terminal, which is required by the data processing platform to execute the data processing task.
6. The system of claim 1, further comprising:
the system comprises a first cloud storage server and a second cloud storage server;
the first cloud storage server is used for storing result data of the first server for executing the first data processing function;
the second cloud storage server is used for storing result data of the data processing platform for executing the data processing function.
7. The system of claim 1, further comprising:
and the second router is used for sending the data processing tasks sent to the data processing platform to a server corresponding to the type according to the type of the data processing tasks under the condition that the data processing platform is in fault or maintained, wherein the server at least comprises the first server.
8. A method for processing data, comprising:
after acquiring a data processing task triggered by a target client, a first router sends the data processing task to a first server or a data processing platform according to a preconfigured routing rule; the target client is a client registered in a first region range;
the first server or the data processing platform is used for executing data processing tasks of clients, the clients comprise the target clients, and the data processing tasks comprise the first data processing tasks and other data processing tasks.
9. An apparatus for processing data, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the method of processing data of claim 8.
10. A storage medium in which instructions, when executed by a processor of a data processing device, enable the data processing device to perform the data processing method of claim 8.
CN202011009277.2A 2020-09-23 2020-09-23 Data processing system, data processing method, data processing device, and storage medium Active CN112134955B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011009277.2A CN112134955B (en) 2020-09-23 2020-09-23 Data processing system, data processing method, data processing device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011009277.2A CN112134955B (en) 2020-09-23 2020-09-23 Data processing system, data processing method, data processing device, and storage medium

Publications (2)

Publication Number Publication Date
CN112134955A true CN112134955A (en) 2020-12-25
CN112134955B CN112134955B (en) 2024-03-22

Family

ID=73841287

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011009277.2A Active CN112134955B (en) 2020-09-23 2020-09-23 Data processing system, data processing method, data processing device, and storage medium

Country Status (1)

Country Link
CN (1) CN112134955B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001291021A (en) * 2000-04-07 2001-10-19 Lee Wilson Darian System and method for distributing data for respective areas
CN101938508A (en) * 2009-07-01 2011-01-05 中国电信股份有限公司 Method and system for shortening time delay in peer-to-peer network streaming media live broadcast system
CN102238089A (en) * 2011-07-01 2011-11-09 中兴通讯股份有限公司 Service interaction method, device and system
WO2012149718A1 (en) * 2011-08-31 2012-11-08 华为技术有限公司 Method for cloud terminal to access cloud server in cloud computing system, and cloud computing system
CN105357329A (en) * 2015-10-12 2016-02-24 广州市百果园网络科技有限公司 Business data transmission method, device and system for use in cross-Internet data center (IDC) network environment
US9660895B1 (en) * 2014-03-04 2017-05-23 Amazon Technologies, Inc. Geolocation routing and simulation of network conditions
CN107465616A (en) * 2016-06-03 2017-12-12 中国移动通信集团四川有限公司 Client-based service routing method and device
CN110086719A (en) * 2019-04-30 2019-08-02 深圳市腾讯网域计算机网络有限公司 Data processing method, device and server
CN110166536A (en) * 2019-04-30 2019-08-23 广州微算互联信息技术有限公司 A kind of cloud mobile phone cross-region control method, system, device and storage medium
CN110730250A (en) * 2019-09-06 2020-01-24 北京小米移动软件有限公司 Information processing method and device, service system and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001291021A (en) * 2000-04-07 2001-10-19 Lee Wilson Darian System and method for distributing data for respective areas
CN101938508A (en) * 2009-07-01 2011-01-05 中国电信股份有限公司 Method and system for shortening time delay in peer-to-peer network streaming media live broadcast system
CN102238089A (en) * 2011-07-01 2011-11-09 中兴通讯股份有限公司 Service interaction method, device and system
WO2012149718A1 (en) * 2011-08-31 2012-11-08 华为技术有限公司 Method for cloud terminal to access cloud server in cloud computing system, and cloud computing system
US9660895B1 (en) * 2014-03-04 2017-05-23 Amazon Technologies, Inc. Geolocation routing and simulation of network conditions
CN105357329A (en) * 2015-10-12 2016-02-24 广州市百果园网络科技有限公司 Business data transmission method, device and system for use in cross-Internet data center (IDC) network environment
CN107465616A (en) * 2016-06-03 2017-12-12 中国移动通信集团四川有限公司 Client-based service routing method and device
CN110086719A (en) * 2019-04-30 2019-08-02 深圳市腾讯网域计算机网络有限公司 Data processing method, device and server
CN110166536A (en) * 2019-04-30 2019-08-23 广州微算互联信息技术有限公司 A kind of cloud mobile phone cross-region control method, system, device and storage medium
CN110730250A (en) * 2019-09-06 2020-01-24 北京小米移动软件有限公司 Information processing method and device, service system and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ANIELLO CASTIGLIONE: "Biometrics in the Cloud: Challenges and Research Opportunities", 《IEEE CLOUD COMPUTING》, 12 October 2017 (2017-10-12), pages 12 - 17 *
瞿和平, 朱文奎, 于国华, 贾长雨: "一种异地库房管理中远程数据维护方法的研究与应用", 现代电子技术, no. 06, 1 June 2004 (2004-06-01) *

Also Published As

Publication number Publication date
CN112134955B (en) 2024-03-22

Similar Documents

Publication Publication Date Title
CN109618005B (en) Method for calling server and proxy server
CN102177690B (en) Methods, systems, and computer readable media for providing sedation service in a telecommunications network
CN103491055A (en) Method for synchronizing information among clients, clients and server
CN110377431B (en) Service calling method and device under multi-registry scene
US11658915B2 (en) Management, by an intermediate device, of the quality of transmission of a data stream to a mobile terminal
CN103548315A (en) Method and apparatus for high performance low latency real time notification delivery
CN112218342A (en) Method, device and system for realizing core network sub-slice disaster tolerance
EP2974159B1 (en) Method, device and system for voice communication
CN113824723A (en) End-to-end system solution applied to audio and video data transmission
US9706440B2 (en) Mobile communication system, call processing node, and communication control method
CN112235378B (en) Data updating method and device, storage medium and electronic equipment
CN107343285B (en) Management equipment and equipment management method
CN106534758B (en) Conference backup method and device
CN112134955B (en) Data processing system, data processing method, data processing device, and storage medium
KR20100051645A (en) Method for publishing, querying and subscribing to information by a sip terminal in a voip network system, sip terminal, sip application server, sip information center and voip network system
CN113949631A (en) Client disaster tolerance processing method and system and electronic equipment
CN113515392B (en) RPC calling method, device, equipment and storage medium
JP2014158225A (en) Communication system
CN115349119A (en) Method and apparatus for enhanced 5GC recovery when deploying a Network Function (NF) set in a network
JP5940990B2 (en) APL-SCM-FE and application linkage method
EP3627790A1 (en) Call scenario mode adjustment method, application server and storage medium
CN106161580A (en) A kind of connection status control method, Apparatus and system
US20130061136A1 (en) Method and system for the remote control of a display screen
CN105376727A (en) Data card processing method and device
CN104754230A (en) Method and device for providing video information

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