admin管理员组文章数量:1130349
—The article is based on 《Building a Scalable Data Warehouse with Data Vault 2.0》,If you want this e-book, please leave a message to me,Best Regards!
The Data Vault model is based on three basic entity types,these entity types are hubs, links,and satellites. Each entity type serves a specific purpose: the hub separates the business keys from therest of the model; the link stores relationships between business keys (and/or hubs); and satellites store the context (the attributes of a business key or relationship).
Hub Entities
The purpose of a hub entity is to store the business keys of business objects along with some other information, which is called the metadata.
| HubAirline |
|---|
| AirlineHashKey(PK) |
| LoadDate |
| RecordSource |
| AirlineID(business key) |
| refeshdate |
Link Entities
The Data Vault models these relationships with links that connect two or more hubs.Typical business processes are purchasing, manufacturing, advertising, marketing, and sales. Because these processes often (but not always) represent transactions, a link often represents a transaction as well.Therefore, it often provides the basis for creating the facts of the dimensional model.
Satellite Entities
Satellites add this functionality to the Data Vault model. They store the attributes that belong to either a business key (in a hub), relationship or a transaction (in a link).The satellite also stores the history of the attribute data. Every attribute change is logged to the satellite.
The Data vault Model as follows:
If the business decides to add information about the plane, the Data Vault gets a new hub and the hub is linked to the existing Data Vault with a new set of links as follows:
finally,your data warehouse model will become the same as Figure 6,just like a big web.
References:《Building a Scalable Data Warehouse with Data Vault 2.0》
—The article is based on 《Building a Scalable Data Warehouse with Data Vault 2.0》,If you want this e-book, please leave a message to me,Best Regards!
The Data Vault model is based on three basic entity types,these entity types are hubs, links,and satellites. Each entity type serves a specific purpose: the hub separates the business keys from therest of the model; the link stores relationships between business keys (and/or hubs); and satellites store the context (the attributes of a business key or relationship).
Hub Entities
The purpose of a hub entity is to store the business keys of business objects along with some other information, which is called the metadata.
| HubAirline |
|---|
| AirlineHashKey(PK) |
| LoadDate |
| RecordSource |
| AirlineID(business key) |
| refeshdate |
Link Entities
The Data Vault models these relationships with links that connect two or more hubs.Typical business processes are purchasing, manufacturing, advertising, marketing, and sales. Because these processes often (but not always) represent transactions, a link often represents a transaction as well.Therefore, it often provides the basis for creating the facts of the dimensional model.
Satellite Entities
Satellites add this functionality to the Data Vault model. They store the attributes that belong to either a business key (in a hub), relationship or a transaction (in a link).The satellite also stores the history of the attribute data. Every attribute change is logged to the satellite.
The Data vault Model as follows:
If the business decides to add information about the plane, the Data Vault gets a new hub and the hub is linked to the existing Data Vault with a new set of links as follows:
finally,your data warehouse model will become the same as Figure 6,just like a big web.
References:《Building a Scalable Data Warehouse with Data Vault 2.0》
本文标签: DATAillustrateModelVAULT
版权声明:本文标题:THE ILLUSTRATE OF DATA VAULT MODEL 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1758298302a2777785.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论