CN113190407A - Data operation and maintenance system - Google Patents

Data operation and maintenance system Download PDF

Info

Publication number
CN113190407A
CN113190407A CN202110495283.1A CN202110495283A CN113190407A CN 113190407 A CN113190407 A CN 113190407A CN 202110495283 A CN202110495283 A CN 202110495283A CN 113190407 A CN113190407 A CN 113190407A
Authority
CN
China
Prior art keywords
maintenance
data
data operation
unit
template
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110495283.1A
Other languages
Chinese (zh)
Inventor
王雷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Financial Assets Exchange Co ltd
Original Assignee
Beijing Financial Assets Exchange Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Financial Assets Exchange Co ltd filed Critical Beijing Financial Assets Exchange Co ltd
Priority to CN202110495283.1A priority Critical patent/CN113190407A/en
Publication of CN113190407A publication Critical patent/CN113190407A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6227Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database where protection concerns the structure of data, e.g. records, types, queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Abstract

The application discloses data operation and maintenance system includes: the front-end controller is used for receiving the data operation and maintenance request and responding to the data operation and maintenance request to generate a data operation and maintenance result; the processing mapper is used for receiving a query processor request corresponding to the data operation and maintenance request and responding to the request to query the processor operation and returning a processor execution chain corresponding to the data operation and maintenance request; the processing adapter is used for receiving an execution request of the processor execution chain and returning an execution result; the processor is used for executing the processor execution chain and returning an execution result; and the view analyzer is used for receiving an analysis view request of the execution result and returning a view analysis result to the front-end controller, wherein the view analysis result is a data operation and maintenance result after being rendered. Therefore, the data operation and maintenance system is constructed based on the Spring Web MVC framework, the data operation and maintenance flow can be standardized, errors of the service system are reduced, and the operation and maintenance efficiency is improved.

Description

