66 lines
1.9 KiB
Markdown
Raw Normal View History

2021-11-05 20:45:21 +00:00
---
description: In this section, we present an overview of OpenMetadata features.
---
# Features
### Discover Your Data
2021-11-05 20:45:21 +00:00
#### Keyword Search
Find assets based on name, description, and component metadata (e.g., column name, description) and containing service
2021-11-05 20:45:21 +00:00
![](../.gitbook/assets/asset-discovery-features.gif)
For more details see the [Asset Discovery](asset-discovery.md) documentation.
#### Complex Queries
Find assets matching strict criteria on metadata properties and Boolean operators.
![](../.gitbook/assets/complex-queries.gif)
For more details on asset metadata properties, please see the [Asset Discovery](asset-discovery.md) documentation.
#### Support for Complex Data Types
2021-11-05 20:45:21 +00:00
Add descriptions and tags to nested fields in complex data types like arrays and structs. Locate these assets using keyword search or complex queries.
2021-11-05 20:45:21 +00:00
![](../.gitbook/assets/complex-data-types.gif)
### Importance and Owners
#### Filter Assets by Importance
User Tier tags and usage data to identify the relative importance of data assets. 
![](../.gitbook/assets/asset-importance.gif)
#### Identify Asset Owners
Identify owners who can help with questions about an asset.
![](../.gitbook/assets/asset-owners.gif)
### Data Lineage
Trace the path of data across tables, pipelines, and dashboards.
![](../.gitbook/assets/lineage-feature.gif)
### Data Reliability
Build trust in your data by creating tests to monitor that the data is complete, fresh, and accurate.
#### Data Profiler
Enable the data profiler through metadata ingestion to capture the profile of tables over a period of time. This will help your users check for null values in non-null columns, for duplicates in a unique column, etc. Understand column data distributions through min, max, mean.
![](../.gitbook/assets/data-profiler-feature.gif)
### Service Connectors
Integrate your database, dashboard, messaging, and pipeline services with OpenMetadata.
![](../.gitbook/assets/connectors-feature.gif)