CN112130924B - Application system data analysis method and device - Google Patents

Application system data analysis method and device Download PDF

Info

Publication number
CN112130924B
CN112130924B CN202010833205.3A CN202010833205A CN112130924B CN 112130924 B CN112130924 B CN 112130924B CN 202010833205 A CN202010833205 A CN 202010833205A CN 112130924 B CN112130924 B CN 112130924B
Authority
CN
China
Prior art keywords
information
configuration data
data
application system
configuration
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
CN202010833205.3A
Other languages
Chinese (zh)
Other versions
CN112130924A (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.)
Beike Technology Co Ltd
Original Assignee
Beike Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beike Technology Co Ltd filed Critical Beike Technology Co Ltd
Priority to CN202010833205.3A priority Critical patent/CN112130924B/en
Publication of CN112130924A publication Critical patent/CN112130924A/en
Application granted granted Critical
Publication of CN112130924B publication Critical patent/CN112130924B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Abstract

The embodiment of the invention provides a method and a device for analyzing application system data, which comprises the steps of firstly receiving synchronous information of configuration data in a configuration system; then, determining updating information of the configuration data based on the initialization information and the synchronization information of the configuration data; then determining different versions of the configuration data based on the update information; and finally, analyzing the data of the application system based on the configuration data of different versions. The updating information of the configuration data is determined through the initialization information and the synchronization information of the configuration data, so that the difference before and after the configuration data is updated can be known; by updating the information, different versions of the configuration data are determined, the data of the application system are analyzed according to the configuration data of the different versions, the configuration data before updating is not deleted, the data analysis of the application system cannot be influenced no matter how the configuration data is updated, and the user experience can be improved.

Description

