CN116244098A - Data processing method, system, server, storage medium and product - Google Patents

Data processing method, system, server, storage medium and product Download PDF

Info

Publication number
CN116244098A
CN116244098A CN202310198655.3A CN202310198655A CN116244098A CN 116244098 A CN116244098 A CN 116244098A CN 202310198655 A CN202310198655 A CN 202310198655A CN 116244098 A CN116244098 A CN 116244098A
Authority
CN
China
Prior art keywords
data
consumption
application
storage path
unconsumed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310198655.3A
Other languages
Chinese (zh)
Inventor
郑志成
佘振
肖志荣
李光宇
张晨林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Construction Bank Corp
CCB Finetech Co Ltd
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202310198655.3A priority Critical patent/CN116244098A/en
Publication of CN116244098A publication Critical patent/CN116244098A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/543Local
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application provides a data processing method, a system, a server, a storage medium and a product, and relates to the technical field of data processing, wherein the method comprises the following steps: receiving a consumption request sent by a downstream application, determining non-consumption data in current subscription data corresponding to a consumer identifier in the consumption request, and acquiring a storage path of the non-consumption data from information comprising a data storage path sent by an upstream application; transmitting the storage path of the unconsumed data to the downstream application so that the downstream application can acquire the unconsumed data in a storage system based on the storage path of the unconsumed data; wherein the storage system is disposed between the upstream application and the downstream application. According to the method, a message processing mechanism similar to the middleware is directly added in the small service processing system, the middleware is not needed, and the problem of the inadaptation of the small service system and the middleware is effectively solved.

Description

