98 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2021-08-12 17:28:54 +00:00
# OpenMetadata Entities
2021-08-01 14:27:44 -07:00
2021-08-29 21:24:50 +00:00
OpenMetadata has the following high-level core entities and relationships:
Added documentation changes done in 0.5.0 branch to main (#1168) * GitBook: [#177] Documentation Update - Airflow * GitBook: [#195] Removing Cron from databaseServices * GitBook: [#196] Added trino * GitBook: [#197] removed cron from config * GitBook: [#198] Added Redash Documentation * GitBook: [#199] Added Bigquery Usage Documentation * GitBook: [#200] Added page link for presto * GitBook: [#201] Added Local Docker documentation * GitBook: [#202] Added Documentation for Local Docker Setup * GitBook: [#203] Added Git Command to clone Openmetadata in docs * GitBook: [#207] links update * GitBook: [#208] Updating Airflow Documentation * GitBook: [#210] Adding Python installation package under Airflow Lineage config * GitBook: [#211] Change the links to 0.5..0 * GitBook: [#213] Move buried connectors page up * GitBook: [#214] Update to connectors page * GitBook: [#215] Removed sub-categories * GitBook: [#212] Adding Discovery tutorial * GitBook: [#220] Updated steps to H2s. * GitBook: [#230] Complex queries * GitBook: [#231] Add lineage to feature overview * GitBook: [#232] Make feature overview headers verbs instead of nouns * GitBook: [#233] Add data reliability to features overview * GitBook: [#234] Add complex data types to feature overview * GitBook: [#235] Simplify and further distinguish discovery feature headers * GitBook: [#236] Add data importance to feature overview * GitBook: [#237] Break Connectors into its own section * GitBook: [#238] Reorganize first section of docs. * GitBook: [#239] Add connectors to feature overview * GitBook: [#240] Organize layout of feature overview into feature categories as agreed with Harsha. * GitBook: [#242] Make overview paragraph more descriptive. * GitBook: [#243] Create a link to Connectors section from feature overview. * GitBook: [#244] Add "discover data through association" to feature overview. * GitBook: [#245] Update importance and owners gifs * GitBook: [#246] Include a little more descriptive documentation for key features. * GitBook: [#248] Small tweaks to intro paragraph. * GitBook: [#249] Clean up data profiler paragraph. * GitBook: [#250] Promote Complex Data Types to its own feature. * GitBook: [#251] Update to advanced search * GitBook: [#252] Update Roadmap * GitBook: [#254] Remove old features page (text and screenshot based). * GitBook: [#255] Remove references to removed page. * GitBook: [#256] Add Descriptions and Tags section to feature overview. * GitBook: [#257] Update title for "Know Your Data" Co-authored-by: Ayush Shah <ayush.shah@deuexsolutions.com> Co-authored-by: Suresh Srinivas <suresh@getcollate.io> Co-authored-by: Shannon Bradshaw <shannon.bradshaw@arrikto.com> Co-authored-by: OpenMetadata <github@harsha.io>
2021-11-13 23:03:20 +05:30
![](../../../.gitbook/assets/openmetadata-entities-relationship.png)
Added documentation changes done in 0.5.0 branch to main (#1168) * GitBook: [#177] Documentation Update - Airflow * GitBook: [#195] Removing Cron from databaseServices * GitBook: [#196] Added trino * GitBook: [#197] removed cron from config * GitBook: [#198] Added Redash Documentation * GitBook: [#199] Added Bigquery Usage Documentation * GitBook: [#200] Added page link for presto * GitBook: [#201] Added Local Docker documentation * GitBook: [#202] Added Documentation for Local Docker Setup * GitBook: [#203] Added Git Command to clone Openmetadata in docs * GitBook: [#207] links update * GitBook: [#208] Updating Airflow Documentation * GitBook: [#210] Adding Python installation package under Airflow Lineage config * GitBook: [#211] Change the links to 0.5..0 * GitBook: [#213] Move buried connectors page up * GitBook: [#214] Update to connectors page * GitBook: [#215] Removed sub-categories * GitBook: [#212] Adding Discovery tutorial * GitBook: [#220] Updated steps to H2s. * GitBook: [#230] Complex queries * GitBook: [#231] Add lineage to feature overview * GitBook: [#232] Make feature overview headers verbs instead of nouns * GitBook: [#233] Add data reliability to features overview * GitBook: [#234] Add complex data types to feature overview * GitBook: [#235] Simplify and further distinguish discovery feature headers * GitBook: [#236] Add data importance to feature overview * GitBook: [#237] Break Connectors into its own section * GitBook: [#238] Reorganize first section of docs. * GitBook: [#239] Add connectors to feature overview * GitBook: [#240] Organize layout of feature overview into feature categories as agreed with Harsha. * GitBook: [#242] Make overview paragraph more descriptive. * GitBook: [#243] Create a link to Connectors section from feature overview. * GitBook: [#244] Add "discover data through association" to feature overview. * GitBook: [#245] Update importance and owners gifs * GitBook: [#246] Include a little more descriptive documentation for key features. * GitBook: [#248] Small tweaks to intro paragraph. * GitBook: [#249] Clean up data profiler paragraph. * GitBook: [#250] Promote Complex Data Types to its own feature. * GitBook: [#251] Update to advanced search * GitBook: [#252] Update Roadmap * GitBook: [#254] Remove old features page (text and screenshot based). * GitBook: [#255] Remove references to removed page. * GitBook: [#256] Add Descriptions and Tags section to feature overview. * GitBook: [#257] Update title for "Know Your Data" Co-authored-by: Ayush Shah <ayush.shah@deuexsolutions.com> Co-authored-by: Suresh Srinivas <suresh@getcollate.io> Co-authored-by: Shannon Bradshaw <shannon.bradshaw@arrikto.com> Co-authored-by: OpenMetadata <github@harsha.io>
2021-11-13 23:03:20 +05:30
1. **Data Assets** - These entities represent data, such as databases, tables, and topics, and assets created using data, such as Dashboards, Reports, Metrics, and ML Features. It also includes entities such as Pipelines that are used for creating data assets.
2. **Services** - Services represent platforms and services used for storing and processing data. It includes Online Data Stores, Data Warehouses, ETL tools, Dashboard services, etc.
3. **Users & Teams** - These entities represent users within an organization and teams that they are organized under.
4. **Activities** - These entities are related to feeds, posts, and notifications for collaboration between users.
2021-08-06 16:10:23 +05:30
5. **Glossary and Tags** - Entities for defining business glossary that includes hierarchical tags.
2021-08-01 14:27:44 -07:00
## List of Schema Entities
2021-10-15 03:51:13 +05:30
{% content-ref url="bot.md" %}
[bot.md](bot.md)
{% endcontent-ref %}
2021-08-01 14:27:44 -07:00
2021-10-15 03:51:13 +05:30
{% content-ref url="chart.md" %}
[chart.md](chart.md)
{% endcontent-ref %}
2021-08-01 14:27:44 -07:00
2021-10-15 03:51:13 +05:30
{% content-ref url="dashboard.md" %}
[dashboard.md](dashboard.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="dashboardservice.md" %}
[dashboardservice.md](dashboardservice.md)
{% endcontent-ref %}
2021-08-01 14:27:44 -07:00
2021-10-15 03:51:13 +05:30
{% content-ref url="database.md" %}
[database.md](database.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="databaseservice.md" %}
[databaseservice.md](databaseservice.md)
{% endcontent-ref %}
2021-08-01 14:27:44 -07:00
{% content-ref url="location.md" %}
[location.md](location.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="messagingservice.md" %}
[messagingservice.md](messagingservice.md)
{% endcontent-ref %}
2021-08-01 14:27:44 -07:00
2021-10-15 03:51:13 +05:30
{% content-ref url="metrics.md" %}
[metrics.md](metrics.md)
{% endcontent-ref %}
{% content-ref url="mlmodel.md" %}
[mlmodel.md](mlmodel.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="pipeline.md" %}
[pipeline.md](pipeline.md)
{% endcontent-ref %}
2021-08-01 14:27:44 -07:00
{% content-ref url="pipelineservice.md" %}
[pipelineservice.md](pipelineservice.md)
{% endcontent-ref %}
{% content-ref url="policy.md" %}
[policy.md](policy.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="report.md" %}
[report.md](report.md)
{% endcontent-ref %}
{% content-ref url="storageservice.md" %}
[storageservice.md](storageservice.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="table.md" %}
[table.md](table.md)
{% endcontent-ref %}
2021-08-01 14:27:44 -07:00
{% content-ref url="tagcategory.md" %}
[tagcategory.md](tagcategory.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="team.md" %}
[team.md](team.md)
{% endcontent-ref %}
2021-08-04 06:23:29 +00:00
{% content-ref url="thread.md" %}
[thread.md](thread.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="topic.md" %}
[topic.md](topic.md)
{% endcontent-ref %}
2021-10-15 03:51:13 +05:30
{% content-ref url="user.md" %}
[user.md](user.md)
{% endcontent-ref %}