CN114238367A - Asset security information management method and device and computer equipment - Google Patents

Asset security information management method and device and computer equipment Download PDF

Info

Publication number
CN114238367A
CN114238367A CN202111404259.9A CN202111404259A CN114238367A CN 114238367 A CN114238367 A CN 114238367A CN 202111404259 A CN202111404259 A CN 202111404259A CN 114238367 A CN114238367 A CN 114238367A
Authority
CN
China
Prior art keywords
asset
data
asset attribute
attribute
standard
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
CN202111404259.9A
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.)
Shanghai Pudong Development Bank Co Ltd
Original Assignee
Shanghai Pudong Development Bank 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 Shanghai Pudong Development Bank Co Ltd filed Critical Shanghai Pudong Development Bank Co Ltd
Priority to CN202111404259.9A priority Critical patent/CN114238367A/en
Publication of CN114238367A publication Critical patent/CN114238367A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2425Iterative querying; Query formulation based on the results of a preceding query
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/243Natural language query formulation

Abstract

The application relates to an asset security information management method, an asset security information management device and computer equipment. The method comprises the following steps: if receiving the asset data of any business department, inquiring a corresponding asset attribute dictionary according to the data type of the asset data; converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary; and if the conversion is successful, storing the converted asset data in a data table. Because the asset data is not required to be uniformly converted by each service department and then sent to the asset information management system, each service department can directly send the corresponding asset data to the asset information management system, the asset information management system performs uniform conversion and then stores and manages the data based on the asset attribute dictionary, even if the asset attributes maintained by some service departments are changed, the codes for analyzing the asset data of the service departments in the asset information management system are not required to be modified, and only the asset attribute dictionary is required to be adjusted, thereby reducing the workload.

Description

