0042 Software Capabilities¶
Software capabilities are the capabilities implemented in software and supported by ITInfrastructure such as hosts, software server platforms and software servers. They are composed of, support and/or consume various digital resources represented as Asset entities. They are linked together using the ServerAssetUse relationship.
SoftwareCapability entity¶
IT Infrastructure contains many capabilities. Each capability can be catalogued using the SoftwareCapability entity and linked to the hosting ITInfrastructure entity using the SupportedSoftwareCapability relationship.
SoftwareCapability is a Referenceable that adds the following attributes:
- patchLevel - any patches applied to the version.
- source - supplier of the capability.
- deployedImplementationType - the class of technology that is used in its implementation. Values for the deployedImplementationType attribute can be managed for consistency in a deployed implementation type valid value set.
Different organizations and tools can choose the granularity in which the capabilities are catalogued in order to provide appropriate context to assets that are managed by the capabilities and the decisions made around them.
SoftwareServerCapability entity¶
The SoftwareServerCapability describes a capability that is implemented in a software server.
These are the subtypes of software server capabilities defined in the open metadata types:
- AuthorizationManager - A capability that manages access to specific resources.
- APIManager - A capability that manages callable APIs that typically delegate onto Software Services.
- RESTAPIManager - A capability that manages callable REST APIs that typically delegate onto Software Services.
- Application - A capability supporting a specific business function.
- ChangeManagementLibrary - A software capability that is capturing reports that describe planned and unplanned changes to the IT systems, and managing them through their lifecycle.
- CohortMember - A capability enabling a server to access an open metadata repository cohort.
- ContentCollectionManager - A manager of controlled documents and related media.
- DataManager - A capability that manages collections of data.
- DatabaseManager - A capability that manages data organized as relational schemas. Also known as a Database Management System (DBMS).
- DatabaseAccessManager - A capability that manages data organized as relational schemas. Also known as a Database Management System (DBMS).
- Engine - A programmable engine for running automated processes.
- WorkflowEngine - An engine capable of running a mixture of human and automated tasks as part of a workflow process.
- ReportingEngine - An engine capable of creating reports by combining information from multiple data sets.
- AnalyticsEngine - An engine capable of running analytics models using data from one or more data sets.
- DataMovementEngine - An engine capable of copying data from one data store to another.
- DataVirtualizationEngine - An engine capable of creating new data sets by dynamically combining data from one or more data stores or data sets.
- EventBroker - A capability that supports routing of events to subscribers, typically around topics.
- EventManager - A capability that supports event-based services, based on incoming events.
- InventoryCatalog - A capability that manages collections of descriptions about people, places, digital assets, things, ...
- FileSystem - A capability that supports a store of files organized into a hierarchy of file folders for general use.
- FileManager - A manager of a collection of files and folders.
- GovernanceEngine - A collection of related governance services of the same type.
- GovernanceActionEngine - A collection of related governance services supporting the Open Governance Framework (OGF).
- SurveyActionEngine - A collection of related governance services supporting the Open Survey Framework (OSF).
- WatchdogActionEngine - A collection of related governance services supporting the Open Watchdog Framework (OWF).
- RepositoryGovernanceEngine - A collection of related governance services supporting maintenance of Open Metadata Archives.
- NetworkGateway - A connection point enabling network traffic to pass between two networks.
- NotificationManager - A software capability that is distributing events from a topic to its subscriber list.
- MasterDataManager - A software capability that is managing the capture and reconciliation of master data entities from many sources.
- SoftwareLibrary - A software capability that is storing software modules for use in IT systems.
- SoftwareService - A capability that provides externally callable functions to other services.
- SourceControlLibrary - A software capability that is managing versions of source code files.
- UserAccessManager - A software capability that is controlling which resources can be accessed by a specific user.
- UserAuthenticationManager - A collection of related governance services supporting maintenance of Open Metadata Archives.
- UserProfileManager - A software capability that is managing user profiles.
In addition, it is possible to augment software capabilities with the following classification:
- CloudService - A capability enabled for a tenant on a cloud platform.
SupportedSoftwareCapability relationship¶
Defines the relationship between a SoftwareCapability and the ITInfrastructure entity that hosts it. This relationship, plus the attached SoftwareCapability entity, help to build out a picture of the capabilities of a particular deployed host, software server platform or software server. Together they help to describe where and how various IT capabilities are delivered to the owning organization. This model can form the basis of traceability from business function to IT Infrastructure, particularly when combined with location information and links to the data assets and APIs.
ProcessingState classification¶
Defines a classification for a SoftwareCapability. The ProcessingState can be used to describe additional runtime processing information used by the component represented by the SoftwareCapability entity.
Deprecated types
- SoftwareServerSupportedCapability is deprecated in favour of the SupportedSoftwareCapability relationship.
Raise an issue or comment below