Data operation and maintenance system
Technical Field
The application relates to the field of software support services, in particular to a data operation and maintenance system applied to account receivable and debt financing plan products.
Background
Specific business systems (such as an account receivable and debt financing planning system and a centralized book filing system) are built according to established business requirements and business rules, and after online, due to artificial entry operation errors, extreme scenes or boundary conditions, the preset targets of the business systems cannot be achieved, so that data operation and maintenance are needed to correct errors, such as modifying mistakenly entered data, replacing uploaded files and the like.
The existing data operation and maintenance usually directly connects to a database (e.g., SQL database) to modify data, a database scripting language (e.g., SQL script reason) needs to be written to complete the data operation and maintenance work, which has a high requirement on the quality of operation and maintenance personnel, and the operation and maintenance personnel must know the association relationship between data items in a business system, and in most cases, the operation and maintenance personnel also need to cooperate with developers of the business system to complete the data modification. This mode has a number of drawbacks: firstly, the efficiency is low, the error is easy to occur, and no log file can be traced and rolled back. Secondly, data leakage is easily caused.
Moreover, there are some sensitive data in the entered data, and if the sensitive data are not desensitized, a certain loss can be caused once the sensitive data are leaked.
Therefore, an adaptive data operation and maintenance system is needed to perform data operation and maintenance in a normalized and standardized manner to ensure the stability of the business system, and when developing the data operation and maintenance system, a proper system framework should be selected to reduce the development amount and improve the development efficiency and quality.
Disclosure of Invention
The present application is proposed to solve the above-mentioned technical problems. The embodiment of the application provides a data operation and maintenance system, which is constructed based on a Spring Web MVC framework, can standardize a data operation and maintenance flow, reduces errors of a service system and improves operation and maintenance efficiency.
According to an aspect of the present application, there is provided a data operation and maintenance system, which includes: the front-end controller is used for receiving the data operation and maintenance request and responding to the data operation and maintenance request to generate a data operation and maintenance result; a processing mapper for receiving a query handler request corresponding to the data operation and maintenance request and, in response to requesting a query handler operation, returning a handler execution chain corresponding to the data operation and maintenance request to the front-end controller; the processing adapter is used for receiving an execution request of the processor execution chain and returning an execution result to the front-end controller; the processor is used for executing the processor execution chain and returning an execution result to the processing adapter; and the view analyzer is used for receiving the view analysis request of the execution result and returning a view analysis result to the front-end controller, wherein the view analysis result is the data operation and maintenance result after being rendered.
In the data operation and maintenance system according to the application, the processor includes: the system management module is used for managing the user and the operation authority thereof; the approval management module is used for integrating the engine components and approving the data operation and maintenance process; the data operation and maintenance management module is used for managing the template and the data operation and maintenance tasks and processing the associated files; the data consulting and extracting module is used for consulting and extracting data; the file management module is used for downloading and uploading files and associating the files; the data desensitization management module is used for performing desensitization processing on data; the data influence analysis module is used for analyzing the relation among the data and generating a data analysis result report; and the monitoring module is used for recording the operation and maintenance operation of the data.
In the data operation and maintenance system according to the application, in the data consulting and extracting module, the data comprises a data operation and maintenance task, a template and a data operation and maintenance result.
In the data operation and maintenance system according to the present application, the system management module includes: the system comprises a user management unit, a database management unit and a database management unit, wherein the user management unit is used for newly adding, modifying and viewing users, and the users comprise operators, managers and statisticians; and the authority management unit is used for managing the operation authorities of different users.
In the data operation and maintenance system according to the present application, the approval management module includes: the engine component integration unit is used for integrating the engine components; the examination and approval process management unit is used for examining and approving the data operation and maintenance process; the checking and approving flow unit is used for checking the approving result of the data operation and maintenance flow; and the extraction approval process unit is used for extracting an approval result of the data operation and maintenance process.
In the data operation and maintenance system according to the present application, the data operation and maintenance management module includes: the template unit is used for adding, modifying, deleting and viewing templates; the task unit is used for creating, rechecking, checking and rolling back the data operation and maintenance task; the template temporary storage unit is used for temporarily storing the template preset time; the template serial number generating unit is used for generating the serial number of the template; the task serial number generating unit is used for generating a serial number of the data operation and maintenance task; the template inquiry unit is used for inquiring the template; and the associated file processing unit is used for processing the associated file.
In the data operation and maintenance system according to the present application, the data desensitization management module includes: a desensitization rule setting unit for setting a desensitization rule; a desensitization algorithm development unit for developing a desensitization algorithm; and a desensitization rule management unit for managing the desensitization rule.
In the data operation and maintenance system according to the present application, the data influence analysis module includes: the blood relationship sorting unit is used for analyzing blood relationship correlation among data; the influence relation sorting unit is used for analyzing the influence relation among the data; the data report template design unit is used for designing a data analysis report template; and a data report generation unit for generating a data analysis report.
In the data operation and maintenance system according to the present application, the monitoring module includes: the log unit is used for recording data operation and maintenance operation; the log query unit is used for querying logs; and the report generating unit is used for generating a data operation and maintenance flow audit report.
In the data operation and maintenance system according to the application, the data operation and maintenance system is constructed based on a Spring Web MVC framework.
According to the data operation and maintenance system provided by the application, the data operation and maintenance flow can be standardized by constructing based on the Spring Web MVC framework, errors of a service system are reduced, and the operation and maintenance efficiency is improved.
Drawings
The above and other objects, features and advantages of the present application will become more apparent by describing in more detail embodiments of the present application with reference to the attached drawings. The accompanying drawings are included to provide a further understanding of the embodiments of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the principles of the application. In the drawings, like reference numbers generally represent like parts or steps.
Fig. 1 illustrates an architecture diagram of a data operation and maintenance system according to an embodiment of the present application.
Fig. 2 is a schematic block diagram illustrating a processor in the data operation and maintenance system according to an embodiment of the present application.
Fig. 3 is a schematic block diagram illustrating a system management module in the data operation and maintenance system according to an embodiment of the application.
FIG. 4 is a schematic block diagram illustrating an approval management module in the data operation and maintenance system according to an embodiment of the application.
Fig. 5 is a schematic block diagram illustrating a data operation and maintenance management module in the data operation and maintenance system according to an embodiment of the present application.
FIG. 6 is a block diagram illustrating a data consulting and extracting module in the data operation and maintenance system according to an embodiment of the application.
FIG. 7 is a block diagram illustrating a file management module in the data operation and maintenance system according to an embodiment of the application.
Fig. 8 is a schematic block diagram illustrating a data desensitization management module in the data operation and maintenance system according to an embodiment of the present application.
Fig. 9 is a schematic block diagram illustrating a data influence analysis module in the data operation and maintenance system according to an embodiment of the application.
Fig. 10 is a schematic block diagram illustrating a monitoring module in the data operation and maintenance system according to an embodiment of the application.
Detailed Description
Hereinafter, example embodiments according to the present application will be described in detail with reference to the accompanying drawings. It should be understood that the described embodiments are only some embodiments of the present application and not all embodiments of the present application, and that the present application is not limited by the example embodiments described herein.
Examples of the inventionSexual data operation and maintenance system
As described above, existing data operation and maintenance usually directly connect to a database (e.g., SQL database) to modify data, which is inefficient, prone to error, has no log file to trace back and roll back, and is prone to data leakage. The inventor of the application designs the data operation and maintenance system by taking the defined data operation and maintenance template as a core idea based on the research on the business system and the specific needs of daily operation and maintenance. Specifically, queryable fields and modifiable fields are determined by defining a data operation and maintenance template, so that subsequent data operation and maintenance work can be carried out based on the template, and the daily data operation and the service logic in the operation and maintenance service system are decoupled, thereby not only being beneficial to improving the efficiency of data operation and maintenance, but also effectively avoiding the risk of data leakage caused by directly modifying database information and reducing the modification difficulty.
After the basic idea is determined, the frame selection of the constructed data operation and maintenance system needs to be determined. Those skilled in the art will appreciate that a good framework design should employ an appropriate trade-off decision to enable the framework to provide strong support for the system, and to serve as a better constraint, in designing the framework, reference should be made to the following experience: (1) the framework does not make too many assumptions for the application; (2) using the interface, it is ensured that all important implementations provided by the framework can be replaced; (3) the framework should be compact, consistent and target intensive; (4) a common framework is provided, but the framework structure is not fixed, and the framework can be assembled; (5) the framework is continuously reconfigured.
Through tests and evaluation, the data operation and maintenance system according to the embodiment of the application determines that a Spring Web MVC framework is used for construction, namely, the idea of an MVC framework mode is used, the Web layer is subjected to responsibility decoupling, and a request-driven type lightweight Web framework is realized.
Fig. 1 illustrates an architecture diagram of a data operation and maintenance system according to an embodiment of the present application. As shown in fig. 1, the data operation and maintenance system constructed based on the Spring Web MVC framework includes: the system comprises a front-end controller 10, a processing mapper 20, a processing adapter 30, a processor 40 and a view parser 50, wherein the front-end controller 10 is configured to receive a data operation and maintenance request and generate a data operation and maintenance result in response to the data operation and maintenance request; the processing mapper 20 is configured to receive a query processor 40 request corresponding to the data operation and maintenance request, and, in response to the query processor 40 request operation, return a processor 40 execution chain corresponding to the data operation and maintenance request to the front-end controller 10; the processing adapter 30 is configured to receive an execution request of the execution chain of the processor 40, and return an execution result to the front-end controller 10; the processor 40 is configured to execute the processor 40 execution chain and return an execution result to the processing adapter 30; the view analyzer 50 is configured to receive an analysis view request of the execution result, and return a view analysis result to the front-end controller 10, where the view analysis result is the data operation and maintenance result after being rendered.
It is worth mentioning that the data operation and maintenance system built based on the Spring Web MVC framework provides a great deal of functions related to this mode for controllers and handlers, and when a reversal Control program (Inversion of Control) is added, it is highly decoupled using an application program, providing flexibility to dynamically change components by simple configuration changes. Meanwhile, the data operation and maintenance system has clear role division: front end director 10, process mapper 20, process adapter 30, view parser 50 and processor 40. the front end director 10 is powerful in that it decides which handler should process an incoming request by using a handler mapping, which is simply a mapping that identifies which handler to use to process a particular URL pattern. In addition, the data operation and maintenance system constructed based on the Spring Web MVC framework has the advantages of easiness in measurement, easiness in expansion, surface object making and the like.
In the embodiment of the present application, the data operation and maintenance system constructed based on the Spring Web MVC framework can implement a series of data operation and maintenance operations, and these functional modules are deployed in the processor 40. Fig. 2 is a schematic block diagram illustrating a processor 40 in the data operation and maintenance system according to an embodiment of the present application. As shown in fig. 2, the processor 40 includes: the system comprises a system management module 110, an approval management module 120, a data operation and maintenance management module 130, a data consulting and extracting module 140, a file management module 150, a data desensitization management module 160, a data influence analysis module 170 and a monitoring module 180, wherein the system management module 110 is used for managing users and operation rights thereof; the approval management module 120 is configured to integrate the engine components and approve the data operation and maintenance process; the data operation and maintenance management module 130 is configured to manage the templates and the data operation and maintenance tasks, and process the associated files; the data consulting and extracting module 140 is used for consulting and extracting data; the file management module 150 is configured to download and upload files, and associate files; the data desensitization management module 160 is configured to perform desensitization processing on data; the data influence analysis module 170 is configured to analyze relationships between data and generate a data analysis result report; the monitoring module 180 is used for recording data operation and maintenance operations.
Specifically, fig. 3 illustrates a block diagram of the system management module 110 in the data operation and maintenance system according to an embodiment of the present application. As shown in fig. 3, the system management module 110 includes: a user management unit 111 and a right management unit 112, wherein the user management unit 111 is used for adding, modifying and viewing users; the right management unit 112 is configured to manage operation rights of different users.
Based on the functional module and the specific operation, the users of the system comprise operators, managers and statistics personnel, and each role is configured with different operation authorities. Accordingly, the user management unit 111 is configured to manage the user, and perform operations such as adding, modifying, and viewing of the user. The unused users have different operation rights and this part of the function is managed by the rights management unit 112. Specifically, in the embodiment of the application, the authority possessed by the operator includes login system, password modification, data query, new task addition, task modification, task review, task rollback, task deletion, task detail and the like; the administrator has the authority including login system, password modification, user management, template management, system management and the like; the statistics personnel have the authority which comprises login system, password modification, data query, system statistics, template statistics, user statistics and the like. It should be understood that in the specific implementation, the operation authority for the operator, the administrator and the statistics administrator can be dynamically adjusted, and other operation authorities can be added along with the iterative development of the system, which is not limited by the present application. Meanwhile, the specific contents of the operation permissions configured by the operator, the administrator and the statistics staff will be specifically described in the following description, wherein specific descriptions are not provided for a part of common operation permissions.
Fig. 4 is a schematic block diagram illustrating the approval management module 120 in the data operation and maintenance system according to an embodiment of the present application. As shown in fig. 4, the approval management module 120 includes: the system comprises an engine component integration unit 121, an approval process management unit 122, a reference approval process unit 123 and an extraction approval process unit 124, wherein the engine component integration unit 121 is used for integrating engine components; the examination and approval process management unit 122 is configured to examine and approve the data operation and maintenance process; the review approval process unit 123 is configured to review an approval result of the data operation and maintenance process; the extraction approval process unit 124 is configured to extract an approval result of the data operation and maintenance process. That is to say, the data operation and maintenance system according to the embodiment of the application has an approval function, and can realize online approval of the data operation and maintenance to improve the normative of the data operation and maintenance.
Fig. 5 is a schematic block diagram illustrating the data operation and maintenance management module 130 in the data operation and maintenance system according to an embodiment of the present application. As shown in fig. 5, the data operation and maintenance management module 130 according to the embodiment of the present application includes: the template system comprises a template unit 131, a task unit 132, a template temporary storage unit 133, a template serial number generation unit 134, a task serial number generation unit 135, a template query unit 136 and an associated file processing unit 137, wherein the template unit 131 is used for adding, modifying, deleting and viewing templates; the task unit 132 is used for creating, reviewing, viewing and rolling back a data operation and maintenance task; the template temporary storage unit 133 is configured to temporarily store a template preset time; the template serial number generating unit 134 is configured to generate a serial number of a template; the task serial number generating unit 135 is configured to generate a serial number of a data operation and maintenance task; the template query unit 136 is used for querying a template; the associated file processing unit 137 is configured to process an associated file.
In particular, the template unit 131 is used to add, modify, delete and view templates. As mentioned above, the "data operation and maintenance template" is a core idea of the data operation and maintenance system, and defines the queryable field and the modifiable field by defining the data operation and maintenance template, so that the subsequent data operation and maintenance work can be operated based on the template, which is not only beneficial to improving the efficiency of the data operation and maintenance, but also can effectively avoid the risk of data leakage caused by directly modifying the database information, and reduce the modification difficulty. The task unit 132 can be used for an operator to add a specific data operation and maintenance task, display the data operation and maintenance task, perform rollback operation, and support checking details of the task, and it should be understood that the risk of modifying data by mistake can be reduced by rolling back the task.
Fig. 6 is a schematic block diagram illustrating the data consulting and extracting module 140 in the data operation and maintenance system according to the embodiment of the application. As shown in fig. 6, the data consulting and extracting module 140 includes: a template management reference unit 141, a task management reference unit 142, a reference result extraction unit 143, a template management batch extraction unit 144, and a task management extraction unit 145, wherein the template management reference unit 141 is used for referring to a template management situation; the task management consulting unit 142 is used for consulting the condition of task management; the review result extracting unit 143 configured to extract a review result; a template management batch extracting unit 144 for extracting template management results in batches; the task management extracting unit 145 is configured to extract a task management result. That is to say, in the embodiment of the present application, the data includes a data operation and maintenance task, a template, and a data operation and maintenance result.
Fig. 7 is a schematic block diagram illustrating the file management module 150 in the data operation and maintenance system according to an embodiment of the present application. As shown in fig. 7, the file management module 150 includes: the system comprises a file batch uploading unit 151, a file batch downloading unit 152 and a file automatic association unit 153, wherein the file batch uploading unit 151 is used for uploading files in batches; the file batch downloading unit 152 is used for downloading files in batches; the file automatic association unit 153 is configured to associate files.
Fig. 8 is a schematic block diagram illustrating the data desensitization management module 160 in the data operation and maintenance system according to an embodiment of the present application. As shown in fig. 8, the data desensitization management module 160 includes: a desensitization rule setting unit 161, a desensitization algorithm development unit 162 and a desensitization rule management unit 163, wherein the desensitization rule setting unit 161 is used for setting desensitization rules; the desensitization algorithm development unit 162 is used for developing a desensitization algorithm; the desensitization rule management unit 163 is configured to manage desensitization rules.
In particular, in the embodiment of the present application, for example, the user login information, the connection configuration information of the database, and the connection configuration information of the file server all belong to sensitive information, and encryption processing needs to be performed first when saving the sensitive information to the database to ensure data security, where desensitizing the sensitive information is equivalent to encrypting the sensitive information. Encryption is to change the original information data by a special algorithm, so that even if an unauthorized user obtains the encrypted information, the content of the information cannot be known because the unauthorized user does not know the decryption method. The two-way encryption is largely classified into two-way encryption and one-way encryption, and the two-way encryption is classified into symmetric encryption and asymmetric encryption. Bidirectional encryption generally means that a plaintext is encrypted to form a ciphertext, and the ciphertext can be restored to the plaintext through an algorithm, while unidirectional encryption only performs summary calculation on information and cannot generate the plaintext through the algorithm. Commonly used symmetric encryption is: DES, 3DEA, AES algorithm, etc. Commonly used asymmetric encryption is: RSA, DSA algorithms, etc. Common one-way encryption is: MD5, SHA, RIPEMD, and HAVAL algorithms, etc.
Fig. 9 is a schematic block diagram illustrating the data influence analysis module 170 in the data operation and maintenance system according to an embodiment of the present application. As shown in fig. 9, the data impact analysis module 170 includes: a blood relationship sorting unit 171, an influence relationship sorting unit 172, a data report template design unit 173 and a data report generation unit 174, wherein the blood relationship sorting unit 171 is used for analyzing blood relationship correlation among data; the influence relation sorting unit 172 is configured to analyze influence relations among data; the data report template design unit 173 is used for designing a data analysis report template; the data report generating unit 174 is configured to generate a data analysis report.
Accordingly, the data impact analysis module 170 may analyze the data consanguinity and impact to be modified and maintained, and the operator may choose whether to modify the upstream and downstream related data, and may generate and print a data modification report for situations that may impact the external docking mechanism. Of course, other forms of data analysis, such as relevance analysis, may be performed based on the requirements of the actual application scenario.
Fig. 10 illustrates a block diagram of the monitoring module 180 in the data operation and maintenance system according to an embodiment of the present application. As shown in fig. 10, the monitoring module 180 includes: the system comprises a log unit 181, a log query unit 182 and a report generation unit 183, wherein the log unit 181 is used for recording data operation and maintenance operations; the log query unit 182 is configured to query a log; the report generating unit 183 is configured to generate an audit report of the data operation and maintenance process.
That is, the data operation and maintenance system has the operation trace and monitoring functions, wherein the operation trace comprises recording all data operation and maintenance operation logs, operation log query, audit report generation and printing and the like; and operation monitoring, including system supervisor management, short message platform access, short message notification of related operations and the like.
In summary, the data operation and maintenance system based on the embodiment of the application is clarified, and the data operation and maintenance flow can be specified by constructing based on the Spring Web MVC framework, so that the errors of the service system are reduced, and the operation and maintenance efficiency is improved.
And moreover, the framework is constructed based on the Spring Web MVC framework, so that the development efficiency can be improved, the development difficulty can be reduced, and the system operation efficiency can be improved.
Meanwhile, the Spring Web MVC framework is closer to a front-end and rear-end separation framework, and is easier to perform section-oriented editing, so that a foundation is laid for technical evolution.
Here, it will be understood by those skilled in the art that the specific functions and operations of the respective units and modules in the above data operation and maintenance system have been described in detail in the above description, and thus, a repetitive description thereof will be omitted.
As described above, the data operation and maintenance system according to the embodiment of the present application may be implemented in various terminal devices, such as a large-screen smart device, or a computer independent of a large-screen smart device. In one example, the data operation and maintenance system according to the embodiment of the present application may be integrated into the terminal device as a software module and/or a hardware module. For example, the data operation and maintenance system may be a software module in the operating system of the terminal device, or may be an application developed for the terminal device; of course, the data operation and maintenance system may also be one of many hardware modules of the terminal device.
Alternatively, in another example, the data operation and maintenance system and the terminal device may also be separate devices, and the data operation and maintenance system may be connected to the terminal device through a wired and/or wireless network and transmit the interaction information according to an agreed data format.
The foregoing describes the general principles of the present application in conjunction with specific embodiments, however, it is noted that the advantages, effects, etc. mentioned in the present application are merely examples and are not limiting, and they should not be considered essential to the various embodiments of the present application. Furthermore, the foregoing disclosure of specific details is for the purpose of illustration and description and is not intended to be limiting, since the foregoing disclosure is not intended to be exhaustive or to limit the disclosure to the precise details disclosed.
The block diagrams of devices, apparatuses, systems referred to in this application are only given as illustrative examples and are not intended to require or imply that the connections, arrangements, configurations, etc. must be made in the manner shown in the block diagrams. These devices, apparatuses, devices, systems may be connected, arranged, configured in any manner, as will be appreciated by those skilled in the art. Words such as "including," "comprising," "having," and the like are open-ended words that mean "including, but not limited to," and are used interchangeably therewith. The words "or" and "as used herein mean, and are used interchangeably with, the word" and/or, "unless the context clearly dictates otherwise. The word "such as" is used herein to mean, and is used interchangeably with, the phrase "such as but not limited to".
It should also be noted that in the devices, apparatuses, and methods of the present application, the components or steps may be decomposed and/or recombined. These decompositions and/or recombinations are to be considered as equivalents of the present application.
The previous description of the disclosed aspects is provided to enable any person skilled in the art to make or use the present application. Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects without departing from the scope of the application. Thus, the present application is not intended to be limited to the aspects shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The foregoing description has been presented for purposes of illustration and description. Furthermore, the description is not intended to limit embodiments of the application to the form disclosed herein. While a number of example aspects and embodiments have been discussed above, those of skill in the art will recognize certain variations, modifications, alterations, additions and sub-combinations thereof.