Asset security information management method and device and computer equipment
Technical Field
The present application relates to the field of data management technologies, and in particular, to an asset security information management method, an asset security information management apparatus, and a computer device.
Background
Asset management informatization means that a database of all assets is established by using an administrative asset management information system so as to realize the rapid operation of electronic, digital, networked management and scheduling utilization of the assets. Under the development and application trends of mobile internet and cloud computing, the technology complexity is continuously increased, the IT scale is continuously increased, the architecture is continuously complicated due to the digital technology development and the business scene driving, a bank as one of business financial subjects faces digital transformation, and the requirement on the informatization degree of asset management is higher and higher. And respectively maintaining and managing respective asset information ledgers by other departments in the bank according to respective responsibility jurisdiction ranges and application scenes, wherein the bank security department needs to acquire asset security information of all other departments in the bank.
In the related technology, the bank security department mainly receives the asset data of other departments through an asset security information management system, stores and generates asset security information ledgers for management. Wherein, for the same asset data type, different other departments have different naming rules for the asset attributes under the asset data type. When the property of the assets maintained by some other departments changes, in order to store the asset data of the other departments, the bank security department needs to modify the code for analyzing the asset data in the asset security information management system, thereby increasing the workload of the development and maintenance of the security department system.
Disclosure of Invention
In view of the above, it is desirable to provide an asset security information management method, an asset security information management apparatus, and a computer device that reduce the workload of developing and maintaining a security door system.
In a first aspect, the present application provides a method for asset security information management, including:
if receiving the asset data of any business department, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and if the conversion is successful, storing the converted asset data in a data table.
In one embodiment, the asset attribute dictionary is also provided with a check rule corresponding to each standard asset attribute name; according to the asset attribute dictionary, after converting the source asset attribute name in the asset data into the standard asset attribute name, the method further comprises the following steps:
verifying an attribute value corresponding to each converted standard asset attribute name in the asset data according to a corresponding verification rule in the asset attribute dictionary;
if the attribute value corresponding to each standard asset attribute name in the asset data passes the verification, the conversion is determined to be successful, if the attribute value corresponding to the standard asset attribute name in the asset data does not pass the verification, the conversion is determined to be failed, and a data error is returned to report errors.
In one embodiment, the verification rule comprises a regular expression.
In one embodiment, the method further comprises:
and if an asset attribute modification request of any business department is received, modifying the corresponding relation between the source asset attribute name and the standard asset attribute name in the asset attribute dictionary according to the asset attribute modification request.
In one embodiment, the asset attribute modification request is used to indicate that an asset attribute is added; according to the property modification request, modifying the corresponding relation between the source property name and the standard property name in the property dictionary, including:
generating a corresponding standard asset attribute name according to the source asset attribute name to be added in the asset attribute modification request; and adding the corresponding relation between the source asset attribute name to be added and the generated standard asset attribute name in the asset attribute dictionary.
In one embodiment, the asset data for different business segments is stored in a data table.
In a second aspect, the present application further provides an asset security information management apparatus, including:
the query module is used for querying a corresponding asset attribute dictionary according to the data type of the asset data when the asset data of any business department is received, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
the conversion module is used for converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and the storage module is used for storing the converted asset data in the data table when the conversion is successful.
In a third aspect, the present application further provides a computer device, including a memory and a processor, where the memory stores a computer program, and the processor implements the following steps when executing the computer program:
if receiving the asset data of any business department, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and if the conversion is successful, storing the converted asset data in a data table.
In a fourth aspect, the present application further provides a computer readable storage medium having a computer program stored thereon, the computer program when executed by a processor implementing the steps of:
if receiving the asset data of any business department, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and if the conversion is successful, storing the converted asset data in a data table.
In a fifth aspect, the present application further provides a computer program product. Computer program product comprising a computer program which, when executed by a processor, performs the steps of:
if receiving the asset data of any business department, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and if the conversion is successful, storing the converted asset data in a data table.
According to the asset safety information management method, the device and the computer equipment, because the asset data are not required to be uniformly converted by each service department and then are sent to the asset information management system, each service department can directly send the corresponding asset data to the asset information management system, the asset information management system is used for storing and managing after uniform conversion based on the asset attribute dictionary, even if the asset attributes maintained by some service departments are changed, the codes for analyzing the asset data of the service departments in the asset information management system are not required to be modified, and only the asset attribute dictionary is required to be adjusted, so that the workload is reduced, and the working efficiency is improved.
In addition, because the asset data of different business departments are stored in the same data table, but not each business department corresponds to one data table, and the naming of the asset attributes is unified based on the asset attribute dictionary, the asset data of all the business departments can be inquired through one data table instead of being inquired respectively when the asset data is inquired. Therefore, the data query efficiency is greatly improved.
Drawings
FIG. 1 is a diagram illustrating an implementation scenario of an asset security information management process in one embodiment;
FIG. 2 is a schematic flow diagram of a method for asset security information management in one embodiment;
FIG. 3 is a schematic flow chart diagram of a method for asset security information management in another embodiment;
FIG. 4 is a schematic flow chart diagram illustrating a method for asset security information management in yet another embodiment;
FIG. 5 is a block diagram of an asset security information management device in one embodiment;
FIG. 6 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
It will be understood that, as used herein, the terms "first," "second," and the like may be used herein to describe various terms, but these terms are not limited by these terms unless otherwise specified. These terms are only used to distinguish one term from another. For example, the third preset threshold and the fourth preset threshold may be the same or different without departing from the scope of the present application.
Asset management informatization means that a database of all assets is established by using an administrative asset management information system so as to realize the rapid operation of electronic, digital, networked management and scheduling utilization of the assets. Under the development and application trends of mobile internet and cloud computing, the technology complexity is continuously increased, the IT scale is continuously increased, the architecture is continuously complicated due to the digital technology development and the business scene driving, a bank as one of business financial subjects faces digital transformation, and the requirement on the informatization degree of asset management is higher and higher. And each business department in the bank respectively maintains and manages the respective asset information ledger according to the jurisdiction range and the application scene of each responsibility, and the bank security department needs to acquire the asset security information of all business departments in the whole bank.
In the related technology, the bank security department mainly receives the asset data of each business department through an asset security information management system, stores and generates an asset security information ledger for management. Specifically, each business department respectively maintains a respective asset list according to the responsibility range and the application scene, different naming rules are provided for different business departments with the same asset attribute type, and the embodiment is that different asset attributes are maintained for asset data of the same data type. When the asset security information management system is used for docking asset data of each business department, asset attributes in the asset data of different business departments need to be analyzed in a mode of rebuilding artificial codes. When the property of the property maintained by some business departments changes, for example, the property is deleted, the code of the analysis data and the database table structure need to be modified, thereby increasing the workload of the development and maintenance of the security department system.
Based on the above requirements, the embodiments of the present application provide an asset security information management method, which may be applied between different business departments and security departments, and may be specifically applied in the application environment shown in fig. 1. The server 102 corresponding to the business department communicates with the server 104 corresponding to the security department via a network. The data storage system may store data that the server 104 needs to process. The data storage system may be integrated on the server 104, or may be located on the cloud or other network server. The server 102 transmits the asset data to the server 104 by acquiring the asset data, and the server 104 converts and stores the asset data. Server 102 and server 104 may be implemented as separate servers or as a server cluster of multiple servers. Different business departments can correspond to different servers 102, and each business department transmits asset data to the server 104 corresponding to the security department through the server 102 corresponding to the business department.
In some embodiments, referring to fig. 2, a method of asset security information management is provided. Taking the application of the method to the server 104 in fig. 1 as an example, the method includes the following steps:
202. and if the asset data of any business department is received, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names.
Wherein the server 104 may receive asset data for each business segment through the interface. Upon receiving the asset data, the asset data may be parsed to parse out the data type of the asset data. The data type can be carried by the model field, and in the actual implementation process, the model field can be parsed to determine the data type of the asset data, such as belonging to a service terminal or belonging to a network system.
It should be noted that, in the actual implementation process, asset attribute dictionaries of different data types may be stored in advance in a model management module of the asset information management system. For asset data of a certain data type, the asset attribute dictionary corresponding to the data type may store a corresponding relationship between an asset attribute name maintained by the asset data in the server 102 corresponding to the original business department and a unified standard asset attribute name, that is, a corresponding relationship between a source asset attribute name and a standard asset attribute name, which may specifically refer to the following tables 1 and 2:
TABLE 1
Source property name Standard asset attribute names
colA1 col1
colA2 col2
colA3 col3
TABLE 2
Source property name Standard asset attribute names
colB1 col1
colB2 col2
colB3 col3
colB4 col4
For a certain service department, if the service department sends asset data (mode1, colA1, colA2, colA3) to the security department, the data type of the asset data can be analyzed through the mode1 field, and the asset attribute dictionary shown in Table 1 can be inquired through the data type. It can be understood that (colA1, colA2, colA3) is the source asset attribute name maintained by the business department, and (colA1, colA2, colA3) is the converted unified result.
Further, if another business department sends asset data to the security department (mode1, colB1, colB2, colB3, colB4), the data type of the asset data can be parsed out through the mode1 field, and the asset attribute dictionary as shown in table 2 can be queried through the data type. It can be understood that (colB1, colB2, colB3, colB4) is the source asset attribute name maintained by the other business department, and (colB1, colB2, colB3, colB4) is the converted unified result. It is understood that colA1 corresponds to the same type of asset attribute as colB1, but with different names, colA2 is analogous to colB2 and colA3 is analogous to colB 3.
204. And converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary.
Specifically, the conversion process can be completed by the correspondence similar to that in table 1 and table 2 above. It should be noted that, in the actual implementation process, the parsing process mentioned in the above process and the conversion process in this step may be implemented by a parsing and converting module in the asset information management system.
206. And if the conversion is successful, storing the converted asset data in a data table.
In particular, in saving the converted asset data, different asset attribute values under different asset attribute names may be saved. During storage, asset data of different services may be stored together or separately, which is not specifically limited in this embodiment of the present application.
According to the method provided by the embodiment of the application, the asset data are sent to the asset information management system without being uniformly converted by each business department, the corresponding asset data can be directly sent to the asset information management system by each business department, the asset information management system stores and manages the asset data after being uniformly converted based on the asset attribute dictionary, even if the asset attributes maintained by some business departments are changed, the codes for analyzing the asset data of the business departments in the asset information management system do not need to be modified, and only the asset attribute dictionary needs to be adjusted, so that the workload is reduced, and the working efficiency is improved.
In some embodiments, referring to fig. 3, a method of asset security information management is provided. The asset attribute dictionary is also provided with a calibration rule corresponding to each standard asset attribute name; taking the application of the method to the server 104 in fig. 1 as an example, the method includes the following steps:
302. and if the asset data of any business department is received, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names.
The process can refer to the explanation of the content of the above embodiments, which is not described herein again.
304. And converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary.
For example, asset data may be converted from (model, colA1, colA2, colA3) to (model, col1, col2, col 3).
The process can refer to the explanation of the content of the above embodiments, which is not described herein again.
306. And verifying the attribute value corresponding to each standard asset attribute name obtained after conversion in the asset data according to the corresponding verification rule in the asset attribute dictionary.
It can be understood that, because the source asset attribute names with different names and the same asset attribute type need to be converted into the uniform standard asset attribute name, in order to ensure that the conversion results of the same asset attribute type are consistent, it is possible to verify whether the attribute value corresponding to the standard asset attribute name obtained after conversion is correct through the verification rule. The verification rules may be set in the asset property dictionary at the same time, and may be specifically as shown in table 3:
TABLE 3
Source property name Standard asset attribute names Checking rules
colB1 col1 Rule 1
colB2 col2 Rule 2
colB3 col3 Rule 3
colB4 col4 Rule 4
308. If the attribute value corresponding to each standard asset attribute name in the asset data passes the verification, the conversion is determined to be successful, if the attribute value corresponding to the standard asset attribute name in the asset data does not pass the verification, the conversion is determined to be failed, and a data error is returned to report errors.
If the attribute value corresponding to the standard asset attribute name is not verified, the conversion failure can be determined, and a data error report is returned to a resolution conversion module in the asset information management system. The subsequent parsing and converting module may perform reconversion or verify whether the corresponding relationship stored in the asset attribute dictionary is incorrect, which is not specifically limited in this embodiment of the present application.
310. And if the conversion is successful, storing the converted asset data in a data table.
The process can refer to the explanation of the content of the above embodiments, which is not described herein again.
According to the method provided by the embodiment of the application, even if the asset attributes maintained by some service departments are changed, codes for analyzing the asset data of the service departments in the asset information management system do not need to be modified, and only the asset attribute dictionary needs to be adjusted, so that the workload is reduced, and the working efficiency is improved. In addition, the asset attribute dictionary is also provided with a verification rule which can be used for verifying the standard asset attribute name obtained after conversion, so that the accuracy of the conversion result can be ensured.
In some embodiments, the validation rule comprises a regular expression.
Specifically, the canonical representation may be "[ 0-9] $", which is mainly a digital composition indicating that the attribute value corresponding to the standard asset attribute name may be an unlimited number of 0 to 9. Of course, in an actual implementation process, the check rule may be other check manners such as check codes besides a regular expression, and this is not specifically limited in this embodiment of the present application.
According to the method provided by the embodiment of the application, even if the asset attributes maintained by some service departments are changed, codes for analyzing the asset data of the service departments in the asset information management system do not need to be modified, and only the asset attribute dictionary needs to be adjusted, so that the workload is reduced, and the working efficiency is improved. In addition, the regular expression is also arranged in the asset attribute dictionary and can be used for verifying the standard asset attribute name obtained after conversion, so that the accuracy of the conversion result can be ensured.
The business department may modify the property of the property maintained by the business department, such as adding property. Thus, in some embodiments, an asset attribute modification method is provided. Taking the application of the method to the server 104 in fig. 1 as an example, the method includes the following steps: and if an asset attribute modification request of any business department is received, modifying the corresponding relation between the source asset attribute name and the standard asset attribute name in the asset attribute dictionary according to the asset attribute modification request.
Specifically, for any business segment, the business segment may send an asset attribute modification request to a server 104 corresponding to the security segment through a corresponding server 102. The modification appeal aimed at by the modification request may be asset attribute addition, asset attribute deletion, or asset attribute modification, which is not specifically limited in the embodiment of the present application. Taking the modification appeal as the attribute deletion, and taking the asset attribute modification request sent by the service department B carrying the asset attribute colB5 to be deleted as an example, after receiving the request, the server 104 corresponding to the security department can extract the asset attribute colB5 in the request by the model management module. It is understood that the extracted asset attribute colB5 is the source asset attribute name. The model management module may look up the correspondence containing colB5 from the asset property dictionary based on the source asset property name and delete the correspondence from the asset property dictionary, i.e., complete the modification process.
Taking the modification appeal as the attribute modification, and taking the asset attribute modification request sent by the service department B carrying the asset attribute colB5_1 before modification and the asset attribute colB5_2 after modification as an example. The model management model can search the corresponding relation containing colB5_1 from the asset attribute dictionary, and modify the source asset attribute name in the corresponding relation from colB5_1 to colB5_2, thus completing the modification process.
According to the method provided by the embodiment of the application, even if the asset attributes maintained by some service departments are changed, codes for analyzing the asset data of the service departments in the asset information management system do not need to be modified, and only the asset attribute dictionary needs to be adjusted, so that the workload is reduced, and the working efficiency is improved.
In some embodiments, an asset attribute modification method is provided. The asset attribute modification request is used for indicating the addition of an asset attribute; taking the application of the method to the server 104 in fig. 1 as an example, the method includes the following steps: generating a corresponding standard asset attribute name according to the source asset attribute name to be added in the asset attribute modification request; and adding the corresponding relation between the source asset attribute name to be added and the generated standard asset attribute name in the asset attribute dictionary.
Specifically, take an example that the asset attribute modification request sent by the business department B carries the asset attribute colB5 to be added. The model management model can take colB5 as a source asset attribute name to generate a corresponding standard asset attribute name coll 5, and the corresponding relation between colB5 and col5 is added in an asset attribute dictionary, so that the modification process can be completed. It should be noted that, in the actual implementation process, a check rule for checking the accuracy of col5 may also be added to the correspondence.
According to the method provided by the embodiment of the application, even if the asset attributes maintained by some service departments are changed, codes for analyzing the asset data of the service departments in the asset information management system do not need to be modified, and only the asset attribute dictionary needs to be adjusted, so that the workload is reduced, and the working efficiency is improved.
After the asset data of each business department enters the asset security information management system, the asset data of different business departments are usually stored in different data tables respectively, and when the asset data needs to be inquired subsequently, the different data tables need to be inquired respectively, so that the inquiry process needs to consume much time, and the working efficiency of the security department is influenced. Based on the above-mentioned problems, in some embodiments, asset data for different business segments is stored in a data table.
Specifically, in the embodiment of the present application, asset data of different business departments may be optionally stored in the same data table. In addition, the data table can be a data table in the elastic search. It can be understood that because the elastic search provides a full-text search engine with distributed multi-user capability, a non-relational database is used, so that the table structure of the data does not need to be modified. The asset data conversion is analyzed and converted through the analysis and conversion module, the model management module manages the asset attribute dictionary used by the analysis and conversion module, and the specific process of storing the asset data after the analysis and conversion can refer to fig. 4.
According to the method provided by the embodiment of the application, the asset data of different business departments are stored in the same data table, but not each business department corresponds to one data table, and the naming of the asset attributes is unified based on the asset attribute dictionary, so that the asset data of all the business departments can be inquired through one data table without being respectively inquired when the asset data is inquired. Therefore, the data query efficiency is greatly improved.
It should be understood that, although the steps in the flowcharts related to the embodiments are shown in sequence as indicated by the arrows, the steps are not necessarily executed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a part of the steps in the flowcharts related to the above embodiments may include multiple steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the steps or stages is not necessarily sequential, but may be performed alternately or alternately with other steps or at least a part of the steps or stages in other steps.
Based on the same inventive concept, the embodiment of the application also provides an asset security information management device for realizing the asset security information management method. The implementation scheme for solving the problem provided by the device is similar to the implementation scheme described in the method, so specific limitations in one or more embodiments of the asset security information management device provided below can be referred to the limitations in the asset security information management method above, and details are not described here.
In one embodiment, as shown in fig. 5, there is provided an asset security information management apparatus including: a query module 502, a conversion module 504, and a save module 506, wherein:
a query module 502, configured to query, when asset data of any business department is received, a corresponding asset attribute dictionary according to a data type of the asset data, where the asset attribute dictionary is used to convert source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
a conversion module 504, configured to convert the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
a saving module 506, configured to, when the conversion is successful, save the converted asset data in the data table.
In some embodiments, the asset attribute dictionary is further provided with a check rule corresponding to each standard asset attribute name; the device also includes:
the verification module is used for verifying each converted standard asset attribute name in the asset data according to a corresponding verification rule in the asset attribute dictionary;
and the judgment module is used for determining that the conversion is successful when each standard asset attribute name in the asset data passes the verification, determining that the conversion is failed if the standard asset attribute name in the asset data does not pass the verification, and returning a data error to report an error.
In some embodiments, the validation rule comprises a regular expression.
In some embodiments, the apparatus further comprises:
and the modification module is used for modifying the corresponding relation between the source asset attribute name and the standard asset attribute name in the asset attribute dictionary according to the asset attribute modification request when receiving the asset attribute modification request of any service department.
In some embodiments, the asset attribute modification request is to indicate that an asset attribute is added; the modification module is used for generating a corresponding standard asset attribute name according to the source asset attribute name to be added in the asset attribute modification request; and adding the corresponding relation between the source asset attribute name to be added and the generated standard asset attribute name in the asset attribute dictionary.
In some embodiments, the asset data for different business segments are stored in a data table.
According to the device provided by the embodiment of the invention, the asset data is sent to the asset information management system without being uniformly converted by each service department, each service department can directly send the corresponding asset data to the asset information management system, the asset information management system stores and manages the asset data after being uniformly converted based on the asset attribute dictionary, and even if the asset attributes maintained by some service departments are changed, the codes for analyzing the asset data of the service departments in the asset information management system are not required to be modified, and only the asset attribute dictionary is required to be adjusted, so that the workload is reduced, and the working efficiency is improved.
In addition, because the asset data of different business departments are stored in the same data table, but not each business department corresponds to one data table, and the naming of the asset attributes is unified based on the asset attribute dictionary, the asset data of all the business departments can be inquired through one data table instead of being inquired respectively when the asset data is inquired. Therefore, the data query efficiency is greatly improved.
For specific limitations of the asset security information management device, reference may be made to the above limitations of the asset security information management method, which are not described herein again. The various modules in the asset security information management device described above may be implemented in whole or in part by software, hardware, and combinations thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, and its internal structure diagram may be as shown in fig. 6. The computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing variable data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a method of asset security information management.
Those skilled in the art will appreciate that the architecture shown in fig. 6 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program:
if receiving the asset data of any business department, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and if the conversion is successful, storing the converted asset data in a data table.
In one embodiment, the asset attribute dictionary is also provided with a check rule corresponding to each standard asset attribute name; the processor, when executing the computer program, further performs the steps of:
verifying an attribute value corresponding to each converted standard asset attribute name in the asset data according to a corresponding verification rule in the asset attribute dictionary;
if the attribute value corresponding to each standard asset attribute name in the asset data passes the verification, the conversion is determined to be successful, if the attribute value corresponding to the standard asset attribute name in the asset data does not pass the verification, the conversion is determined to be failed, and a data error is returned to report errors.
In one embodiment, the check rule includes a regular expression when the computer program is executed by the processor.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
and if an asset attribute modification request of any business department is received, modifying the corresponding relation between the source asset attribute name and the standard asset attribute name in the asset attribute dictionary according to the asset attribute modification request.
In one embodiment, the asset attribute modification request is to indicate to add an asset attribute; the processor, when executing the computer program, further performs the steps of:
generating a corresponding standard asset attribute name according to the source asset attribute name to be added in the asset attribute modification request; and adding the corresponding relation between the source asset attribute name to be added and the generated standard asset attribute name in the asset attribute dictionary.
In one embodiment, the asset data for different business segments is stored in a data table when the computer program is executed by the processor.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of:
if receiving the asset data of any business department, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and if the conversion is successful, storing the converted asset data in a data table.
In one embodiment, the asset attribute dictionary is also provided with a check rule corresponding to each standard asset attribute name; the computer program when executed by the processor further realizes the steps of:
verifying each converted standard asset attribute name in the asset data according to a corresponding verification rule in the asset attribute dictionary;
if the standard asset attribute names in the asset data pass the verification, the conversion is determined to be successful, if the standard asset attribute names in the asset data do not pass the verification, the conversion is determined to be failed, and a data error is returned to report errors.
In one embodiment, the check rule comprises a regular expression when the computer program is executed by the processor.
In one embodiment, the computer program when executed by the processor further performs the steps of:
and if an asset attribute modification request of any business department is received, modifying the corresponding relation between the source asset attribute name and the standard asset attribute name in the asset attribute dictionary according to the asset attribute modification request.
In one embodiment, the asset attribute modification request is to indicate to add an asset attribute; the computer program when executed by the processor further realizes the steps of:
generating a corresponding standard asset attribute name according to the source asset attribute name to be added in the asset attribute modification request; and adding the corresponding relation between the source asset attribute name to be added and the generated standard asset attribute name in the asset attribute dictionary.
In one embodiment, the computer program, when executed by the processor, stores asset data for different business segments in a data table.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, database, or other medium used in the embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high-density embedded nonvolatile Memory, resistive Random Access Memory (ReRAM), Magnetic Random Access Memory (MRAM), Ferroelectric Random Access Memory (FRAM), Phase Change Memory (PCM), graphene Memory, and the like. Volatile Memory can include Random Access Memory (RAM), external cache Memory, and the like. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others. The databases referred to in various embodiments provided herein may include at least one of relational and non-relational databases. The non-relational database may include, but is not limited to, a block chain based distributed database, and the like. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic devices, quantum computing based data processing logic devices, etc., without limitation.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present application shall be subject to the appended claims.

