CN110430263B - Value added service processing system and method - Google Patents

Value added service processing system and method Download PDF

Info

Publication number
CN110430263B
CN110430263B CN201910716604.9A CN201910716604A CN110430263B CN 110430263 B CN110430263 B CN 110430263B CN 201910716604 A CN201910716604 A CN 201910716604A CN 110430263 B CN110430263 B CN 110430263B
Authority
CN
China
Prior art keywords
service
event
value added
processing
service processing
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
Application number
CN201910716604.9A
Other languages
Chinese (zh)
Other versions
CN110430263A (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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN201910716604.9A priority Critical patent/CN110430263B/en
Publication of CN110430263A publication Critical patent/CN110430263A/en
Application granted granted Critical
Publication of CN110430263B publication Critical patent/CN110430263B/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/50Network services
    • H04L67/55Push-based network services
    • 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/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention provides a value added service processing system and a method, wherein the system comprises: the transaction gateway is used for receiving a service request sent by a service terminal; the service processing device is used for storing the service event of the value added service to be triggered to the shared memory according to the service request; and the value added service processing device is used for processing the value added service according to the service event in the shared memory and a preset value added service processing rule. The invention realizes the cross-platform data rapid transmission, so that the core service transaction system can rapidly trigger the value-added event of the value-added service system through the service event, rapidly generate the value-added service and push the value-added service to the client, thereby greatly improving the processing timeliness of the value-added service.

Description

Value added service processing system and method
Technical Field
The invention relates to a data processing technology, in particular to an online real-time data processing technology, and specifically relates to a value added service processing system and a method.
Background
Business management of enterprises is generally divided into core business and value added business, and the value added business is spread around the core business. For example, the account service of the financial institution is the core service, and the marketing service and the notification service are the value-added services.
To support more concurrent core services, common designs generally split the core service system and the value added service system into two subsystems. The value added service of the value added service system is driven by the event of the core service system. The transaction of a core service may relate to multiple value-added services, such as balance change short messages, transaction risk monitoring, short message marketing and the like during account movement. The common design is that a core transaction generates a value-added event according to a value-added service protocol signed by a client, the value-added event with a transaction consistency requirement is generally written into a database, and then the value-added event is pushed to a value-added service system by a background process through scanning the database.
In the prior art, in the aspect of time efficiency, the value added service has a certain time delay relative to the core service, and is a quasi-real-time value added service. In addition, the quasi-real-time value-added service system design mainly has the following problems: the value-added event message needs to be written into a database by core service transaction, then is pushed after being read out by a background, has high performance consumption and needs to occupy certain CPU resources of a core service system. The message is pushed by the background, and certain communication resources need to be occupied. After the message is written into the database, the message is asynchronously scanned and pushed by the background, the delay time is long, generally, the delay time is several seconds, and simply shortening the delay time generally increases the performance consumption.
Disclosure of Invention
In order to improve the processing efficiency of the value added service, reduce the complexity of core service processing, and improve user experience, an embodiment of the present invention provides a value added service processing system, which includes:
the transaction gateway is used for receiving a service request sent by a service terminal;
the service processing device is used for storing the service event of the value added service to be triggered to the shared memory according to the service request;
and the value added service processing device is used for processing the value added service according to the service event in the shared memory and a preset value added service processing rule.
In the embodiment of the present invention, the service processing apparatus includes:
the shared memory device is used for storing the service event of the value added service to be triggered to the shared memory according to the service request;
and the online transaction processing device is used for processing the service according to the service request to generate a service processing return packet and generating a shared packet according to the service event in the shared memory.
In an embodiment of the present invention, the transaction gateway includes:
the communication device is used for sending the service request to the service processing device and receiving the sharing packet and the service processing return packet;
and the bypass device is used for sending the sharing packet and the service processing return packet to the value-added service processing device.
In an embodiment of the present invention, the communication device further includes:
and the message processing module is used for sending the service processing return packet to a service terminal.
In the embodiment of the invention, the value added service processing device comprises:
the stream data processing module is used for analyzing the sharing packet to determine a service event;
the rule engine module is used for determining the value-added event according to the service event and a preset value-added service processing rule;
and the value-added event processing module is used for processing the value-added service according to the determined value-added event to generate a value-added service processing result.
In an embodiment of the present invention, the stream data processing module includes:
the analysis unit is used for analyzing the sharing packet and the service processing return packet and determining a service event and a service processing state;
the judging unit is used for judging whether to carry out value added service processing according to the service processing state;
and the sending unit is used for sending the service event to the rule engine module when the value added service is determined to be processed.
In the embodiment of the present invention, the preset value added service processing rule includes: business event basic information and configurable business rules are stored in advance.
In the embodiment of the present invention, the rule engine module includes:
the matching unit is used for determining the business event basic information and the configurable business rule corresponding to the current business event according to the business event;
and the rule configuration unit is used for determining the value-added event according to the determined service event basic information and the configurable service rule configuration.
In the embodiment of the present invention, the value added service for processing the value added service includes: balance change, risk monitoring and short message marketing.
Meanwhile, the invention also provides a value added service processing method, which comprises the following steps:
receiving a service request sent by a service terminal;
storing the service event of the value added service to be triggered to a shared memory according to the service request;
and processing the value added service according to the service event in the shared memory and a preset value added service processing rule.
In the embodiment of the present invention, the storing the service event of the value added service to be triggered to the shared memory according to the service request includes:
storing the service event of the value added service to be triggered to a shared memory according to the service request;
and performing service processing according to the service request to generate a service processing return packet, and generating a shared packet according to the service event in the shared memory.
In the embodiment of the present invention, the method further includes:
and sending the service processing return packet to a service terminal.
In the embodiment of the present invention, the processing the value added service according to the service event in the shared memory and the preset value added service processing rule includes:
analyzing the shared packet to determine a service event;
determining a value added event according to the service event and a preset value added service processing rule;
and processing the value added service according to the determined value added event to generate a value added service processing result.
In an embodiment of the present invention, the method further includes:
analyzing the sharing packet and the service processing return packet, and determining a service event and a service processing state;
and the system is used for judging whether to carry out value added service processing according to the service processing state.
In the embodiment of the present invention, the preset value added service processing rule includes: business event basic information and configurable business rules are stored in advance.
In the embodiment of the present invention, the method further includes:
determining business event basic information and a configurable business rule corresponding to the current business event according to the business event;
and determining the value-added event according to the determined service event basic information and the configurable service rule configuration.
Meanwhile, the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the method when executing the computer program.
Meanwhile, the invention also provides a computer readable storage medium, and a computer program for executing the method is stored in the computer readable storage medium.
The invention provides a real-time value-added service processing system and a method, which realize the cross-platform data rapid transmission by a memory sharing technology, a data bypass technology, a stream processing data technology and a multiplexing existing transaction loop, so that a core service transaction system can rapidly trigger the value-added event of the value-added service system through the service event, rapidly generate the value-added service and push the value-added service to a client, thereby greatly improving the processing timeliness of the value-added service and improving the satisfaction degree of the client. The complexity of core service processing is reduced so as to improve the concurrent processing capacity of a core service system; on the other hand, the processing efficiency of the value added service is improved, and the customer experience of enterprise service is improved.
In order to make the aforementioned and other objects, features and advantages of the invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flow chart of a value added service processing method provided by the present invention;
FIG. 2 is a block diagram of a prior art enterprise business transaction processing flow;
fig. 3 is a structural diagram of a real-time value-added service system disclosed in the embodiment of the present invention;
fig. 4 is a flow chart of a real-time value-added service method disclosed in the embodiment of the present invention;
fig. 5 is a block diagram of an electronic device disclosed in an embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, a flowchart of a value added service processing method provided by the present invention includes:
step S101, receiving a service request sent by a service terminal;
step S102, storing the service event of the value added service to be triggered to a shared memory according to the service request;
and step S103, processing the value added service according to the service event in the shared memory and a preset value added service processing rule.
In the embodiment of the present invention, in step S102, storing the service event of the value added service to be triggered to the shared memory according to the service request includes:
storing the service event of the value added service to be triggered to a shared memory according to the service request;
and performing service processing according to the service request to generate a service processing return packet, and generating a shared packet according to the service event in the shared memory.
In the embodiment of the present invention, the processing the value added service according to the service event in the shared memory and the preset value added service processing rule in step S103 includes:
analyzing the shared packet to determine a service event;
determining a value added event according to the service event and a preset value added service processing rule;
and processing the value added service according to the determined value added event to generate a value added service processing result.
In the embodiment of the present invention, the method for processing a value added service further includes:
analyzing the sharing packet and the service processing return packet, and determining a service event and a service processing state;
and the system is used for judging whether to carry out value added service processing according to the service processing state. Namely, according to the service processing state, the service execution result is obtained, and if the service execution fails, the corresponding value added service processing is not performed.
In the embodiment of the invention, the preset value added service processing rule comprises the following steps: business event basic information and configurable business rules are stored in advance.
In the embodiment of the present invention, the method for processing the value added service further includes:
determining business event basic information and a configurable business rule corresponding to the current business event according to the business event;
and determining the value-added event according to the determined service event basic information and the configurable service rule configuration.
The technical solution of the present invention will be described in further detail with reference to specific embodiments. In order to better understand the technical principle of the implementation of the invention, a brief description is first made on the business transaction processing flow of the enterprise in the prior art. Referring to fig. 2, a client initiating a real-time service from a terminal system will be described as an example.
As shown in fig. 2, in the prior art, an enterprise transaction processing flow includes a terminal system 11, a transaction gateway 12, a core service system 13, and a value added service system 14, where the terminal system 11 is connected to the transaction gateway 12, the transaction gateway 12 is connected to the core service system 13, and the core service system 13 is connected to the value added service system 14.
All business transactions of the enterprise are sent to the core business system 13 through the transaction gateway 12, and the processing result of the core business system 13 is returned to the terminal user through the transaction gateway 12; when the value added service occurs in the transaction of the core service system 13, the online transaction of the core service system 13 writes the data into the database, and then sends the data to the value added service system 14 through the background transaction, and then the value added service is processed by the value added service system 14. The terminal system 11 depicted in fig. 2 includes a terminal interface and a terminal server, and is configured to receive a service request sent by a client terminal, and present a processing result to a client. The transaction gateway 12 is a connection node between the core service system 13 and the terminal system 11, and is mainly responsible for communication protocol conversion and code system conversion between the core service system 13 and the terminal system 11, and sending a service request of a client to the core service system 13; the core business system 13 is the core of enterprise business processing, is responsible for processing enterprise online business, receives the business request of the customer from the transaction gateway 12, and stores the processing result in the database; the online transaction relates to the value added service, an event is generated according to the content of a value added protocol and is registered in a database, the background transaction sends the event to the value added service system 14, and the value added service system 14 is responsible for processing the event driven by a core service system, such as sending a balance change short message to a client, monitoring risks after the transaction, marketing of the client and the like.
In order to reduce the complexity of processing by the core service system 13 in the prior art shown in fig. 2 and improve the processing response time of the online transaction of the core service system 13, so as to improve the concurrent processing capability of the whole system, the embodiment of the present invention reduces the online transaction of the core service system and reduces the operation of the non-main service process; meanwhile, in the prior art, a value-added event is pushed to a value-added service system in a background transaction asynchronous mode, delay of several seconds is needed, and the delay needs to be further reduced so as to improve the timeliness of the value-added service and improve the user experience of a customer.
As shown in fig. 3, a real-time value-added service system provided for the embodiment of the present invention includes a terminal system 21, the terminal system 21 is connected to a transaction gateway 22, the transaction gateway 22 includes a communication device 221 and an information bypass device 222, the communication device 221 is connected to the information bypass device 222, and the transaction gateway 22 is connected to a core service system 23 through the communication device 221; the core service system 23 includes an online transaction 231 and a shared memory device 232, the online transaction 231 is initiated by the core service system 23 after receiving the transaction request, and the online transaction 231 is connected to the shared memory device 232. The information bypass device 222 of the transaction gateway 22 is connected to the stream data processing device 241 of the value added service system 24, the stream data processing device 241 is connected to the rule engine device 242, and the rule engine device 242 is connected to the value added event processing device 243.
The customer takes business action and sends it to the transaction gateway 22 through the terminal system 21, and the transaction gateway 22 sends the transaction request to the core business system 23 through the communication device 221.
The core service system 23 is connected to the transaction gateway 22, when the core service system 23 receives a transaction request, the on-line transaction 231 is initiated, and the on-line transaction 231 is connected to the shared memory device 232. When the online transaction 231 is processed to a service flow that needs to trigger a value-added service, a service event is written into the shared memory through the shared memory device 232, for example, when an account changes, necessary elements notified by a balance change short message such as account information, an amount of the account, and a balance are written into the shared memory. The online transaction of the link does not need to access a value added service protocol, does not process value added service data, and only provides event information required by the value added service so as to reduce the processing complexity of the online transaction. The transaction access layer of the online transaction 231 reads the shared information written by other programs of the transaction through the shared memory device 232 to generate a shared packet, and the shared packet and the transaction return packet are packaged and returned to the transaction gateway 22.
The shared memory device 231 is connected with the online transaction, and is a core component of the system and is responsible for data sharing of the online transaction across program levels, so that the service program of the online transaction does not need to exchange data through a program communication area, and when a value-added service is newly added, the modification of a full link program is not needed, and only the service program related to a value-added event needs to be triggered to write event information into the shared memory.
The shared memory of the invention adopts transaction-level shared memory, and the concept of the transaction-level shared memory means that the memory area in the memory can be accessed only by the transaction process. When the online transaction is called for the first time, the transaction access layer program calls the shared memory device to create, and destroys the shared memory device along with the end of the transaction. The transaction-level shared memory device has the functions of applying and destroying the shared memory; realizing data read-write requests among different level programs of the same online transaction; the isolation of online transaction is realized, namely different transaction processes access own exclusive shared memory area respectively; the loose coupling management of the shared data is realized, and a plurality of service event messages of the same transaction are not influenced mutually.
The memory sharing device in the embodiment of the present invention is not limited to the transaction-level shared memory in this embodiment, and the same effect can be achieved by using a global shared memory. The implementation method of the global shared memory device is that when a core service system is started, a larger memory area is applied, a certain number of token buckets are set by the memory sharing device, the global shared memory area is divided into a plurality of equal parts according to the number of the token buckets, and each token bucket corresponds to one small memory area. After the online transaction is started, the memory sharing device is called at the online access layer to apply for the token bucket, and the subsequent memory operation is to operate the memory area corresponding to the token bucket. In a specific implementation, the global shared memory increases the complexity of memory management, so that the transaction-level shared memory may be preferably used for implementation.
The communication device 221 of the transaction gateway 22 receives the transaction return message of the core service system 23, and sends the shared packet and the return packet to the information bypass device 222, and the information bypass device 222 sends the message to the value added service system 24. The communication device checks the return packet of the core service system 23, and if the return packet includes the transaction return packet and the shared packet, the shared packet is removed, and only the transaction return packet is returned to the terminal system 21. The communication device 221 of the transaction gateway 22 isolates the shared packet additionally added in the communication of the core service system, thereby shielding the influence of the added shared packet on the terminal system 21, and having no perception to the terminal system and the client.
The stream data processing device 241 is an inlet of the value added service system 24, is connected to the information bypass device 222, and is responsible for processing such as collecting, analyzing, decoding, and the like of a message, so as to realize that data is processed as soon as possible. The stream data processing device 241 is also connected to the rule engine device 242, obtains the service event by parsing and decoding, and sends the service event to the rule engine device 242 to trigger the calculation task. The rule engine device 242 contains basic information such as value-added protocols, media, clients, etc., and supports configurable business rules. By adopting a distributed memory processing technology, information such as protocols, media, clients, service rules, etc. is loaded into a memory to form a rule engine, and after a service event triggers a calculation task, matching and calculation between the event and the rule are realized, a value-added event is generated, and the value-added event is sent to the value-added event processing device 243. A business event can generate a plurality of value-added events, such as an account change, a balance change short message, a risk monitoring message and business marketing information through a rule engine. The value-added event processing device 243 is connected to the rule engine device 242, and the value-added event processing device 243 receives the value-added event of the rule engine device 242, and is responsible for landing of specific value-added services, such as a balance change event, and triggers sending of a short message to a client for processing. For example, the risk monitoring event is carried out, according to the risk monitoring model, the risk monitoring is carried out on the business of the client, and whether the account of the client is embezzled or not, whether transaction fraud exists or not is evaluated. The value-added event processing device persists the value-added event so as to support subsequent operations of inquiry, analysis, confirmation and the like.
The transaction mechanism of the memory operation is often complex, so the shared memory device 232 may not implement the transaction mechanism, and after receiving the transaction message, the stream data processing device 241 may determine whether to flow data into the rule engine by analyzing the service processing state in the transaction return packet, for example, if the transaction changes and then rollback occurs, and if no account is deducted in the core service system 23, no balance change event may be generated by the service processing state. Therefore, the affairs of the core service and the value added service are realized.
The real-time value-added service system provided by the embodiment of the invention avoids data writing into a database and staying through a memory sharing mechanism, realizes parallel processing of data in two parts at the transaction gateway 22, and simultaneously sends the data to the terminal system and the value-added service system, the data processing is finished in the memory, the I/O overhead of disk access is avoided, and the data does not stay in the whole processing process, thereby realizing the rapid processing of streaming data, achieving very high time efficiency and achieving the basic real-time processing effect. The core service system 23 only generates service events without value-added service processing logic such as protocol judgment and the like, so that the processing complexity of online transaction can be reduced, and the memory sharing performance consumption is far less than that of a database, thereby achieving the purpose of slimming the core service of an enterprise and improving the concurrent processing capability of the core service system 23.
Fig. 4 is a flow chart of a method for implementing the present invention. The specific treatment process is as follows,
step 301, the service request of the client is sent from the terminal system 21 to the transaction gateway 22, and then sent to the core service system 23 by the transaction gateway 22, and the core service system triggers the online transaction to perform the online transaction service processing.
Step 302, when the service processing program of the online transaction processes the service event that needs to trigger the value-added event, the service event is written into the shared memory. Shared memory device 232 manages the shared memory.
Step 303, when the business process is completed, returning to the online transaction entrance for processing.
Step 304, the entrance access layer of the online transaction accesses the service event in the shared memory to generate the shared packet of the transaction. The shared package may contain a plurality of service events, depending on the specific service processing logic. And adjusting the transaction return packet, adding a shared packet mark, and packaging and returning the transaction service return packet and the shared packet to the transaction gateway 22.
Step 305, the communication device of the transaction gateway 22 processes the transaction message, on one hand, sends the message to the bypass device, on the other hand, judges the shared packet flag, determines whether the message contains the shared packet, if yes, removes the shared packet, and only returns the service processing return packet to the terminal system 21, so that the communication device shields the shared packet from the terminal system.
In step 306, the information bypass device 222 sends the transaction processing return message (including the service return packet and the shared packet) of the core service system 23 to the value added service system 24.
In step 307, the stream data processing device 241 receives the message sent by the information bypass device 222, performs analysis and decoding on the message, and performs preliminary judgment and filtering on the service processing state, such as judging whether the transaction is successful or failed, and matching the rule that the balance is not changed in failure, so as to reduce the data processing amount of the rule engine device, and realize the fast processing of the data in-coming and in-going processing.
At step 308, the rules engine 242 triggers a computing task via a business event. According to a rule engine composed of basic information such as protocols, media, clients, and the like loaded in advance and elements such as business rules, matching and calculation between the business events and the rules are realized, and value-added events are generated and sent to the value-added event processing device 243. And information organization rule engines such as a balance change protocol and a balance change sending channel of the client generate a balance change short message for the account deduction service event to inform the client. For example, a wind control rule is set for swiping a credit card for 3 times in one minute to generate a wind control event, when a business event passes through a rule engine, the debit card does not generate the wind control event, and the credit card is calculated whether a wind control trigger condition is met.
In step 309, the value added event processing device 243 is responsible for landing of the specific value added service, and the final goal of the value added service system construction is realized, such as a balance change event, which triggers sending of a short message to the client for processing. For example, the risk monitoring event is carried out, according to the risk monitoring model, the risk monitoring is carried out on the business of the client, and whether the account of the client is embezzled or not, whether transaction fraud exists or not is evaluated. The value-added event processing device persists the value-added event so as to support subsequent operations of inquiry, analysis, confirmation and the like.
The embodiment of the present invention further provides an electronic device, which may be a desktop computer, a tablet computer, a mobile terminal, and the like, and the implementation of the electronic device may refer to the foregoing embodiments, and the contents thereof are incorporated herein, and the repeated descriptions are omitted.
Fig. 5 is a schematic block diagram of a system configuration of the electronic apparatus 40 according to the embodiment of the present invention. As shown in fig. 5, the electronic device 40 may include a processor 41 and a memory 42; the memory 42 is coupled to the processor 41 by a bus 43. Notably, this diagram is exemplary; other types of structures may also be used in addition to or in place of the structure to implement telecommunications or other functions.
In one embodiment, the value added service processing functions may be integrated into the processor 41. Wherein the processor 41 may be configured to control as follows: receiving a service request sent by a service terminal; storing the service event of the value added service to be triggered to a shared memory according to the service request; and processing the value added service according to the service event in the shared memory and a preset value added service processing rule.
An embodiment of the present invention further provides a computer-readable program, where when the program is executed in an electronic device, the program causes a computer to execute the value added service processing function in the electronic device.
An embodiment of the present invention further provides a storage medium storing a computer-readable program, where the computer-readable program enables a computer to execute the value added service processing function described in the above embodiment in an electronic device.
The invention provides a real-time value-added service system and a method, which realize the rapid transmission of cross-platform data through a memory sharing technology, a data bypass technology, a stream processing data technology and a multiplexing existing transaction loop, so that a core service transaction system can rapidly trigger a value-added event of the value-added service system through a service event, rapidly generate the value-added service and push the value-added service to a client, thereby greatly improving the processing timeliness of the value-added service and improving the satisfaction degree of the client.
Based on the high timeliness of the value added service processing, the invention can further mine the service flow which can be separated from the core service flow in practice, optimize the fat transaction of the core service into the thin transaction, reduce the processing complexity and the performance consumption of the online transaction of the core service system, and improve the concurrent processing capability of the core service system. The core business system can support higher concurrency under the condition of same IT resource investment, and the input cost of IT resources is saved.
The preferred embodiments of the present invention have been described above with reference to the accompanying drawings. The many features and advantages of the embodiments are apparent from the detailed specification, and thus, it is intended by the appended claims to cover all such features and advantages of the embodiments that fall within the true spirit and scope thereof. Further, since numerous modifications and changes will readily occur to those skilled in the art, it is not desired to limit the embodiments of the invention to the exact construction and operation illustrated and described, and accordingly, all suitable modifications and equivalents may be resorted to, falling within the scope thereof.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The principle and the implementation mode of the invention are explained by applying specific embodiments in the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (13)

1. A value added service processing system, the system comprising:
the transaction gateway is used for receiving a service request sent by a service terminal;
the service processing device is used for storing the service event of the value added service to be triggered to the shared memory according to the service request;
the value added service processing device is used for processing the value added service according to the service event in the shared memory and a preset value added service processing rule;
the service processing device comprises:
the shared memory device is used for storing the service event of the value added service to be triggered to the shared memory according to the service request;
the online transaction processing device is used for processing the service according to the service request to generate a service processing return packet and generating a shared packet according to the service event in the shared memory;
the transaction gateway comprises:
the communication device is used for sending the service request to the service processing device and receiving the sharing packet and the service processing return packet;
the bypass device is used for sending the sharing packet and the service processing return packet to the value-added service processing device;
the communication device further comprises:
the message processing module is used for sending the service processing return packet to a service terminal;
the transaction gateway comprises: the communication device is connected with the information bypass device, the transaction gateway is connected with the service processing device through the communication device, and the information bypass device of the transaction gateway is connected with the value-added service processing device.
2. The value added service processing system according to claim 1, wherein said value added service processing means comprises:
the stream data processing module is used for analyzing the sharing packet to determine a service event;
the rule engine module is used for determining the value-added event according to the service event and a preset value-added service processing rule;
and the value added event processing module is used for processing the value added service according to the determined value added event to generate a value added service processing result.
3. The value added service processing system of claim 2, wherein the stream data processing module comprises:
the analysis unit is used for analyzing the sharing packet and the service processing return packet and determining a service event and a service processing state;
the judging unit is used for judging whether to carry out value added service processing according to the service processing state;
and the sending unit is used for sending the service event to the rule engine module when the value added service is determined to be processed.
4. The value added service processing system according to claim 2, wherein the preset value added service processing rules comprise: and pre-storing basic information of the business event and configurable business rules.
5. The value added service processing system of claim 2 wherein said rules engine module comprises:
the matching unit is used for determining the business event basic information and the configurable business rule corresponding to the current business event according to the business event;
and the rule configuration unit is used for determining the value-added event according to the determined service event basic information and the configurable service rule configuration.
6. The value added service processing system of claim 1, wherein the value added service for performing the value added service processing comprises: balance change, risk monitoring and short message marketing.
7. A value added service processing method is characterized in that the method comprises the following steps:
receiving a service request sent by a service terminal;
storing the service event of the value added service to be triggered to a shared memory according to the service request;
processing the value added service according to the service event in the shared memory and a preset value added service processing rule;
the storing the service event of the value added service to be triggered to the shared memory according to the service request comprises:
storing the service event of the value added service to be triggered to a shared memory according to the service request;
performing service processing according to the service request to generate a service processing return packet, and generating a shared packet according to a service event in a shared memory;
the method further comprises the following steps:
sending the service processing return packet to a service terminal;
the value added service processing according to the service event in the shared memory and the preset value added service processing rule comprises the following steps:
analyzing the shared packet to determine a service event;
determining a value added event according to the service event and a preset value added service processing rule;
and processing the value added service according to the determined value added event to generate a value added service processing result.
8. The value added service processing method of claim 7, wherein said method further comprises:
analyzing the sharing packet and the service processing return packet, and determining a service event and a service processing state;
and the system is used for judging whether to carry out value added service processing according to the service processing state.
9. The value added service processing method according to claim 7, wherein the preset value added service processing rule comprises: business event basic information and configurable business rules are stored in advance.
10. The value added service processing method of claim 7, wherein said method further comprises:
determining business event basic information and a configurable business rule corresponding to the current business event according to the business event;
and determining the value-added event according to the determined service event basic information and the configurable service rule configuration.
11. The value added service processing method of claim 7, wherein the value added service for performing the value added service processing comprises: balance change, risk monitoring and short message marketing.
12. A computer arrangement comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 7 to 11 when executing the computer program.
13. A computer-readable storage medium, characterized in that it stores a computer program which, when executed by a computer, causes the computer to carry out the method of any one of claims 7 to 11.
CN201910716604.9A 2019-08-05 2019-08-05 Value added service processing system and method Active CN110430263B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910716604.9A CN110430263B (en) 2019-08-05 2019-08-05 Value added service processing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910716604.9A CN110430263B (en) 2019-08-05 2019-08-05 Value added service processing system and method

Publications (2)

Publication Number Publication Date
CN110430263A CN110430263A (en) 2019-11-08
CN110430263B true CN110430263B (en) 2022-07-05

Family

ID=68414157

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910716604.9A Active CN110430263B (en) 2019-08-05 2019-08-05 Value added service processing system and method

Country Status (1)

Country Link
CN (1) CN110430263B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1588943A (en) * 2004-09-01 2005-03-02 杭州恒生电子股份有限公司 Method for processing shared data in on-line processing system
CN103106218A (en) * 2011-11-15 2013-05-15 中国银联股份有限公司 Plug-in type online transaction processing system and plug-in type online transaction processing method
CN105262614A (en) * 2015-09-08 2016-01-20 北京思特奇信息技术股份有限公司 Service processing method and system based on service plug-in
CN106210021A (en) * 2016-07-05 2016-12-07 中国银行股份有限公司 The method for real-time monitoring of financial application system online business and supervising device
CN107172160A (en) * 2017-05-23 2017-09-15 中国人民银行清算总中心 The Service controll management assembly device of payment transaction system
CN109791676A (en) * 2016-05-25 2019-05-21 思特明艾戈公司 Trading processing based on shared drive

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9256734B2 (en) * 2012-04-27 2016-02-09 Broadcom Corporation Security controlled multi-processor system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1588943A (en) * 2004-09-01 2005-03-02 杭州恒生电子股份有限公司 Method for processing shared data in on-line processing system
CN103106218A (en) * 2011-11-15 2013-05-15 中国银联股份有限公司 Plug-in type online transaction processing system and plug-in type online transaction processing method
CN105262614A (en) * 2015-09-08 2016-01-20 北京思特奇信息技术股份有限公司 Service processing method and system based on service plug-in
CN109791676A (en) * 2016-05-25 2019-05-21 思特明艾戈公司 Trading processing based on shared drive
CN106210021A (en) * 2016-07-05 2016-12-07 中国银行股份有限公司 The method for real-time monitoring of financial application system online business and supervising device
CN107172160A (en) * 2017-05-23 2017-09-15 中国人民银行清算总中心 The Service controll management assembly device of payment transaction system

Also Published As

Publication number Publication date
CN110430263A (en) 2019-11-08

Similar Documents

Publication Publication Date Title
CN107464151B (en) Order data processing method and device for high-concurrency service
CN108197176A (en) Core bank data processing method and its system based on distributed type assemblies framework
JP2012533824A (en) Systems and methods for real-time batch account processing
CN107729176A (en) The disaster recovery method and disaster tolerance system of a kind of profile management systems
WO2020258666A1 (en) Distributed system and data processing method
CN109254854A (en) Asynchronous invoking method, computer installation and storage medium
US20200082495A1 (en) Interaction monitoring for virtualized graphics processing
CN111324615A (en) Data processing method, device, medium and electronic equipment
CN114358921A (en) System switching method, apparatus, device, medium, and program product
CN113132400B (en) Business processing method, device, computer system and storage medium
CN104317660B (en) A kind of bank's parameter management system
CN111292028A (en) Inventory information processing method and system, computer system and readable storage medium
CN113052687A (en) Transaction routing distribution method and related device
CN108804155A (en) Profile acquisition method, device, terminal and computer readable storage medium
CN111125168B (en) Data processing method and device, electronic equipment and storage medium
CN110430263B (en) Value added service processing system and method
CN112449021B (en) Internet resource screening method and device
KR102637173B1 (en) System of Blockchain Framework for 5G Mobile Edge Computing, Device and Management Method thereof
CN116302328A (en) Intelligent contract data processing method and system
US20230093004A1 (en) System and method for asynchronous backend processing of expensive command line interface commands
Sha et al. Performance modeling of openstack cloud computing platform using performance evaluation process algebra
CN115080449A (en) Test method, device, equipment, medium and program product
CN114327404A (en) File processing method and device, electronic equipment and computer readable medium
CN114169997A (en) Deduction method and device
CN110908821B (en) Method, device, equipment and storage medium for task failure management

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