Application system data analysis method and device
Technical Field
The invention relates to the technical field of computer software application, in particular to a method and a device for analyzing application system data.
Background
At present, for application systems in different areas, a configuration idea is generally adopted to solve the situation of cross-area service difference, configuration of configuration data such as data rules of each area is realized through a configuration system, and when the configuration data in the configuration system is adjusted and then synchronized to the application system for effective operation, the application system will face the technical problem of how to apply new and old configuration data for service processing.
Generally, a configuration system realizes a configuration function through a visual configuration platform, configures configuration data of application systems in various areas through the visual configuration platform, synchronizes the configuration data to the application systems, and an application end accesses the application systems through the visual system to realize information display so as to be checked and followed by a client owner.
When the configuration data is updated and the old configuration data is covered by the new configuration data, the data related to the covered old configuration data in the application system is invalid, and the application end user is caused to check the progress of the transaction flow or lack of link related information.
Disclosure of Invention
To overcome the foregoing problems or at least partially solve the foregoing problems, embodiments of the present invention provide a method and an apparatus for analyzing application system data.
In a first aspect, an embodiment of the present invention provides an application system data parsing method, including:
receiving synchronous information of configuration data in a configuration system, wherein the synchronous information is obtained by updating the configuration data by the configuration system;
determining update information of the configuration data based on the initialization information of the configuration data and the synchronization information;
determining different versions of the configuration data based on the update information;
and analyzing the data of the application system based on the configuration data of different versions.
Preferably, the determining the update information of the configuration data based on the initialization information of the configuration data and the synchronization information specifically includes:
determining a difference set of the synchronization information and the initialization information;
based on the difference set, update information of the configuration data is determined.
Preferably, the update information includes: deleting the information; correspondingly, the determining different versions of the configuration data based on the update information specifically includes:
and determining the version of the configuration data corresponding to the deletion information as a historical version.
Preferably, the update information further includes: newly adding information and/or modifying information; correspondingly, the determining different versions of the configuration data based on the update information specifically includes:
and determining the versions of the configuration data corresponding to the newly added information and/or the modified information and the versions of other configuration data except the configuration data corresponding to the updated information as current versions.
Preferably, the analyzing the data of the application system based on the configuration data of different versions specifically includes:
analyzing the historical data of the application system based on the configuration data of the historical version;
and analyzing the real-time data of the application system based on the configuration data of the current version.
Preferably, the synchronization information is output by the configuration system based on a Redis message queue.
Preferably, after determining the different versions of the configuration data based on the update information, the method further includes:
triggering a version validation operation so that the Redis message queue monitors an asynchronous event corresponding to the version validation operation, and notifying the configuration system of the callback of the asynchronous event.
In a second aspect, an embodiment of the present invention further provides an apparatus for analyzing application system data, including: the device comprises an information receiving module, an update information determining module, a version determining module and an analyzing module. Wherein the content of the first and second substances,
the information receiving module is used for receiving synchronous information of configuration data in a configuration system, wherein the synchronous information is obtained by updating the configuration data by the configuration system;
the updating information determining module is used for determining the updating information of the configuration data based on the initialization information of the configuration data and the synchronization information;
the version determining module is used for determining different versions of the configuration data based on the updating information;
the analysis module is used for analyzing the data of the application system based on the configuration data of different versions.
In a third aspect, an embodiment of the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the application system data parsing method according to any one of the above descriptions when executing the program.
In a fourth aspect, the present invention further provides a non-transitory computer readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the application system data parsing method as described in any one of the above.
According to the method and the device for analyzing the application system data, provided by the embodiment of the invention, the updating information of the configuration data is determined through the initialization information and the synchronization information of the configuration data, so that the difference before and after the updating of the configuration data can be known; by updating the information, different versions of the configuration data are determined, the data of the application system are analyzed according to the configuration data of the different versions, the configuration data before updating is not deleted, the data analysis of the application system cannot be influenced no matter how the configuration data is updated, and the user experience can be improved.
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 embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic flowchart of an application system data parsing method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an application system data analysis device according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all embodiments of the present 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.
At present, for application systems in different areas, a configuration idea is generally adopted to solve the situation of cross-area service difference, configuration of configuration data such as data rules of each area is realized through a configuration system, and when the configuration data in the configuration system is adjusted and then synchronized to the application system for effective operation, the application system will face the technical problem of how to apply new and old configuration data. For example, taking a property transaction system as an application system, since the property transaction rules in the area a and the area B are different, and the difference in business occurs, it is necessary to configure the property transaction systems in the area a and the area B respectively through a configuration system, and update the configuration data. For the real estate transaction system, how to perform business processing by using the updated configuration data needs to be considered.
Generally, a configuration system realizes a configuration function through a visual configuration platform, performs data configuration through the visual configuration platform, synchronizes configuration data to an application system, and an application end accesses the application system through the visual system and realizes information display so as to be checked and followed by a client owner. The configuration data may include data rules such as operation flows, links, link-associated files, link-associated fields, and the like of the application system in each region, and the information displayed by the application end may include flows, related links, link-associated files, link-associated fields, and the like of each transaction order data obtained through data rule query.
However, in the prior art, after the configuration system updates the configuration data, the updated configuration data is synchronized to the application system, and the application system usually covers the old configuration data with the new configuration data, that is, the old configuration data is replaced with the new configuration data, which causes the data associated with the old configuration data in the application system to fail, causes the application end user to check the transaction progress or the link associated information to be missing, and greatly reduces the user experience. Therefore, the embodiment of the invention provides an application system data analysis method to solve the technical problems in the prior art.
Fig. 1 is a schematic flow chart of a data parsing method for an application system provided in an embodiment of the present invention, and as shown in fig. 1, the method includes:
s1, receiving the synchronous information of the configuration data in the configuration system, wherein the synchronous information is obtained by updating the configuration data by the configuration system;
s2, determining update information of the configuration data based on the initialization information of the configuration data and the synchronization information;
s3, determining different versions of the configuration data based on the update information;
and S4, analyzing the data of the application system based on the configuration data of different versions.
Specifically, in the embodiment of the present invention, the execution subject is an application system, the application system performs configuration through a configuration system, and the configuration system sends configuration data to the application system. The configuration data can be updated through the configuration system, and the updated configuration data is sent to the application system.
First, the application system executes step S1 to receive synchronization information of the configuration data in the configuration system, where the synchronization information is obtained after the configuration system updates the configuration data, that is, the synchronization information is used to characterize the updated configuration data. The application system may receive the synchronization information in real time, or may receive the information once every preset time period, which is not specifically limited in the embodiment of the present invention.
Then, the application system executes step S2 to determine the update information of the configuration data according to the initialization information of the configuration data and the synchronization information received in step S1. The initialization information of the configuration data is used for representing the configuration data which is sent to the application system by the configuration system for the first time or the configuration data which is sent to the application system last time. The update information of the configuration data is used for representing the difference between the synchronization information and the initialization information of the configuration data, and the difference can be represented by any one or more of adding data operation, deleting data operation and modifying data operation of the configuration system on the configuration data represented by the initialization information. Accordingly, the update information may specifically include any one or more of addition information, deletion information, and modification information.
The application system then performs step S3 to determine different versions of the configuration data based on the updated information. Since the specific information included in the update information represents different operations of the configuration data on the initialization information, the configuration data may be divided into a plurality of different versions according to different information in the update information, for example, the different versions may include a history version, a current version, and the like, and may also be directly named as a first version, a second version, and the like. For example, for the deletion information in the update information, it is indicated that: the configuration data represented by the synchronization information does not include the deletion data represented by the deletion information, and only if the configuration data represented by the initialization information includes the deletion data represented by the deletion information, the version of the configuration data (i.e., the deletion data) corresponding to the deletion information may be set to the first version. And for the new information in the updated information, the following is shown: the configuration data represented by the synchronization information includes the new data corresponding to the new information, but the configuration data represented by the initialization information does not include the new data corresponding to the new information, so that the version of the configuration data represented by the new information, the synchronization information, and the initialization information can be set as the current version.
Finally, step S4 is executed, in which analyzing the data of the application system means that after receiving the user request, analyzing the data of the application system according to the user request and in combination with the configuration data of different versions to obtain the data corresponding to the user request. The analyzing process may be to query the data of the application system according to the user request to obtain the data corresponding to the user request. For example, a user needs to search which materials are needed by a buyer in the face-to-face labeling process, a user request is sent to an application system, and after receiving the user request, the application system determines data corresponding to the user request according to configuration data of different versions and sends the determined data to the user.
According to the application system data analysis method provided by the embodiment of the invention, the updating information of the configuration data is determined through the initialization information and the synchronization information of the configuration data, and the difference before and after the configuration data is updated can be known; by updating the information, different versions of the configuration data are determined, the data of the application system are analyzed according to the configuration data of the different versions, the configuration data before updating is not deleted, the data analysis of the application system cannot be influenced no matter how the configuration data is updated, and the user experience can be improved.
On the basis of the foregoing embodiment, the method for analyzing application system data provided in the embodiment of the present invention, where determining the update information of the configuration data based on the initialization information of the configuration data and the synchronization information specifically includes:
determining a difference set of the synchronization information and the initialization information;
based on the difference set, update information of the configuration data is determined.
Specifically, in the embodiment of the present invention, when determining the update information of the configuration data, a difference set between the synchronization information and the initialization information may be determined, for example, when the configuration data represented by the synchronization information includes A, B, E items, and the configuration data represented by the initialization information includes A, B, C items, the difference set includes C, E items. And then determining the updating information of the configuration data according to the difference set, namely C is deleted data in the configuration data represented by the representation synchronous information, and E is added data in the configuration data represented by the representation synchronous data. C corresponds to the deleted information in the updated information and E corresponds to the added information in the updated information.
In the embodiment of the invention, a specific determination method of the updating information is provided, and the updating information of the configuration data can be determined more quickly according to the difference set of the synchronization information and the initialization information.
On the basis of the foregoing embodiment, in the data analysis method for an application system provided in the embodiment of the present invention, the update information includes: deleting the information; correspondingly, the determining different versions of the configuration data based on the update information specifically includes:
and determining the version of the configuration data corresponding to the deletion information as a historical version.
Specifically, the update information in the embodiment of the present invention includes deletion information used to represent deletion data in the configuration data represented by the synchronization information.
On this basis, when determining different versions of the configuration data, the version of the deletion data may be set as a history version, i.e., not the latest version.
On the basis of the foregoing embodiment, in the data analysis method for an application system provided in the embodiment of the present invention, the updating information further includes: newly adding information and/or modifying information; correspondingly, the determining different versions of the configuration data based on the update information specifically includes:
and determining the versions of the configuration data corresponding to the new information and/or the modified information and the versions of other configuration data except the configuration data corresponding to the updated information as the current versions.
Specifically, in the embodiment of the present invention, the update information includes any one or a combination of new information and modification information, where the new information is used to represent new data in the configuration data represented by the synchronization information, and the modification information is used to represent modified data in the configuration data represented by the synchronization information.
On this basis, when different versions of the configuration data are determined, the newly added data and/or the modified data in the configuration data represented by the synchronization information, and the version of the configuration data represented by the synchronization information and the initialization information in common can be set as the current version. For example, the versions of the three items of configuration data A, B, E may be set as the current version, and the version of configuration data C may be set as the historical version.
On the basis of the foregoing embodiment, the method for analyzing application system data provided in the embodiment of the present invention, where the analyzing data of an application system based on configuration data of different versions, specifically includes:
analyzing the historical data of the application system based on the configuration data of the historical version;
and analyzing the real-time data of the application system based on the configuration data of the current version.
Specifically, in the embodiment of the present invention, when data of the application system is analyzed according to configuration data of different versions, historical data of the application system is analyzed according to the configuration data of the historical version, where the historical data is data stored in the application system according to the configuration data of the historical version, and the real-time data is data stored in the application system according to the configuration data of the current version. The parsing process is a process of searching for data corresponding to the user request from historical data or real-time data stored in the application system, and a specific process implemented in the embodiment of the present invention is not specifically limited.
On the basis of the foregoing embodiment, in the data analysis method for an application system provided in the embodiment of the present invention, the synchronization information is output by the configuration system based on a Redis message queue.
Specifically, in the embodiment of the present invention, the initialization information and the synchronization information are both output by the configuration system, and may be obtained by the configuration system based on the output of the Redis message queue. The information output can be more convenient and faster through the Redis message queue.
On the basis of the foregoing embodiment, the method for analyzing application system data provided in the embodiment of the present invention, after determining, based on the update information, different versions of the configuration data, further includes:
triggering a version validation operation so that the Redis message queue monitors an asynchronous event corresponding to the version validation operation, and notifying the configuration system of the callback of the asynchronous event.
Specifically, in the embodiment of the present invention, after determining different versions of configuration data, the application system may trigger a version validation operation. The version validation operation may be a manual click of a validation button after determining a different version of the configuration data, or an application system automatically triggers a validation button implementation. And then monitoring an asynchronous event corresponding to the version validation operation through the Redis message queue, and calling back the asynchronous event to notify a configuration system, so that the configuration system can know that the configuration data in the application system is updated. That is, the application system asynchronously notifies the configuration system, and the configuration system then calls back to notify the application system. The message queue generated by the asynchronous event in the embodiment of the present invention may be implemented in a manner of a Redis List.
On the basis of the above embodiment, in the application system data analysis method provided in the embodiment of the present invention, the application scenario may include 1) a process environment change, for example, an original deposit process requires 13 processing nodes, and 2 new 1 nodes need to be deleted after the change; 2) changing the information of the related materials under the nodes: for example, in the surface labeling process, a buyer needs 6 types of materials, and 3 types of new types 1 are deleted after modification.
Fig. 2 is a schematic structural diagram of an application system data analysis device provided in an embodiment of the present invention, and as shown in fig. 2, the device includes: an information receiving module 21, an update information determining module 22, a version determining module 23, and a parsing module 24. Wherein the content of the first and second substances,
the information receiving module 21 is configured to receive synchronization information of configuration data in a configuration system, where the synchronization information is obtained by updating the configuration data by the configuration system;
the update information determination module 22 is configured to determine update information of the configuration data based on the initialization information of the configuration data and the synchronization information;
the version determining module 23 is configured to determine different versions of the configuration data based on the update information;
the parsing module 24 is configured to parse data of the application system based on different versions of the configuration data.
Specifically, the functions of the modules in the application system data analysis device provided in the embodiment of the present invention correspond to the operation flows of the steps in the method embodiments one to one, and the implementation effects are also consistent.
On the basis of the foregoing embodiment, in the application system data analysis device provided in the embodiment of the present invention, the update information determining module is specifically configured to:
determining a difference set of the synchronization information and the initialization information;
based on the difference set, update information of the configuration data is determined.
On the basis of the foregoing embodiment, in the application system data analysis apparatus provided in the embodiment of the present invention, the update information includes: deleting the information; correspondingly, the version determination module is specifically configured to:
and determining the version of the configuration data corresponding to the deletion information as a historical version.
On the basis of the foregoing embodiment, in the application system data analysis apparatus provided in the embodiment of the present invention, the update information further includes: newly adding information and/or modifying information; accordingly, the version determination module is specifically configured to:
and determining the versions of the configuration data corresponding to the new information and/or the modified information and the versions of other configuration data except the configuration data corresponding to the updated information as the current versions.
On the basis of the foregoing embodiment, in the application system data analysis device provided in the embodiment of the present invention, the analysis module is specifically configured to:
analyzing the historical data of the application system based on the configuration data of the historical version;
and analyzing the real-time data of the application system based on the configuration data of the current version.
On the basis of the foregoing embodiment, in the data analysis device for an application system provided in the embodiment of the present invention, the synchronization information is obtained by the configuration system based on the output of the Redis message queue.
On the basis of the foregoing embodiment, the apparatus for analyzing application system data provided in the embodiment of the present invention further includes: a version validation operation triggering module configured to:
triggering a version validation operation so that the Redis message queue monitors an asynchronous event corresponding to the version validation operation, and notifying the configuration system of the callback of the asynchronous event.
Fig. 3 illustrates a physical structure diagram of an electronic device, which may include, as shown in fig. 3: a processor (processor)310, a communication Interface (communication Interface)320, a memory (memory)330 and a communication bus 340, wherein the processor 310, the communication Interface 320 and the memory 330 communicate with each other via the communication bus 340. The processor 310 may call logic instructions in the memory 330 to perform an application system data parsing method, including: receiving synchronous information of configuration data in a configuration system, wherein the synchronous information is obtained by updating the configuration data by the configuration system; determining update information of the configuration data based on initialization information of the configuration data and the synchronization information; determining different versions of the configuration data based on the update information; and analyzing the data of the application system based on the configuration data of different versions.
It should be noted that, when being implemented specifically, the electronic device in this embodiment may be a server, a PC, or another device, as long as the structure includes the processor 301, the communication interface 303, the memory 302, and the communication bus 304 shown in fig. 3, where the processor 301, the communication interface 303, and the memory 302 complete mutual communication through the communication bus 304, and the processor 301 may call a logic instruction in the memory 302 to execute the above method. The embodiment does not limit the specific implementation form of the electronic device.
Furthermore, the logic instructions in the memory 302 may be implemented in software functional units and stored in a computer readable storage medium when sold or used as a stand-alone product. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In another aspect, an embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program stored on a non-transitory computer-readable storage medium, the computer program includes program instructions, and when the program instructions are executed by a computer, the computer can execute the application system data parsing method provided by the above-mentioned method embodiments, including: receiving synchronous information of configuration data in a configuration system, wherein the synchronous information is obtained by updating the configuration data by the configuration system; determining update information of the configuration data based on the initialization information of the configuration data and the synchronization information; determining different versions of the configuration data based on the update information; and analyzing the data of the application system based on the configuration data of different versions.
In another aspect, an embodiment of the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the application system data parsing method provided in the foregoing embodiments when executed by a processor, and the method includes: receiving synchronous information of configuration data in a configuration system, wherein the synchronous information is obtained by updating the configuration data by the configuration system; determining update information of the configuration data based on the initialization information of the configuration data and the synchronization information; determining different versions of the configuration data based on the update information; and analyzing the data of the application system based on the configuration data of different versions.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (16)

