CN110688113A - Cross-system data calling method, device and system - Google Patents
Cross-system data calling method, device and system Download PDFInfo
- Publication number
- CN110688113A CN110688113A CN201910926614.5A CN201910926614A CN110688113A CN 110688113 A CN110688113 A CN 110688113A CN 201910926614 A CN201910926614 A CN 201910926614A CN 110688113 A CN110688113 A CN 110688113A
- Authority
- CN
- China
- Prior art keywords
- data
- service system
- calling
- instruction
- submodule
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/36—Software reuse
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
- G06F8/44—Encoding
- G06F8/443—Optimisation
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Telephonic Communication Services (AREA)
- Hardware Redundancy (AREA)
Abstract
The invention discloses a cross-system data calling method, a device and a system. The system comprises a first service system and a second service system which are independent of each other, wherein the first service system and the second service system respectively comprise a first application module and a second application module which realize the same function; the first application module comprises a data acquisition submodule for acquiring original data for realizing a target function, a first data processing submodule for performing data processing on the original data and an instruction response submodule for responding to a data calling instruction sent by a second service system and sending the original data to the second service system; the second application module comprises a data calling submodule for sending a data calling instruction to the first service system and a second data processing submodule for carrying out data processing on the received data according to a preset data processing logic. Therefore, the problems of system code redundancy and low flexibility in the related technology are effectively solved, the working efficiency of maintainers is improved, and the system maintenance cost is reduced.
Description
Technical Field
The invention relates to the technical field of data processing, in particular to a cross-system data calling method, device and system.
Background
With the rapid development of software technology, more and more software systems for realizing multiple functions are provided. There inevitably will be applications of different software systems that implement the same functionality, such as an external system provided for use by a user and an internal system provided for use by a worker of a management function, respectively, it being understood that there will necessarily be applications of the same functionality for the external system and the internal system. For example, an online shopping system provided by an e-commerce company may need to count which commodities are popular with an external system according to a shopping activity of a user, and the search popularity is high, so as to push popular products to the user; the e-commerce company may need to optimize the display information of hot products and the like accordingly in order to make the system more useful. These two scenarios may require a function to be used simultaneously: and inquiring and searching commodities with higher popularity and larger volume of bargaining.
For the above scenario, the related art generally copies two codes with the same function, and adds the two codes to two systems respectively. However, this has a disadvantage that, for example, if the logic of the query changes, the codes of all the query functions in the two systems should be modified simultaneously, which will increase the workload of the worker and is not flexible enough.
In view of this, for two systems having the same function and being independent of each other, how to solve the problems of system code redundancy, low flexibility and high maintenance cost caused by copying two copies of the same function implementation code into the two systems respectively is a technical problem faced by those skilled in the art.
Disclosure of Invention
The embodiment of the disclosure provides a cross-system data calling method, a cross-system data calling device and a cross-system data calling system, which effectively solve the problems of system code redundancy and low flexibility caused by copying two identical function implementation codes into two mutually independent systems with identical functions respectively, and are beneficial to improving the working efficiency of system maintenance personnel and reducing the maintenance cost of the identical function implementation codes.
In order to solve the above technical problems, embodiments of the present invention provide the following technical solutions:
one aspect of the embodiments of the present invention provides a cross-system data call system, including a first service system and a second service system that are independent of each other; the first business system comprises a first application module, the second business system comprises a second application module, and the first application module and the second application module are used for realizing the same function;
the first application module comprises a data acquisition sub-module, a first data processing sub-module and an instruction response sub-module; the data acquisition submodule is used for acquiring original data for realizing a target function, and the first data processing submodule is used for processing the original data; the instruction response submodule is used for responding to a data calling instruction sent by the second service system and sending the original data to the second service system;
the second application module comprises a data calling submodule and a second data processing submodule; the data calling submodule is used for sending a data calling instruction to the first service system, and the second data processing submodule is used for carrying out data processing on received data according to a preset data processing logic.
Optionally, the second service system generates the second data processing sub-module according to the compiled data processing logic code packet corresponding to the first data processing sub-module, which is sent by the first service system in a packet manner.
Optionally, the second application module further includes an error reporting sub-module;
and the error reporting submodule is used for broadcasting data and calling an error instruction if the original data fed back by the first service system is not received within a preset time period.
Optionally, the first service system further includes a fault handling module;
and the fault processing module is used for packaging and sending the data acquisition logic code compiled by the data acquisition submodule correspondingly to the second service system when receiving a data call error instruction sent by the second service system.
In another aspect, an embodiment of the present invention provides a cross-system data calling method based on a second service system, including:
when receiving a target function implementing instruction, sending a data calling instruction to a first service system, wherein the data calling instruction is used for acquiring original data for implementing the target function;
when the original data fed back by the first service system is received, processing the original data by using a preset data processing logic;
the first service system and the second service system are independent of each other and each comprise an application module for realizing the target function.
Optionally, after sending the data call instruction to the first service system, the method further includes:
and if the original data fed back by the first service system are not received within a preset time period, broadcasting data and calling an error instruction.
The embodiment of the present invention further provides a cross-system data calling device, which is based on a second service system, and includes:
the data calling submodule is used for sending a data calling instruction to the first service system when receiving a target function realizing instruction, and the data calling instruction is used for acquiring original data for realizing the target function; the first service system and the second service system are independent of each other and both comprise application modules for realizing the target functions;
and the second data processing submodule is used for processing the original data fed back by the first service system by using a preset data processing logic when the original data are received.
In another aspect, an embodiment of the present invention provides a cross-system data calling method, which is based on a first service system, and includes:
receiving a data calling instruction sent by a second service system, wherein the data calling instruction is used for calling original data for realizing a target function;
sending the original data acquired by the data acquisition module to the first service system;
the first service system and the second service system are independent of each other and each comprise an application module for realizing the target function.
Optionally, before receiving the data call instruction sent by the second service system, the method further includes:
and when a data call error instruction sent by the second service system is received, packaging the compiled data acquisition logic code and sending the data acquisition logic code to the second service system.
The embodiment of the present invention further provides a cross-system data calling device, which is based on a first service system, and includes:
the data acquisition submodule is used for acquiring original data for realizing a target function;
the instruction response submodule is used for receiving a data calling instruction sent by a second service system, and the data calling instruction is used for calling original data for realizing a target function and sending the original data to the first service system; the first service system and the second service system are independent of each other and each comprise an application module for realizing the target function.
The technical scheme provided by the application has the advantages that different service systems with the same function do not need to realize complete logic in the two systems, the second service system obtains corresponding data from the first service system through the data calling function in the process of realizing the same function, only the obtained data needs to be processed, repeated codes are reduced, the flexibility of the system is improved, and meanwhile, the development workload is reduced; the problems of system code redundancy and low flexibility caused by respectively copying two copies of the same-function realization codes into two systems which have the same function and are independent from each other are effectively solved, the working efficiency of system maintenance personnel is improved, and the maintenance cost of the same-function realization codes is reduced; when the function logic changes, only the system related code realizing the function logic needs to be modified, and only the processing logic of the returned data needs to be modified in another system with the same function, so that the purposes of reducing the workload and more flexibly processing are achieved.
In addition, the embodiment of the invention also provides a corresponding implementation method and a corresponding device for the cross-system data call system, so that the system is more feasible, and the device and the method have corresponding advantages.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the related art, the drawings required to be used in the description of the embodiments or the related art will be briefly described below, and 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 these drawings without creative efforts.
Fig. 1 is a structural diagram of a specific embodiment of a cross-system data call system according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a cross-system data call method according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of another cross-system data call method according to an embodiment of the present invention;
FIG. 4 is a block diagram of an embodiment of a cross-system data call device according to the present invention;
fig. 5 is a block diagram of another specific embodiment of a cross-system data call device according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. 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.
The terms "first," "second," "third," "fourth," and the like in the description and claims of this application and in the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may include other steps or elements not expressly listed.
Having described the technical solutions of the embodiments of the present invention, various non-limiting embodiments of the present application are described in detail below.
Referring first to fig. 1, fig. 1 is a schematic structural framework diagram of a cross-system data call system in a specific implementation manner according to an embodiment of the present invention, where the embodiment of the present invention may include the following:
the cross-system data call system may include a first business system 1 and a second business system 2 that are independent of each other. The first business system 1 may include a first application module 10, the second business system includes a second application module 20, and the first application module 10 and the second application module 20 are used to implement the same function. In the related art, the first application module 10 and the second application module 20 have the same codes.
In the embodiment of the present invention, the first application module 10 includes a data acquisition sub-module 11, a first data processing sub-module 12, and an instruction response sub-module 13. The data acquisition submodule 11 is used for acquiring original data for realizing a target function, and the first data processing submodule 12 is used for processing the original data; the instruction response submodule 13 is configured to respond to a data call instruction sent by the second service system, and send the original data to the second service system. The second application module 20 comprises a data calling submodule 21 and a second data processing submodule 22; the data calling submodule 21 is configured to send a data calling instruction to the first service system, and the second data processing submodule 22 is configured to perform data processing on received data according to a preset data processing logic. The first service system 1 has complete logic for realizing target functions, the second service system 2 does not need complete service logic, only needs to realize processing logic of data, but does not need to realize acquisition processing logic of data, and data acquisition can be obtained by calling through an interface. The instruction response module 13 is matched with the data call submodule 21 of the second service system 2, and may be implemented by middleware that may function as an interface call function, for example. The data processing logics of the first data processing submodule 12 and the second data processing submodule 22 are the same, and codes for realizing the same data processing logics can be copied to the two systems, and certainly, in order to further reduce the code repetition rate and improve the system efficiency, the second service system 2 can generate the second data processing submodule 22 according to the data processing logic code packet compiled and sent by the first data processing submodule 12 packaged by the first service system 1, so that for the second data processing submodule 22, the work of compiling the codes is not needed, and the code operation time is further saved.
For example, if the first application module 10 and the second application module 20 can realize the function of querying and searching for a product with a higher popularity and a larger volume of transaction, for the first service system 1, the data acquisition sub-module 11 is configured to search and obtain a plurality of product information from the first service system, and the first data processing sub-module 12 selects the skin care products with the largest volume of transaction values from the product information according to a preset product selection condition, for example, the skin care products with the 5 th highest volume of transaction values before the volume of transaction; the second service system 2 obtains a plurality of commodity information from the first service system 1 by the data calling sub-module 21, and then the data processing sub-module 22 selects the skin care products with the largest top 5 transaction volume values from the commodity information according to preset commodity selection conditions, such as the skin care products with the top 5 transaction volumes. If the function of searching for the commodity with higher popularity and larger volume is modified to the function of searching for the commodity with lower volume, the second service system 2 only needs to change the commodity selection condition according to the data processing logic in the data processing sub-module 22.
In the technical scheme provided by the embodiment of the invention, different service systems with the same function do not need to realize complete logic in the two systems, and the second service system acquires corresponding data from the first service system through the data calling function in the process of realizing the same function, only needs to realize the processing of the acquired data, reduces repeated codes, improves the flexibility of the system and simultaneously reduces the development workload; the problems of system code redundancy and low flexibility caused by respectively copying two copies of the same-function realization codes into two systems which have the same function and are independent from each other are effectively solved, the working efficiency of system maintenance personnel is improved, and the maintenance cost of the same-function realization codes is reduced; when the function logic changes, only the system related code realizing the function logic needs to be modified, and only the processing logic of the returned data needs to be modified in another system with the same function, so that the purposes of reducing the workload and more flexibly processing are achieved.
As an optional implementation manner, it is inevitable that a failure of the first service system 1 or a data call data error may cause the second service system 2 to fail to implement the target function in time, and affect the normal use of the second service system 2. Based on this, the second application module 20 may further include an error reporting sub-module; the error reporting sub-module may be configured to broadcast the data call error instruction if the original data fed back by the first service system is not received within a preset time period, for example, within 5S after the data call instruction is sent. The second application module 20 may also pack and store log information from the first 3s of the time when the data call instruction is sent to the time when the error instruction is called by the broadcast data, so as to query and locate the fault information. After receiving the data call error instruction, the first service system 1 calls the fault processing module to package and send the data acquisition logic code compiled by the data acquisition submodule into the second service system 2, broadcasts the standby data transmission success instruction, and simultaneously can also package and store the log information from the time when the second service system 2 sends the data call instruction to the time when the data call error instruction is broadcast, so as to inquire and position fault information. After receiving the data acquisition logic code packet, the second service system 2 calls the data acquisition logic code packet to acquire data for realizing a target function, which is beneficial to ensuring the stable and reliable operation of the second service system.
Optionally, in order to improve data transmission efficiency and security and avoid occupying more bandwidths of the first service system 1 and the second service system 2, when the first service system 1 responds to a data call instruction of the second service system 2, the first service system may encrypt and compress the original data, and then send a compressed packet containing a password to the second service system 2, where encryption and decryption of the original data may be generated in real time by using a dynamic password, and the encryption and decryption key may also be solidified into a corresponding memory, which does not affect implementation of the present application.
The embodiment of the invention also provides a corresponding implementation method for the cross-system data call system, so that the system is more feasible. In the following, the cross-system data calling method provided by the embodiment of the present invention is introduced, and the cross-system data calling device described below and the cross-system data calling method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic flowchart of a cross-system data call method provided in an embodiment of the present invention, and is applied to a second service system, where the first service system and the second service system are independent of each other and both include an application module for implementing a target function, and the embodiment of the present invention may include the following contents:
s201: and when receiving a target function realizing instruction, sending a data calling instruction to the first service system, wherein the data calling instruction is used for acquiring original data for realizing the target function.
S202: and when the original data fed back by the first service system is received, processing the original data by using a preset data processing logic.
As an optional implementation manner, after S201, the method may further include:
and if the original data fed back by the first service system are not received within the preset time period, broadcasting the data and calling an error instruction.
Referring to fig. 3, fig. 3 is a schematic flowchart of another cross-system data call method provided in an embodiment of the present invention, and the method is applied to a first service system, where the first service system and a second service system are independent of each other and each includes an application module for implementing a target function, and the embodiment of the present invention may include the following contents:
s301: and receiving a data calling instruction sent by the second service system, wherein the data calling instruction is used for calling the original data for realizing the target function.
S302: and sending the original data acquired by the data acquisition module to a first service system.
Optionally, before receiving the data call instruction sent by the second service system, the method may further include:
and when a data call error instruction sent by the second service system is received, packaging the compiled data acquisition logic code and sending the data acquisition logic code to the second service system.
Because the information interaction, execution process, and other contents between the units in the system are based on the same concept as the embodiment of the present invention, specific contents may refer to the description in the embodiment of the system, and are not described herein again.
Therefore, the embodiment of the invention effectively solves the problems of system code redundancy and low flexibility caused by respectively copying two copies of the same-function realization codes into two systems which have the same function and are independent from each other, and is beneficial to improving the working efficiency of system maintenance personnel and reducing the maintenance cost of the same-function realization codes.
The embodiment of the invention also provides a corresponding implementation device for the cross-system data calling method, so that the method has higher practicability. In the following, the cross-system data calling apparatus provided by the embodiment of the present invention is introduced, and the cross-system data calling apparatus described below and the cross-system data calling method described above may be referred to correspondingly. Referring to fig. 4, fig. 4 is a structural diagram of a cross-system data call device according to an embodiment of the present invention, in an embodiment, based on a second service system, the device may include:
the data calling submodule 21 is configured to send a data calling instruction to the first service system when receiving an instruction for implementing a target function, where the data calling instruction is used to obtain original data for implementing the target function; the first service system and the second service system are independent of each other and each comprise an application module for realizing a target function.
And the second data processing submodule 22 is configured to, when receiving the raw data fed back by the first service system, process the raw data by using a preset data processing logic.
Referring to fig. 5, fig. 5 is a structural diagram of a cross-system data call device according to another specific implementation manner, where the cross-system data call device provided in the embodiment of the present invention includes, based on a first service system:
and the data acquisition submodule 11 is used for acquiring original data for realizing the target function.
The instruction response submodule 13 is configured to receive a data call instruction sent by the second service system, where the data call instruction is used to call original data for implementing a target function, and send the original data to the first service system; the first service system and the second service system are independent of each other and each comprise an application module for realizing a target function.
Of course, the first data processing sub-module 12 may also be included for performing data processing on the original data according to a preset data function logic.
The functions of the functional modules of the cross-system data call device according to the embodiment of the present invention may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the related description of the foregoing method embodiment, which is not described herein again.
Therefore, the embodiment of the invention effectively solves the problems of system code redundancy and low flexibility caused by respectively copying two copies of the same-function realization codes into two systems which have the same function and are independent from each other, and is beneficial to improving the working efficiency of system maintenance personnel and reducing the maintenance cost of the same-function realization codes.
The embodiment of the present invention further provides a cross-system data call device, which specifically includes:
a memory for storing a computer program;
a processor for executing a computer program to implement the steps of the cross-system data call method as described in any of the above embodiments.
The functions of the functional modules of the cross-system data call device according to the embodiment of the present invention may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the related description of the foregoing method embodiment, which is not described herein again.
Therefore, the embodiment of the invention effectively solves the problems of system code redundancy and low flexibility caused by respectively copying two copies of the same-function realization codes into two systems which have the same function and are independent from each other, and is beneficial to improving the working efficiency of system maintenance personnel and reducing the maintenance cost of the same-function realization codes.
The embodiment of the present invention further provides a computer-readable storage medium, in which a cross-system data calling program is stored, and the steps of the cross-system data calling method according to any one of the above embodiments are performed when the cross-system data calling program is executed by a processor. The storage medium may be various media capable of storing program codes, such as a U disk, a removable hard disk, a read-only memory, a random access memory, a magnetic disk, or an optical disk.
The functions of the functional modules of the computer-readable storage medium according to the embodiment of the present invention may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the related description of the foregoing method embodiment, which is not described herein again.
Therefore, the embodiment of the invention effectively solves the problems of system code redundancy and low flexibility caused by respectively copying two copies of the same-function realization codes into two systems which have the same function and are independent from each other, and is beneficial to improving the working efficiency of system maintenance personnel and reducing the maintenance cost of the same-function realization codes.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The cross-system data calling method, device and system provided by the invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present disclosure without departing from the principle of the present invention, and such improvements and modifications also fall within the scope of the claims of the present disclosure.
Claims (10)
1. A cross-system data calling system is characterized by comprising a first service system and a second service system which are independent from each other; the first business system comprises a first application module, the second business system comprises a second application module, and the first application module and the second application module are used for realizing the same function;
the first application module comprises a data acquisition sub-module, a first data processing sub-module and an instruction response sub-module; the data acquisition submodule is used for acquiring original data for realizing a target function, and the first data processing submodule is used for processing the original data; the instruction response submodule is used for responding to a data calling instruction sent by the second service system and sending the original data to the second service system;
the second application module comprises a data calling submodule and a second data processing submodule; the data calling submodule is used for sending a data calling instruction to the first service system, and the second data processing submodule is used for carrying out data processing on received data according to a preset data processing logic.
2. The cross-system data call system according to claim 1, wherein the second service system generates the second data processing sub-module according to the compiled data processing logic code packet corresponding to the first data processing sub-module, which is sent by the first service system in a packed manner.
3. The cross-system data call system according to claim 2, wherein the second application module further comprises an error reporting sub-module;
and the error reporting submodule is used for broadcasting data and calling an error instruction if the original data fed back by the first service system is not received within a preset time period.
4. The cross-system data call system of claim 3, wherein the first business system further comprises a fault handling module;
and the fault processing module is used for packaging and sending the data acquisition logic code compiled by the data acquisition submodule correspondingly to the second service system when receiving a data call error instruction sent by the second service system.
5. A cross-system data calling method is characterized in that based on a second service system, the method comprises the following steps:
when receiving a target function implementing instruction, sending a data calling instruction to a first service system, wherein the data calling instruction is used for acquiring original data for implementing the target function;
when the original data fed back by the first service system is received, processing the original data by using a preset data processing logic;
the first service system and the second service system are independent of each other and each comprise an application module for realizing the target function.
6. The cross-system data calling method according to claim 5, wherein after sending the data calling instruction to the first service system, further comprising:
and if the original data fed back by the first service system are not received within a preset time period, broadcasting data and calling an error instruction.
7. A cross-system data calling device is characterized in that based on a second service system, the device comprises:
the data calling submodule is used for sending a data calling instruction to the first service system when receiving a target function realizing instruction, and the data calling instruction is used for acquiring original data for realizing the target function; the first service system and the second service system are independent of each other and both comprise application modules for realizing the target functions;
and the second data processing submodule is used for processing the original data fed back by the first service system by using a preset data processing logic when the original data are received.
8. A cross-system data calling method is characterized in that based on a first service system, the method comprises the following steps:
receiving a data calling instruction sent by a second service system, wherein the data calling instruction is used for calling original data for realizing a target function;
sending the original data acquired by the data acquisition module to the first service system;
the first service system and the second service system are independent of each other and each comprise an application module for realizing the target function.
9. The cross-system data call method according to claim 8, wherein before receiving the data call instruction sent by the second service system, the method further comprises:
and when a data call error instruction sent by the second service system is received, packaging the compiled data acquisition logic code and sending the data acquisition logic code to the second service system.
10. A cross-system data calling device is characterized in that based on a first business system, the device comprises:
the data acquisition submodule is used for acquiring original data for realizing a target function;
the instruction response submodule is used for receiving a data calling instruction sent by a second service system, and the data calling instruction is used for calling original data for realizing a target function and sending the original data to the first service system; the first service system and the second service system are independent of each other and each comprise an application module for realizing the target function.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910926614.5A CN110688113B (en) | 2019-09-27 | 2019-09-27 | Cross-system data calling method, device and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910926614.5A CN110688113B (en) | 2019-09-27 | 2019-09-27 | Cross-system data calling method, device and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110688113A true CN110688113A (en) | 2020-01-14 |
CN110688113B CN110688113B (en) | 2022-12-06 |
Family
ID=69110791
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910926614.5A Active CN110688113B (en) | 2019-09-27 | 2019-09-27 | Cross-system data calling method, device and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110688113B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112541027A (en) * | 2020-11-24 | 2021-03-23 | 国网商旅云技术有限公司 | Data processing method and device |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102902578A (en) * | 2012-09-28 | 2013-01-30 | 方正国际软件有限公司 | Verb expression-based cloud service catalog system |
CN104007973A (en) * | 2014-05-29 | 2014-08-27 | 北京中电普华信息技术有限公司 | Method and platform for data interaction between systems |
US20150215402A1 (en) * | 2012-03-30 | 2015-07-30 | Rakuten, Inc. | Data processing system, control method therefor, program and information storage medium |
CN109656567A (en) * | 2018-12-20 | 2019-04-19 | 北京树根互联科技有限公司 | The dynamic approach and system of heterogeneousization business data processing logic |
-
2019
- 2019-09-27 CN CN201910926614.5A patent/CN110688113B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20150215402A1 (en) * | 2012-03-30 | 2015-07-30 | Rakuten, Inc. | Data processing system, control method therefor, program and information storage medium |
CN102902578A (en) * | 2012-09-28 | 2013-01-30 | 方正国际软件有限公司 | Verb expression-based cloud service catalog system |
CN104007973A (en) * | 2014-05-29 | 2014-08-27 | 北京中电普华信息技术有限公司 | Method and platform for data interaction between systems |
CN109656567A (en) * | 2018-12-20 | 2019-04-19 | 北京树根互联科技有限公司 | The dynamic approach and system of heterogeneousization business data processing logic |
Non-Patent Citations (1)
Title |
---|
余玉涵等: "基于复杂事件处理的业务规则管理系统的研究", 《电脑知识与技术》 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112541027A (en) * | 2020-11-24 | 2021-03-23 | 国网商旅云技术有限公司 | Data processing method and device |
CN112541027B (en) * | 2020-11-24 | 2024-03-22 | 国网商旅云技术有限公司 | Data processing method and device |
Also Published As
Publication number | Publication date |
---|---|
CN110688113B (en) | 2022-12-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112383533A (en) | Message format conversion method and device | |
CN108737132A (en) | A kind of alarm information processing method and device | |
CN109656572A (en) | Packaging method and device, computer equipment, the storage medium of installation kit | |
CN114598749B (en) | Service access method and device | |
CN110688113B (en) | Cross-system data calling method, device and system | |
CN114338650A (en) | File transmission method and device, electronic equipment and readable storage medium | |
CN110377489A (en) | The method and apparatus of log information processing | |
CN103473106B (en) | Method and system for generating page | |
CN114780982A (en) | Flow business circulation method, device and system | |
CN109376137A (en) | A kind of document handling method and device | |
CN112416980B (en) | Data service processing method, device and equipment | |
WO2024078465A1 (en) | Scheduled job processing method, device, and storage medium | |
CN113297153A (en) | Data export method, device, equipment and storage medium | |
CN116755799A (en) | Service arrangement system and method | |
CN110855764A (en) | Network traffic scheduling method and device and electronic equipment | |
CN107306416A (en) | The recording method of business diary and device | |
CN112615773B (en) | Message processing method and system | |
KR102438733B1 (en) | Virtual computing resource scaling method and cloud system to which the method is applied | |
CN103324542A (en) | Method and device for inter-module calls | |
CN114461358A (en) | Service processing method and system | |
CN113077340A (en) | Performance monitoring method and device for financial transaction | |
CN107872495B (en) | Information processing method and terminal equipment | |
CN104427003A (en) | Transmission apparatus, transmission method, and relay system | |
CN110740151A (en) | micro-service adjusting method, device, server and computer storage medium | |
CN112449314B (en) | Short message service method and device for industrial internet platform |
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 |