0042 Software Capabilities¶
SoftwareCapability¶
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.
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.
These are the subtypes of software capabilities defined in the open metadata types:
- SoftwareServerCapability - A capability that typically resides in a SoftwareServer.
- AccessControlManager - A capability that manages access to specific resources.
- APIManager - A capability that manages callable APIs that typically delegate onto Software Services.
- Application - A capability supporting a specific business function.
- Catalog - A capability that manages collections of descriptions about people, places, digital assets, things, ...
- 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).
- 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 event-based services, typically around topics.
- SoftwareService - A capability that provides externally callable functions to other services.
- ApplicationService - A software service that supports a reusable business function.
- MetadataIntegrationService - A software service that exchanges metadata between servers.
- MetadataAccessService - A software service that provides access to stored metadata.
- EngineHostingService - A software service that provides services that delegate to a hosted engine.
- UserViewService - A software service that provides user interfaces access to digital resources.
- NetworkGateway - A connection point enabling network traffic to pass between two networks.
- EnterpriseAccessLayer - Repository services for the Open Metadata Access Services (OMAS) supporting federated queries and aggregated events from the connected cohorts.
- CohortMember - A capability enabling a server to access an open metadata repository cohort.
- GovernanceEngine - A collection of related governance services of the same type.
- GovernanceActionEngine - A collection of related governance services supporting the Governance Action Framework (GAF).
- OpenDiscoveryEngine - A collection of related governance services supporting the Open Discovery Framework (ODF).
- ArchiveEngine - A collection of related governance services supporting maintenance of Open Metadata Archives.
In addition, it is possible to augment software capabilities with the following classifications:
- CloudService - A capability enabled for a tenant on a cloud platform.
- ContentCollectionManager - A manager of controlled documents and related media.
- 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.
- NotificationManager - A software capability that is distributing events from a topic to its subscriber list.
SupportedSoftwareCapability¶
Defines the relationship between a SoftwareCapability and the ITInfrastructure asset that hosts it.
ProcessingState¶
Defines a classification for a SoftwareCapability. The ProcessingState can be used to describe additional runtime processing information used by various SoftwareCapabilities.
Deprecated types
- SoftwareServerSupportedCapability is deprecated in favor of SupportedSoftwareCapability.
Raise an issue or comment below