1. The application system data analysis method is characterized in that the method is applied to at least one of scenes with difference in configuration data of application systems in different areas, flow environment change scenes and associated material information change scenes under nodes;
the method comprises the following steps:
receiving synchronous information of configuration data in a configuration system, wherein the synchronous information is obtained by updating the configuration data by the configuration system;
determining update information of the configuration data based on the initialization information of the configuration data and the synchronization information;
determining different versions of the configuration data based on the update information;
analyzing the data of the application system based on the configuration data of different versions;
specific information contained in the update information represents different operations of the configuration data on the initialization information, the configuration data is divided into a plurality of different versions according to different information in the update information, and the plurality of different versions comprise historical versions and current versions;
the method can not delete the configuration data before updating, and can not influence the data analysis of the application system.
2. The method for analyzing application system data according to claim 1, wherein the determining the update information of the configuration data based on the initialization information of the configuration data and the synchronization information specifically includes:
determining a difference set of the synchronization information and the initialization information;
based on the difference set, update information of the configuration data is determined.
3. The method for parsing data in an application system according to claim 1, wherein the update information comprises: deleting the information; correspondingly, the determining different versions of the configuration data based on the update information specifically includes:
and determining the version of the configuration data corresponding to the deletion information as a historical version.
4. The method for parsing data in an application system according to claim 3, wherein the updating information further comprises: newly adding information and/or modifying information; correspondingly, the determining different versions of the configuration data based on the update information specifically includes:
and determining the versions of the configuration data corresponding to the new information and/or the modified information and the versions of other configuration data except the configuration data corresponding to the updated information as the current versions.
5. The method for analyzing application system data according to claim 4, wherein the analyzing data of the application system based on the configuration data of different versions specifically includes:
analyzing the historical data of the application system based on the configuration data of the historical version;
and analyzing the real-time data of the application system based on the configuration data of the current version.
6. The method for application system data parsing according to any one of claims 1-5, wherein the synchronization information is obtained by the configuration system based on Redis message queue output.
7. The method for parsing data in an application system according to claim 6, wherein after determining different versions of the configuration data based on the update information, further comprising:
triggering a version validation operation so that the Redis message queue monitors an asynchronous event corresponding to the version validation operation, and notifying the configuration system of the callback of the asynchronous event.
8. The application system data analysis device is characterized by being applied to at least one of scenes with difference of configuration data of application systems in different areas, flow environment change scenes and associated material information change scenes under nodes;
the device includes:
the information receiving module is used for receiving the synchronous information of the configuration data in the configuration system, wherein the synchronous information is obtained by updating the configuration data by the configuration system;
the updating information determining module is used for determining the updating information of the configuration data based on the initialization information of the configuration data and the synchronization information;
a version determination module to determine different versions of the configuration data based on the update information;
the analysis module is used for analyzing the data of the application system based on the configuration data of different versions;
specific information contained in the update information represents different operations of the configuration data on the initialization information, the configuration data is divided into a plurality of different versions according to different information in the update information, and the plurality of different versions comprise historical versions and current versions;
the device can not delete the configuration data before updating, and can not influence the data analysis of the application system.
9. The apparatus for analyzing application system data according to claim 8, wherein the update information determining module is specifically configured to:
determining a difference set of the synchronization information and the initialization information;
based on the difference set, update information of the configuration data is determined.
10. The apparatus for parsing data in an application system according to claim 9, wherein the update information comprises: deleting the information; accordingly, the version determination module is specifically configured to:
and determining the version of the configuration data corresponding to the deletion information as a historical version.
11. The apparatus for parsing data in an application system according to claim 10, wherein the update information further comprises: newly adding information and/or modifying information; accordingly, the version determination module is specifically configured to:
and determining the versions of the configuration data corresponding to the new information and/or the modified information and the versions of other configuration data except the configuration data corresponding to the updated information as the current versions.
12. The apparatus for analyzing application system data according to claim 11, wherein the analyzing module is specifically configured to:
analyzing the historical data of the application system based on the configuration data of the historical version;
and analyzing the real-time data of the application system based on the configuration data of the current version.
13. The apparatus according to any of claims 8-12, wherein the synchronization information is derived by the configuration system based on a Redis message queue output.
14. The apparatus for parsing application system data according to claim 13, further comprising: a version validation operation triggering module;
the version validation operation triggering module is configured to trigger a version validation operation after the version determination module determines, based on the update information, a different version of the configuration data, so that the Redis message queue monitors an asynchronous event corresponding to the version validation operation, and notifies the configuration system of the asynchronous event callback.
15. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the application system data parsing method according to any one of claims 1 to 7 are implemented when the program is executed by the processor.
16. A non-transitory computer readable storage medium, on which a computer program is stored, the computer program, when being executed by a processor, implementing the steps of the application system data parsing method according to any one of claims 1 to 7.
CN202010833205.3A 2020-08-18 2020-08-18 Application system data analysis method and device Active CN112130924B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010833205.3A CN112130924B (en) 2020-08-18 2020-08-18 Application system data analysis method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010833205.3A CN112130924B (en) 2020-08-18 2020-08-18 Application system data analysis method and device

