Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

What is an asset?

An asset is either a digital or physical object/property that provides value to the organization that owns it. Examples of an asset include:

  • Data sources such as databases, files and data feeds.
  • IT infrastructure and applications that automate many aspects of an organization's operation.
  • APIs that provide access to the services offered by the organization.
  • Analytical models and processes that differentiate an organization from its competitors or ensure it is operating legally and ethically.
  • Buildings and other locations.
  • Physical objects that have a unique identity (eg a serial number).

Much governance is centered around an organization's assets since they represent tangible value. This involves maintaining information about each asset and managing events related to the asset in order to keep it protected and to get the maximum value from it.

Egeria is particularly focused on providing the ability to maintain the information necessary for managing digital assets and the infrastructure that supports them. Although it has a flexible model to allow the definition of asset to be expanded to include a broader range of physical assets.

Open metadata types for Assets

The information about an asset that is used to describe its characteristics and how it should be managed (that is, the asset's metadata) it stored in a sub-graph of open metadata instances (entities and relationships) with the Asset entity (type definition) at the root. The Asset entity contains a small amount of information that merely captures the existence of the real asset. Then other entities are linked to it to add more information. It is likely that this additional information is identified, captured and stored by different tools. The open metadata services gather this information together and distribute it to provide the most complete view of the asset's properties.

More information on the types of attachments that can be added to an asset can be found here.

Inheriting from Asset is a hierarchy of increasingly specialized definitions for different types of Assets. Each definition adds more properties about the Asset. Figure 1 shows some of the key assets.

Figure 1

Figure 1: Asset hierarchy

  • Infrastructure covers physical assets from machinery, sensors and networks. There is a subclass called ITInfrastructure that is where IT hosts and services ar located.

  • Process describes processing from simple software components to complex workflows.

  • DataStore a physical store of data such as a file.

  • DataSet describes a logical collection of data. These are created from a combination of processes and physical data stores. They tend to be the collections of data that are of interest to the organization.

  • API the means to access digital capability consisting of infrastructure, processes, data stores and data sets.

Area 2 is where the asset hierarchy is built out.

Accessing asset content through connectors

Egeria provides an open framework for accessing the content of digital assets and the information about them. It is called the Open Connector Framework (OCF) and it provides specialized connectors (clients) for accessing specific types of Asset and the information about them.

The type of connector to use is specified in the Connection entity that is linked to the Asset.

Model 0205 in the open metadata types shows how an Asset is associated with a Connection object. The connection object provides the properties necessary to create a connectors to access the asset's contents.

APIs and Events for managing Asset information (metadata)

Egeria's Open Metadata Access Services (OMASs) provide the specialized services for managing Assets. Each OMAS focuses on a particular part of the asset lifecycle or person/tool that is working with the Assets. For example,

  • Analytics Modeling OMAS enables business intelligence and data virtualization tools to maintain information about the data views and reporting Assets they are maintaining.
  • Asset Catalog OMAS provides a search service for locating Assets.
  • Asset Consumer OMAS provides a service for accessing the content of an Asset, extracting additional information that is known about the Asset and providing feedback about the Asset. It is designed for tools that consume assets to support the work of their users. These users can provide feedback on the asset description and the resource that it describes.
  • Asset Manager OMAS provides a service for exchanging metadata about assets and related information with a third party asset manager. This API supports the many-to-many correlation of identifiers used in the third party asset manager and the open metadata ecosystem.
  • Asset Owner OMAS provides a service for the owner of an Asset to classify and manage the asset, and understand how it is being used by the organization.
  • Discovery Engine OMAS provides a service for adding annotations to an asset's information that has been determined by specific analysis of the Asset's contents by a discovery service.
  • Data Manager OMAS enables a data manager (such as a database or file system) to maintain information about the assets it stores.
  • Governance Engine OMAS provides the metadata services for governance action services that verify, enhance and correct the properties of assets and their associated elements.
  • IT Infrastructure OMAS provides a service for maintaining information about the IT assets and supporting infrastructure owned or used by an organization.
  • Data Science OMAS provides a service for maintaining information about analytical models and related assets such as python notebooks.

Sharing information about assets

Egeria's Open Metadata Repository Services (OMRS) provides the ability to store and extract information about Assets in a distributed collection of servers called an open metadata repository cohort. The cohort provides both peer-to-peer exchange of metadata via an event bus topic and federated queries between different members of the cohort. Egeria provides a metadata server, a metadata access point and a repository proxy server that are all able to join a cohort. The repository proxy supports the integration of third party servers (typically asset managers) into the cohort. The mapping between the third party server's APIs and the open metadata APIs in this case is implemented in an repository connector.

It is also possible to manage the exchange of Asset metadata with other types of third party technologies using the Open Metadata Integration Services (OMIS) running in an integration daemon. Using this pattern is simpler to integrate by involves maintaining a copy of the third party technology's metadata in a metadata server that can then join one or more open metadata repository cohorts to share this metadata more broadly. The mapping between the third party technology's APIs and the open metadata APIs in this case is implemented in an integration connector.



License: CC BY 4.0, Copyright Contributors to the ODPi Egeria project.