Data processing method, system, server, storage medium and product
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to a data processing method, a system, a server, a storage medium, and a product.
Background
Message middleware is a supporting software system based on queue and message passing technology, which provides synchronous or asynchronous reliable message transmission for application systems in a network environment, and currently common message middleware mainly comprises kafka, rabbitMQ and the like, and generally comprises a message producer, a message consumer and a message server. Wherein the producer of the message is the initiator of the service, commonly referred to as the upstream application; message consumers are the processing parties of the service, commonly referred to as downstream applications, and consume servers as the core services of the messages, storing, sorting and distributing the messages.
At present, message middleware is used for both large-scale service processing systems and small-scale service processing systems. For large service processing systems, the data to be processed is very complex due to the high concurrency of the services, and the existing message middleware is adopted to be very adaptive. However, for a small service processing system, the data throughput is not high, excessive concurrent service processing is not needed, the more external systems are introduced, the poorer the stability of the service system is, the condition that a middleware is down easily occurs, and if the middleware is down, the service processing is seriously affected.
Thus, there is a need for a message handling mechanism that adapts to small business processing systems.
Disclosure of Invention
The application provides a data processing method, a system, a server, a storage medium and a product, which are used for solving the problem of the non-adaptation of a small business processing system and middleware.
In a first aspect, the present application provides a data processing method, including:
receiving a consumption request sent by a downstream application, determining non-consumption data in current subscription data corresponding to a consumer identifier in the consumption request, and acquiring a storage path of the non-consumption data from information comprising a data storage path sent by an upstream application;
transmitting the storage path of the unconsumed data to the downstream application so that the downstream application can acquire the unconsumed data in a storage system based on the storage path of the unconsumed data; wherein the storage system is disposed between the upstream application and the downstream application.
Optionally, the method further comprises:
acquiring a consumption subscription request sent by the downstream application, wherein the consumption subscription request comprises: a consumer identification;
and determining subscription data corresponding to the consumer identification according to the consumption subscription request so as to form a mapping relation between the consumer identification and the subscription data.
Optionally, the method further comprises:
monitoring and acquiring a consumption record corresponding to the consumer identifier, wherein the consumption record comprises: a consumption data identifier; and modifying the state of the subscription data corresponding to the consumption data identifier in the subscription data corresponding to the consumer identifier from an unconsumed state to a consumed state according to the consumption record.
Optionally, the method further comprises:
receiving information comprising a data storage path sent by an upstream application;
and storing the information comprising the data storage path into a local memory database.
Optionally, the method further comprises:
monitoring whether the current time is the preset information synchronization time;
and if the current time is the preset information synchronization time, synchronizing the information containing the data storage path in the local memory database to a corresponding disk.
Optionally, the method further comprises:
receiving a change consumption request of the downstream application based on the acquired feedback of the unconsumed data, wherein the change consumption request comprises: consumer identification and data to be altered;
and according to the consumption changing request, changing the state of the data to be changed in the subscription data corresponding to the consumer identifier.
In a second aspect, the present application provides a small business processing system, comprising:
the receiving and transmitting unit is used for receiving a consumption request sent by a downstream application;
the processing unit is used for determining the non-consumption data in the current subscription data corresponding to the consumer identification in the consumption request, and acquiring a storage path of the non-consumption data from the information which is sent by the upstream application and contains the data storage path;
the receiving and transmitting unit is further used for transmitting the storage path of the unconsumed data to the downstream application so that the downstream application can acquire the unconsumed data in a storage system based on the storage path of the unconsumed data; wherein the storage system is disposed between the upstream application and the downstream application.
In a third aspect, the present application provides a server comprising: a processor, a memory, and a transceiver;
a processor, memory, and transceiver circuitry interconnect;
the memory stores computer-executable instructions;
a transceiver for transceiving data;
the processor executes computer-executable instructions stored in the memory to cause the processor to perform the method as described in the first aspect.
In a fourth aspect, the present application provides a service processing system, including: downstream applications, upstream applications, storage systems, and small business processing systems implementing the method as described in the first aspect.
In a fifth aspect, the present application provides a computer-readable storage medium having stored therein computer-executable instructions for performing the method according to the first aspect when executed by a processor.
In a sixth aspect, the present application provides a computer program product comprising a computer program which, when executed by a processor, implements the method of the first aspect.
According to the data processing method, the system, the server, the storage medium and the product, by receiving a consumption request sent by a downstream application, determining non-consumption data in current subscription data corresponding to a consumer identifier in the consumption request, and acquiring a storage path of the non-consumption data from information containing the data storage path sent by the upstream application; transmitting the storage path of the unconsumed data to the downstream application so that the downstream application can acquire the unconsumed data in a storage system based on the storage path of the unconsumed data; the storage system is arranged between the upstream application and the downstream application, and a message processing mechanism similar to a middleware is directly added in the small business processing system, so that the problem of the unadapted small business system and the middleware is effectively solved without the aid of the middleware.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application.
FIG. 1 is a schematic diagram of a network architecture of a data processing method provided in the present application;
FIG. 2 is a schematic flow chart of a data processing method provided in the present application;
FIG. 3 is a flow chart of another data processing method provided in the present application;
fig. 4 is a schematic structural diagram of a small business processing system provided in the present application;
fig. 5 is a block diagram of a server for implementing the data processing method of the present application.
Specific embodiments thereof have been shown by way of example in the drawings and will herein be described in more detail. These drawings and the written description are not intended to limit the scope of the inventive concepts in any way, but to illustrate the concepts of the present application to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present application as detailed in the accompanying claims.
In the technical scheme of the application, the related information such as financial data or user data is collected, stored, used, processed, transmitted, provided, disclosed and the like, which accords with the regulations of related laws and regulations and does not violate the popular regulations of the public order.
At present, message middleware is used for both large-scale service processing systems and small-scale service processing systems. For large service processing systems, the data to be processed is very complex due to the high concurrency of the services, and the existing message middleware is adopted to be very adaptive.
However, for a small service processing system, the data throughput is not high, excessive concurrent service processing is not needed, the more external systems are introduced, the poorer the stability of the service system is, the condition that a middleware is down easily occurs, and if the middleware is down, the service processing is seriously affected. In addition, the excessive reliance on external systems or components adds complexity to the business system, and the intermediate delivery of middleware also adds complexity to the information delivery and network bandwidth.
Therefore, the inventor finds out in the research that, aiming at the problem of the uncomfortableness of a small-sized service processing system and a middleware in the prior art, the invention receives a consumption request sent by a downstream application, determines uncomfortableness data in current subscription data corresponding to a consumer identifier in the consumption request, acquires a storage path of the uncomfortableness data from data storage path information contained in the information sent by an upstream application, sends the storage path of the uncomfortableness data to the downstream application, and the downstream application acquires the uncomfortableness data in the storage system based on the storage path of the uncomfortableness data, directly adds a message processing mechanism similar to the middleware in the small-sized service processing system without using the middleware, thereby effectively solving the problem of uncomfortableness of the small-sized service system and the middleware.
The inventor proposes the technical solution of the embodiments of the present application based on the inventive findings described above. The following describes a network architecture and an application scenario of the data processing method provided in the embodiments of the present application.
As shown in fig. 1, a network architecture corresponding to a data processing method provided in an embodiment of the present application includes: the system comprises an upstream application 1, a downstream application 2, a small business processing system 3 and a storage system 4, wherein the small business processing system 3 is respectively in communication connection with the upstream application 1 and the downstream application 2, the storage system 4 is arranged between the upstream application 1 and the downstream application 2, the small business processing system 3 receives a consumption request sent by the downstream application 2, determines non-consumption data in current subscription data corresponding to a consumer identifier in the consumption request, and acquires a storage path of the non-consumption data from information containing the data storage path sent by the upstream application 1; the mini service processing system 3 sends the storage path of the non-consumed data to the downstream application 2. The downstream application 2 obtains the unconsumed data within the storage system 4 based on the storage path of the unconsumed data. The message processing mechanism similar to the middleware is directly added in the small business processing system, and the problem of the inadaptation of the small business system and the middleware is effectively solved without the help of the middleware.
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
Fig. 2 is a flow chart of a data processing method provided in the present application, and the method is applied to a small service processing system. As shown in fig. 2, the method includes:
step 201, receiving a consumption request sent by a downstream application, determining unconsumed data in current subscription data corresponding to a consumer identifier in the consumption request, and acquiring a storage path of the unconsumed data from information including a data storage path sent by an upstream application.
The method is applied to the small business processing system, and the throughput and business concurrency of the passing data of the small business processing system and the large business system are divided, so that the throughput and business concurrency of the large business system are higher than those of the small business processing system. The small business processing system is respectively in communication connection with the downstream application and the upstream application, wherein the downstream application and the upstream application are both in communication connection with the storage system, and the storage system is arranged between the downstream application and the upstream application. The method comprises the steps that a downstream application sends a consumption request to a small business processing system, the small business processing system receives the consumption request sent by the downstream application, and determines non-consumption data in current subscription data corresponding to a consumer identifier in the consumption request, wherein the subscription data, which is acquired by the downstream application, in the current subscription data is called consumption data, the subscription data, which is not acquired by the downstream application yet, is called non-consumption data, and if the downstream application has acquired the subscription data from a storage system, the state of the data is changed from a non-consumption state to a consumption state. And further acquiring a storage path of the unconsumed data from the information which is sent by the upstream application and contains the data storage path, wherein the information which contains the data storage path is stored in a local memory database and a corresponding magnetic disk. The information which is sent by the upstream application and contains the data storage path is obtained from the storage system, the upstream application stores the data into the storage system, the storage system feeds back the information which contains the data storage path to the upstream application after storing the data, and the upstream application sends the information which contains the data storage path to the small business processing system.
Step 202, sending a storage path of the unconsumed data to a downstream application, so that the downstream application obtains the unconsumed data in the storage system based on the storage path of the unconsumed data; wherein the storage system is disposed between the upstream application and the downstream application.
In this embodiment, the storage path of the unconsumed data is sent to the downstream application, and after the downstream application receives the storage path of the unconsumed data, the downstream application obtains the unconsumed data in the storage system based on the storage path of the unconsumed data, specifically, the downstream application sends the information including the data storage path to the storage system, and the storage system queries the downstream application for the corresponding unconsumed data based on the data storage path, and feeds back the unconsumed data to the downstream application. The difference between the unconsumed data and the consumed data is whether the downstream application has acquired the subscribed data from the storage system, and the downstream application subscribes to the data as required.
In this embodiment, a consumption request sent by a downstream application is received, unconsumed data in current subscription data corresponding to a consumer identifier in the consumption request is determined, a storage path of the unconsumed data is obtained from data storage path information containing data sent by an upstream application, the storage path of the unconsumed data is sent to the downstream application, the downstream application obtains the unconsumed data in a storage system based on the storage path of the unconsumed data, and a message processing mechanism similar to middleware is directly added in a small service processing system without using middleware, so that the problem of the unadaptation of the small service system and the middleware is effectively solved.
Fig. 3 is a flow chart of another data processing method provided in the present application, where the method is applied to a small business processing system, as shown in fig. 3, and the method includes:
step 301a, obtaining a consumption subscription request sent by a downstream application, where the consumption subscription request includes: consumer identification.
In this embodiment, the downstream application performs data subscription as required, the downstream application may trigger a consumption subscription request, the small business processing system obtains the consumption subscription request sent by the downstream application, analyzes the consumption subscription request, obtains a consumer identifier, and the consumer identifier has uniqueness, so that subscription data corresponding to the consumer identifier can be determined through the consumer identifier.
Step 301b, determining subscription data corresponding to the consumer identifier according to the consumer subscription request, so as to form a mapping relationship between the consumer identifier and the subscription data.
In this embodiment, data corresponding to the consumer identifier is determined according to the consumer subscription request, where the data corresponding to the consumer identifier is data subscribed by the consumer, so as to form a mapping relationship between the consumer identifier and the subscription data.
Step 301, receiving a consumption request sent by a downstream application, determining unconsumed data in current subscription data corresponding to a consumer identifier in the consumption request, and obtaining a storage path of the unconsumed data from information including a data storage path sent by an upstream application.
In this embodiment, the step 301 and the step 201 have the same technical features, and the detailed description will refer to the step 201 and will not be repeated here.
Step 302, sending the storage path of the unconsumed data to a downstream application, so that the downstream application obtains the unconsumed data in the storage system based on the storage path of the unconsumed data; wherein the storage system is disposed between the upstream application and the downstream application.
In this embodiment, the step 302 and the step 202 have the same technical features, and the detailed description will refer to the step 202 and will not be repeated here.
Optionally, the data processing method further comprises:
and monitoring and acquiring a consumption record corresponding to the consumer identifier, wherein the consumption record comprises: a consumption data identifier; and modifying the state of the subscription data corresponding to the consumption data identification in the subscription data corresponding to the consumer identification from the non-consumption state to the consumption state according to the consumption record.
In this embodiment, a consumption record corresponding to a consumer identifier is monitored and obtained, where the consumption record includes a consumption data identifier, and a consumption state of subscription data is further changed according to the consumption record, specifically, the state of subscription data corresponding to the consumer identifier and subscription data corresponding to the consumption data identifier is changed from an unconsumed state to a consumed state according to the consumption record, which indicates that the downstream application has obtained the subscribed data thereof.
Optionally, the data processing method further comprises:
receiving information comprising a data storage path sent by an upstream application; and storing the information comprising the data storage path into a local memory database.
In this embodiment, the upstream application sends data to the storage system, where the data refers to data subscribed by the downstream application, the storage system receives the data sent by the upstream application, and the storage system stores the data and feeds back information including a data storage path to the upstream application. The upstream application receives the information containing the data storage path fed back by the storage system, and the upstream application sends the information containing the data storage path to the small business processing system. The small business processing system receives the information which is sent by the upstream application and contains the data storage path, stores the information which contains the data storage path into the local memory database, and can also synchronize the information in the local memory database periodically.
Optionally, the data processing method further comprises:
monitoring whether the current time is the preset information synchronization time; if the current time is the preset information synchronization time, synchronizing the information containing the data storage path in the local memory database to the corresponding disk.
In this embodiment, the information synchronization time is preset, and it may be set according to the actual situation, and it is monitored whether the current time is the preset information synchronization time, if it is monitored that the current time is the preset information synchronization time, the information including the data storage path in the local memory database is periodically synchronized to the corresponding disk, so that the memory and the disk can be reasonably utilized, and an efficient storage mechanism and a read-write manner are implemented. Moreover, if the local memory database fails, the relevant information can be obtained from the disk.
Optionally, the data processing method further comprises:
receiving a request for changing consumption of the downstream application based on the acquired feedback of the unconsumed data, wherein the request for changing consumption comprises: consumer identification and data to be altered; and according to the consumption changing request, changing the state of the data to be changed in the subscription data corresponding to the consumer identification.
In this embodiment, the downstream application obtains the unconsumed data in the storage system based on the storage path of the unconsumed data, and after the downstream application obtains the unconsumed data of the storage system, the downstream application triggers a change consumption request based on the confirmation consumption record. The small business processing system receives a consumption changing request based on the feedback of the obtained non-consumption data by the downstream application, wherein the consumption changing request comprises a consumer identifier and data to be changed, the state of the data to be changed is changed in subscription data corresponding to the consumer identifier according to the consumption changing request, and the state of the data to be changed is changed into a consumption state, so that the data is consumed.
According to the method and the device, a message processing mechanism similar to the middleware is directly added in the small service processing system, the middleware is not needed, and the problem of the inadaptation of the small service system and the middleware is effectively solved. And the information containing the data storage paths in the local memory database is periodically synchronized to the corresponding disk, so that the memory and the disk can be reasonably utilized, and an efficient storage mechanism and a read-write mode are realized.
Fig. 4 is a schematic structural diagram of a small business processing system provided in the present application, and as shown in fig. 4, a small business processing system 400 provided in this embodiment includes a transceiver unit 401 and a processing unit 402.
The receiving and transmitting unit is used for receiving the consumption request sent by the downstream application. And the processing unit is used for determining the unconsumed data in the current subscription data corresponding to the consumer identifier in the consumption request and acquiring the storage path of the unconsumed data from the information which is sent by the upstream application and contains the data storage path. The receiving and transmitting unit is also used for transmitting the storage path of the unconsumed data to the downstream application so that the downstream application can acquire the unconsumed data in the storage system based on the storage path of the unconsumed data; wherein the storage system is disposed between the upstream application and the downstream application.
Optionally, the processing unit is further configured to obtain a consumption subscription request sent by the downstream application, where the consumption subscription request includes: a consumer identification; and determining subscription data corresponding to the consumer identification according to the consumption subscription request to form a mapping relation between the consumer identification and the subscription data.
Optionally, the processing unit is further configured to monitor and obtain a consumption record corresponding to the consumer identifier, where the consumption record includes: a consumption data identifier; and modifying the state of the subscription data corresponding to the consumption data identification in the subscription data corresponding to the consumer identification from the non-consumption state to the consumption state according to the consumption record.
Optionally, the transceiver unit is further configured to receive information including a data storage path sent by the upstream application. And the processing unit is also used for storing the information comprising the data storage path into a local memory database.
Optionally, the processing unit is further configured to monitor whether the current time is a preset information synchronization time; if the current time is the preset information synchronization time, synchronizing the information containing the data storage path in the local memory database to the corresponding disk.
Optionally, the transceiver unit is further configured to receive a request for changing consumption by the downstream application based on the acquired feedback of the unconsumed data, where the request for changing consumption includes: consumer identification and data to be altered. The processing unit is further used for changing the state of the data to be changed in the subscription data corresponding to the consumer identifier according to the consumption changing request.
Fig. 5 is a block diagram of a server for implementing the data processing method of the present application, and as shown in fig. 5, the server 500 includes: a memory 501, a processor 502 and a transceiver 503.
Processor 502, memory 501 and transceiver 503 are electrically interconnected;
a transceiver 503 for transmitting and receiving data;
memory 501 stores computer-executable instructions;
processor 502 executes computer-executable instructions stored in memory 501, causing processor 502 to perform the methods provided by any of the embodiments described above.
The application also provides a service processing system, which comprises: downstream applications, upstream applications, storage systems, and small business processing systems implementing the methods described above.
In an exemplary embodiment, there is also provided a computer-readable storage medium having stored therein computer-executable instructions for performing the method of any one of the above embodiments by a processor.
In an exemplary embodiment, a computer program product is also provided, comprising a computer program for executing the method of any of the above embodiments by a processor.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the application following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the application pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
It is to be understood that the present application is not limited to the precise arrangements and instrumentalities shown in the drawings, which have been described above, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the application is limited only by the appended claims.