Publications (2)

Publication Number Publication Date
CN112130924A CN112130924A (en) 2020-12-25
CN112130924B true CN112130924B (en) 2022-08-12

Family

ID=73850361

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010833205.3A Active CN112130924B (en) 2020-08-18 2020-08-18 Application system data analysis method and device

Country Status (1)

Country Link
CN (1) CN112130924B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104657158A (en) * 2013-11-20 2015-05-27 北京先进数通信息技术股份公司 Method and device for processing business in business system
CN106603281A (en) * 2016-12-07 2017-04-26 乐视控股(北京)有限公司 Configuration file management method and system
CN108259562A (en) * 2017-12-11 2018-07-06 杭州品茗安控信息技术股份有限公司 A kind of method of data synchronization and device based on multi-endpoint
CN108415723A (en) * 2018-01-17 2018-08-17 海尔优家智能科技(北京)有限公司 Configuration data synchronization method, device, medium based on message queue and equipment
CN109062601A (en) * 2018-08-15 2018-12-21 张家港康得新光电材料有限公司 MES system client-side program update method, device, equipment and medium
CN109542875A (en) * 2018-11-20 2019-03-29 中国银行股份有限公司 A kind of generation method and device of configuration file
CN109995586A (en) * 2019-03-25 2019-07-09 江苏电力信息技术有限公司 Refresh model with dynamic configuration parameters based on the unified configuration under micro services framework
CN111177099A (en) * 2019-12-25 2020-05-19 平安普惠企业管理有限公司 Data processing method and device of business system, electronic equipment and storage medium
CN111262726A (en) * 2020-01-08 2020-06-09 Oppo广东移动通信有限公司 Configuration information updating method and device and computer readable storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7389409B2 (en) * 2005-04-29 2008-06-17 Alcatel Lucent Electronic device configuration management systems and methods
CN105956772A (en) * 2016-05-03 2016-09-21 国网新疆电力公司昌吉供电公司 Equipment transaction analysis method based on power distribution network model data
CN106385382B (en) * 2016-09-05 2020-06-23 福州佳软软件技术有限公司 Data synchronization method, device and system
CN108196910B (en) * 2018-01-02 2021-03-30 中国工商银行股份有限公司 Software version switching method, device and system
CN111107133A (en) * 2019-11-08 2020-05-05 京东数字科技控股有限公司 Generation method of difference packet, data updating method, device and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104657158A (en) * 2013-11-20 2015-05-27 北京先进数通信息技术股份公司 Method and device for processing business in business system
CN106603281A (en) * 2016-12-07 2017-04-26 乐视控股(北京)有限公司 Configuration file management method and system
CN108259562A (en) * 2017-12-11 2018-07-06 杭州品茗安控信息技术股份有限公司 A kind of method of data synchronization and device based on multi-endpoint
CN108415723A (en) * 2018-01-17 2018-08-17 海尔优家智能科技(北京)有限公司 Configuration data synchronization method, device, medium based on message queue and equipment
CN109062601A (en) * 2018-08-15 2018-12-21 张家港康得新光电材料有限公司 MES system client-side program update method, device, equipment and medium
CN109542875A (en) * 2018-11-20 2019-03-29 中国银行股份有限公司 A kind of generation method and device of configuration file
CN109995586A (en) * 2019-03-25 2019-07-09 江苏电力信息技术有限公司 Refresh model with dynamic configuration parameters based on the unified configuration under micro services framework
CN111177099A (en) * 2019-12-25 2020-05-19 平安普惠企业管理有限公司 Data processing method and device of business system, electronic equipment and storage medium
CN111262726A (en) * 2020-01-08 2020-06-09 Oppo广东移动通信有限公司 Configuration information updating method and device and computer readable storage medium

