GitBook: [main] 64 pages and one asset modified

This commit is contained in:
Suresh Srinivas 2021-08-12 17:12:39 +00:00 committed by gitbook-bot
parent ffd0e3f949
commit 12ea98f072
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -59,9 +59,11 @@ Following is an example of a JSON schema of the User entity with attributes id,
## Metadata system entities
Metadata system has the following core entities:
Metadata system has the following core entities and relationships:
1. **Data Entities** - 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.
![](../../../.gitbook/assets/blank-diagram-page-2-1-.png)
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.