Claims (10)

1. A data operation and maintenance system, comprising:
the front-end controller is used for receiving the data operation and maintenance request and responding to the data operation and maintenance request to generate a data operation and maintenance result;
a processing mapper for receiving a query handler request corresponding to the data operation and maintenance request and, in response to requesting a query handler operation, returning a handler execution chain corresponding to the data operation and maintenance request to the front-end controller;
the processing adapter is used for receiving an execution request of the processor execution chain and returning an execution result to the front-end controller;
the processor is used for executing the processor execution chain and returning an execution result to the processing adapter; and
and the view analyzer is used for receiving the view analysis request of the execution result and returning a view analysis result to the front-end controller, wherein the view analysis result is the data operation and maintenance result after being rendered.
2. The data operation and maintenance system of claim 1, wherein the processor comprises:
the system management module is used for managing the user and the operation authority thereof;
the approval management module is used for integrating the engine components and approving the data operation and maintenance process;
the data operation and maintenance management module is used for managing the template and the data operation and maintenance tasks and processing the associated files;
the data consulting and extracting module is used for consulting and extracting data;
the file management module is used for downloading and uploading files and associating the files;
the data desensitization management module is used for performing desensitization processing on data;
the data influence analysis module is used for analyzing the relation among the data and generating a data analysis result report; and
and the monitoring module is used for recording data operation and maintenance operation.
3. The data operation and maintenance system of claim 2, wherein in the data consulting and extracting module, the data comprises data operation and maintenance tasks, templates and data operation and maintenance results.
4. The data operation and maintenance system of claim 3, wherein the system management module comprises:
the system comprises a user management unit, a database management unit and a database management unit, wherein the user management unit is used for newly adding, modifying and viewing users, and the users comprise operators, managers and statisticians; and
and the authority management unit is used for managing the operation authorities of different users.
5. The data operation and maintenance system of claim 4, wherein the approval management module comprises:
the engine component integration unit is used for integrating the engine components;
the examination and approval process management unit is used for examining and approving the data operation and maintenance process;
the checking and approving flow unit is used for checking the approving result of the data operation and maintenance flow; and
and the extraction approval process unit is used for extracting an approval result of the data operation and maintenance process.
6. The data operation and maintenance system of claim 5, wherein the data operation and maintenance management module comprises:
the template unit is used for adding, modifying, deleting and viewing templates;
the task unit is used for creating, rechecking, checking and rolling back the data operation and maintenance task;
the template temporary storage unit is used for temporarily storing the template preset time;
the template serial number generating unit is used for generating the serial number of the template;
the task serial number generating unit is used for generating a serial number of the data operation and maintenance task;
the template inquiry unit is used for inquiring the template; and
and the associated file processing unit is used for processing the associated file.
7. The data operation and maintenance system of claim 6, wherein the data desensitization management module comprises:
a desensitization rule setting unit for setting a desensitization rule;
a desensitization algorithm development unit for developing a desensitization algorithm; and
and the desensitization rule management unit is used for managing desensitization rules.
8. The data operation and maintenance system of claim 7, wherein the data impact analysis module comprises:
the blood relationship sorting unit is used for analyzing blood relationship correlation among data;
the influence relation sorting unit is used for analyzing the influence relation among the data;
the data report template design unit is used for designing a data analysis report template; and
and the data report generating unit is used for generating a data analysis report.
9. The data operation and maintenance system of claim 8, wherein the monitoring module comprises:
the log unit is used for recording data operation and maintenance operation;
the log query unit is used for querying logs; and
and the report generating unit is used for generating a data operation and maintenance flow audit report.
10. The data operation and maintenance system of any one of claims 1 to 9, wherein the data operation and maintenance system is based on a Spring Web MVC framework.
CN202110495283.1A 2021-05-07 2021-05-07 Data operation and maintenance system Pending CN113190407A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110495283.1A CN113190407A (en) 2021-05-07 2021-05-07 Data operation and maintenance system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110495283.1A CN113190407A (en) 2021-05-07 2021-05-07 Data operation and maintenance system

Publications (1)

Publication Number Publication Date
CN113190407A true CN113190407A (en) 2021-07-30

Family

ID=76984027

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110495283.1A Pending CN113190407A (en) 2021-05-07 2021-05-07 Data operation and maintenance system

Country Status (1)

Country Link
CN (1) CN113190407A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160088326A1 (en) * 2014-09-23 2016-03-24 Watchcorp Holdings LLC Distributed recording, managing, and accessing of surveillance data within a networked video surveillance system
CN106548324A (en) * 2016-10-09 2017-03-29 广州市佳众联科技有限公司 A kind of IT system O&M service management system
CN108228830A (en) * 2018-01-03 2018-06-29 广东工业大学 A kind of data processing system
CN108287897A (en) * 2018-01-22 2018-07-17 中电福富信息科技有限公司 A kind of visual distributed data fix tool and its method
CN108595644A (en) * 2018-04-26 2018-09-28 宁波银行股份有限公司 A kind of big data platform operation management system
CN109816546A (en) * 2019-02-25 2019-05-28 奈询科技(上海)有限公司 A kind of farm farming management platform and method based on J2EE framework
CN110941630A (en) * 2019-10-25 2020-03-31 泰康保险集团股份有限公司 Database operation and maintenance method, device and system
US20200293549A1 (en) * 2018-06-29 2020-09-17 Alibaba Group Holding Limited Blockchain-based data processing method and device
CN112363720A (en) * 2020-11-30 2021-02-12 中国银行股份有限公司 Method and device for realizing common control logic based on Spring Restful framework
CN112734056A (en) * 2020-12-29 2021-04-30 望海康信(北京)科技股份公司 Operation and maintenance system, method and corresponding equipment and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160088326A1 (en) * 2014-09-23 2016-03-24 Watchcorp Holdings LLC Distributed recording, managing, and accessing of surveillance data within a networked video surveillance system
CN106548324A (en) * 2016-10-09 2017-03-29 广州市佳众联科技有限公司 A kind of IT system O&M service management system
CN108228830A (en) * 2018-01-03 2018-06-29 广东工业大学 A kind of data processing system
CN108287897A (en) * 2018-01-22 2018-07-17 中电福富信息科技有限公司 A kind of visual distributed data fix tool and its method
CN108595644A (en) * 2018-04-26 2018-09-28 宁波银行股份有限公司 A kind of big data platform operation management system
US20200293549A1 (en) * 2018-06-29 2020-09-17 Alibaba Group Holding Limited Blockchain-based data processing method and device
CN109816546A (en) * 2019-02-25 2019-05-28 奈询科技(上海)有限公司 A kind of farm farming management platform and method based on J2EE framework
CN110941630A (en) * 2019-10-25 2020-03-31 泰康保险集团股份有限公司 Database operation and maintenance method, device and system
CN112363720A (en) * 2020-11-30 2021-02-12 中国银行股份有限公司 Method and device for realizing common control logic based on Spring Restful framework
CN112734056A (en) * 2020-12-29 2021-04-30 望海康信(北京)科技股份公司 Operation and maintenance system, method and corresponding equipment and storage medium

Similar Documents

Publication Publication Date Title
US20090292930A1 (en) System, method and apparatus for assuring authenticity and permissible use of electronic documents
US20120290544A1 (en) Data compliance management
US10650476B2 (en) Electronic discovery process using a blockchain
US7873534B2 (en) Collecting CRM data for feedback
US10547525B2 (en) Determining events by analyzing stored electronic communications
CN112351392B (en) Cloud communication short message service platform
US8620911B2 (en) Document registry system
US11416631B2 (en) Dynamic monitoring of movement of data
US20160125070A1 (en) Unified system for real-time coordination of content-object action items across devices
US20180349983A9 (en) A system for periodically updating backings for resource requests
CN111241104A (en) Operation auditing method and device, electronic equipment and computer-readable storage medium
CN115982012A (en) Evaluation model and method for interface management capability maturity
CN114021176B (en) SELinux dynamic authorization method and system
CN115208689B (en) Access control method, device and equipment based on zero trust
CN113190407A (en) Data operation and maintenance system
CN112835863A (en) Processing method and processing device of operation log
US20220027260A1 (en) Automatically capturing weather data during engineering tests
CN113064563A (en) Printing method based on block chain
CN113190408B (en) Data operation and maintenance system
CN112448972A (en) Data exchange and sharing platform
Yu et al. Research on credible demand analysis method based on risk driven mobile application software
CN116600009B (en) Interface management method based on collateral file safekeeping cabinet
US20230418582A1 (en) Information Technology Management System
CN117786720A (en) Data processing method and system, electronic equipment and storage medium
CN117056231A (en) Data operation method, device, computer equipment and storage medium of test environment

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