Claims (11)

1. A data processing method for use in a small business processing system, the method comprising:
receiving a consumption request sent by a downstream application, determining non-consumption data in current subscription data corresponding to a consumer identifier in the consumption request, and acquiring a storage path of the non-consumption data from information comprising a data storage path sent by an upstream application;
transmitting the storage path of the unconsumed data to the downstream application so that the downstream application can acquire the unconsumed data in a storage system based on the storage path of the unconsumed data; wherein the storage system is disposed between the upstream application and the downstream application.
2. The method as recited in claim 1, further comprising:
acquiring a consumption subscription request sent by the downstream application, wherein the consumption subscription request comprises: a consumer identification;
and determining subscription data corresponding to the consumer identification according to the consumption subscription request so as to form a mapping relation between the consumer identification and the subscription data.
3. The method as recited in claim 1, further comprising:
monitoring and acquiring a consumption record corresponding to the consumer identifier, wherein the consumption record comprises: a consumption data identifier; and modifying the state of the subscription data corresponding to the consumption data identifier in the subscription data corresponding to the consumer identifier from an unconsumed state to a consumed state according to the consumption record.
4. The method as recited in claim 1, further comprising:
receiving information comprising a data storage path sent by an upstream application;
and storing the information comprising the data storage path into a local memory database.
5. The method as recited in claim 4, further comprising:
monitoring whether the current time is the preset information synchronization time;
and if the current time is the preset information synchronization time, synchronizing the information containing the data storage path in the local memory database to a corresponding disk.
6. The method according to any one of claims 1 to 4, further comprising:
receiving a change consumption request of the downstream application based on the acquired feedback of the unconsumed data, wherein the change consumption request comprises: consumer identification and data to be altered;
and according to the consumption changing request, changing the state of the data to be changed in the subscription data corresponding to the consumer identifier.
7. A compact business processing system, comprising:
the receiving and transmitting unit is used for receiving a consumption request sent by a downstream application;
the processing unit is used for determining the non-consumption data in the current subscription data corresponding to the consumer identification in the consumption request, and acquiring a storage path of the non-consumption data from the information which is sent by the upstream application and contains the data storage path;
the receiving and transmitting unit is further used for transmitting the storage path of the unconsumed data to the downstream application so that the downstream application can acquire the unconsumed data in a storage system based on the storage path of the unconsumed data; wherein the storage system is disposed between the upstream application and the downstream application.
8. A server, comprising: a processor, and a memory communicatively coupled to the processor;
the memory stores computer-executable instructions;
the processor executes computer-executable instructions stored in the memory to implement the method of any one of claims 1 to 6.
9. A business processing system, comprising: downstream application, upstream application, storage system, and small business processing system implementing the method of any of claims 1 to 6.
10. A computer readable storage medium having stored therein computer executable instructions which when executed by a processor are adapted to carry out the method of any one of claims 1 to 6.
11. A computer program product comprising a computer program which, when executed by a processor, implements the method of any of claims 1 to 6.
CN202310198655.3A 2023-03-01 2023-03-01 Data processing method, system, server, storage medium and product Pending CN116244098A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310198655.3A CN116244098A (en) 2023-03-01 2023-03-01 Data processing method, system, server, storage medium and product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310198655.3A CN116244098A (en) 2023-03-01 2023-03-01 Data processing method, system, server, storage medium and product