Also Published As

Publication number Publication date
CN112130924A (en) 2020-12-25

Similar Documents

Publication Publication Date Title
CN110310034B (en) Service arrangement and business flow processing method and device applied to SaaS
US10216527B2 (en) Automated software configuration management
JP4880376B2 (en) Support apparatus, program, information processing system, and support method
EP2674868A1 (en) Database update notification method
CN106845270B (en) A kind of seamless browsing method and device
CN114358826A (en) Data returning method and device based on multiple platforms and multiple data
CN114528517A (en) View processing method and device, electronic equipment and computer readable medium
CN112130924B (en) Application system data analysis method and device
US11893383B2 (en) Configuration properties management for software
CN111381976B (en) Method and device for updating message prompt data, storage medium and computer equipment
CN111159142A (en) Data processing method and device
CN115859280A (en) Memory horse detection method, device, equipment and storage medium
CN116107867A (en) Data test link determining method, interaction method, data test method and system
CN111327598B (en) Project login-free method and device, computer equipment and storage medium
CN110221952B (en) Service data processing method and device and service data processing system
CN114138778A (en) Data processing system, method, device, equipment and computer readable medium
CN114185845A (en) File management method and device, computer equipment and storage medium
CN112965946B (en) Method, device, equipment and computer readable medium for processing document
CN115309612B (en) Method and device for monitoring data
CN116893834B (en) Load updating method, device, system, electronic equipment and readable storage medium
CN107453904B (en) Cluster management interface implementation method and system
CN113886215A (en) Interface test method, device and storage medium
CN116932621A (en) Data acquisition method, device, storage medium and terminal
CN114721740A (en) Message triggering method, device, equipment and storage medium
CN115469882A (en) Software project management method and device, electronic equipment and storage medium

Legal Events

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