Claims (10)

1. A method for asset security information management, the method comprising:
if receiving asset data of any business department, inquiring a corresponding asset attribute dictionary according to the data type of the asset data, wherein the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and if the conversion is successful, storing the converted asset data in a data table.
2. The method according to claim 1, characterized in that, the asset property dictionary is also provided with a check rule corresponding to each standard asset property name; after converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary, the method further comprises the following steps:
verifying an attribute value corresponding to each converted standard asset attribute name in the asset data according to a corresponding verification rule in the asset attribute dictionary;
if the attribute value corresponding to each standard asset attribute name in the asset data passes the verification, the conversion is determined to be successful, if the attribute value corresponding to the standard asset attribute name in the asset data does not pass the verification, the conversion is determined to be failed, and a data error is returned to report errors.
3. The method of claim 2, wherein the verification rule comprises a regular expression.
4. The method of claim 1, further comprising:
and if an asset attribute modification request of any business department is received, modifying the corresponding relation between the source asset attribute name and the standard asset attribute name in the asset attribute dictionary according to the asset attribute modification request.
5. The method of claim 4, wherein the asset attribute modification request is indicative of adding an asset attribute; modifying the corresponding relation between the source asset attribute name and the standard asset attribute name in the asset attribute dictionary according to the asset attribute modification request comprises the following steps:
generating a corresponding standard asset attribute name according to the source asset attribute name to be added in the asset attribute modification request; and adding the corresponding relation between the source asset attribute name to be added and the generated standard asset attribute name in the asset attribute dictionary.
6. The method according to any one of claims 1 to 6, wherein asset data of different business sectors are all stored in the data table.
7. An asset security information management apparatus, characterized in that the apparatus comprises:
the system comprises a query module, a data processing module and a data processing module, wherein the query module is used for querying a corresponding asset attribute dictionary according to the data type of asset data when the asset data of any business department is received, and the asset attribute dictionary is used for converting source asset attribute names with different names and the same asset attribute types into uniform standard asset attribute names;
the conversion module is used for converting the source asset attribute name in the asset data into a standard asset attribute name according to the asset attribute dictionary;
and the storage module is used for storing the converted asset data in the data table when the conversion is successful.
8. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 6.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 6.
10. A computer program product comprising a computer program, characterized in that the computer program realizes the steps of the method of any one of claims 1 to 6 when executed by a processor.
CN202111404259.9A 2021-11-24 2021-11-24 Asset security information management method and device and computer equipment Pending CN114238367A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111404259.9A CN114238367A (en) 2021-11-24 2021-11-24 Asset security information management method and device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111404259.9A CN114238367A (en) 2021-11-24 2021-11-24 Asset security information management method and device and computer equipment