Publications (1)

Publication Number Publication Date
CN116244098A true CN116244098A (en) 2023-06-09

Family

ID=86630916

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310198655.3A Pending CN116244098A (en) 2023-03-01 2023-03-01 Data processing method, system, server, storage medium and product

Country Status (1)

Country Link
CN (1) CN116244098A (en)

Similar Documents

Publication Publication Date Title
CN110808948B (en) Remote procedure calling method, device and system
CN114363407B (en) Message service method and device, readable storage medium and electronic equipment
CN113391979A (en) Processing method, equipment and system for monitoring data display and storage medium
CN107395559B (en) Data processing method and device based on redis
CN106936896B (en) The data transferring method and device of Kafka cluster
CN109462640B (en) Metadata synchronization method, data terminal, interaction system and medium
CN112583931A (en) Message processing method, message middleware, electronic device and storage medium
CN111277483B (en) Multi-terminal message synchronization method, server and storage medium
CN110012115A (en) The update method and system of direct broadcasting room pushed information
CN112600881A (en) Method, device, server and storage medium for providing service of internet of things
CN108289055B (en) Distributed real-time chat system and method based on Redis subscription service
CN106899605B (en) Communication method and device based on STOMP protocol
CN111124717A (en) Message delivery method, system and computer storage medium
CN112131014B (en) Decision engine system and business processing method thereof
CN112491951B (en) Request processing method, server and storage medium in peer-to-peer network
CN113342764A (en) Data synchronization method and device among different cloud servers
US11582320B2 (en) Message transmitting and receiving method, communication apparatus, and program
CN110798495A (en) Method and server for end-to-end message push in cluster architecture mode
US8799212B2 (en) Repository synchronization in a ranked repository cluster
CN103034632A (en) Information transmitting method and a system
CN116244098A (en) Data processing method, system, server, storage medium and product
CN110572350B (en) Method and equipment for carrying out IMS service registration
CN114885020A (en) Data transmission system and method
US20210287181A1 (en) Method and apparatus for processing time records
CN113301088B (en) Message processing method, device and system, electronic equipment and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination