mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 16:38:19 +00:00
docs: update metadata-modelling.md (#1638)
* Update metadata-modelling.md Pegasus schema blog url is not working ,so use rest.li wiki instead
This commit is contained in:
parent
04203981ca
commit
b0081de621
@ -1,5 +1,5 @@
|
||||
# How to model metadata ?
|
||||
[GMA](../what/gma.md) uses [rest.li](https://rest.li), which is LinkedIn's open source REST framework. All metadata in GMA needs to be modelled using [Pegasus schema (PDSC)](https://linkedin.github.io/rest.li/DATA-Data-Schema-and-Templates) which is the data schema for [rest.li](https://rest.li).
|
||||
[GMA](../what/gma.md) uses [rest.li](https://rest.li), which is LinkedIn's open source REST framework. All metadata in GMA needs to be modelled using [Pegasus schema (PDSC)](https://linkedin.github.io/rest.li/pdsc_syntax) which is the data schema for [rest.li](https://rest.li).
|
||||
|
||||
Conceptually we’re modelling metadata as a hybrid graph of nodes ([entities](../what/entity.md)) and edges ([relationships](../what/relationship.md)), with additional documents ([metadata aspects](../what/aspect.md)) attached to each node. You can also think of it as a modified [Entity-Relationship Model](https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user