Publications (1)

Publication Number Publication Date
CN114238367A true CN114238367A (en) 2022-03-25

Family

ID=80750878

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111404259.9A Pending CN114238367A (en) 2021-11-24 2021-11-24 Asset security information management method and device and computer equipment

Country Status (1)

Country Link
CN (1) CN114238367A (en)

Similar Documents

Publication Publication Date Title
CN109558575B (en) Online form editing method, online form editing device, computer equipment and storage medium
CN104967620A (en) Access control method based on attribute-based access control policy
CN111767340B (en) Data processing method, device, electronic equipment and medium
CN110046155B (en) Method, device and equipment for updating feature database and determining data features
CN107463596B (en) Block chain parallel query method and system for setting out-of-chain fault table
CN113377740A (en) Railway metadata management method, application method and device
CN112328631A (en) Production fault analysis method and device, electronic equipment and storage medium
CN103678591A (en) Device and method for automatically executing multi-service receipt statistical treatment
CN115879164A (en) Data verification method, device, equipment and storage medium
CN116719799A (en) Environment-friendly data management method, device, computer equipment and storage medium
CN106506661A (en) Method, server and system for dynamically returning data
CN116561003A (en) Test data generation method, device, computer equipment and storage medium
CN114238367A (en) Asset security information management method and device and computer equipment
CN113934729A (en) Data management method based on knowledge graph, related equipment and medium
CN114238348A (en) Asset security information updating and checking method and device and computer equipment
CN113568682B (en) Rule data verification method, device, computer equipment and storage medium
CN112860755B (en) Service identifier generation method, device, computer equipment and medium
CN117278625A (en) Message conversion method, device, computer equipment and storage medium
CN113434359B (en) Data traceability system construction method and device, electronic device and readable storage medium
US20240111781A1 (en) System for verifying high-performance table data consistency between remote dbms tables
CN117290415A (en) Data loading method, device, computer equipment and computer readable storage medium
CN117827832A (en) Data verification method, device, computer equipment and storage medium
CN116881164A (en) Verification and correction method, device and equipment for test data in financial information system
CN117785939A (en) Data analysis method and device based on rule engine and computer equipment
CN117493371A (en) Service data processing method, device, computer 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