How to create a Data Vault Model from scratch

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 37

  • @EGlobalKnowledge
    @EGlobalKnowledge Рік тому +1

    Very good explanation with a simple example

  • @TheEsisia
    @TheEsisia 6 днів тому

    Thank you for a very detailed explanation. My question is why we need hash keys? Couldn't we just use the Business keys instead?

  • @M20081986
    @M20081986 2 роки тому +3

    Great content ! How you migrated 3NF model into Data Vault model with example was amazing ! Why did you stop making further content ?

    • @rezzuri
      @rezzuri 11 місяців тому

      Remember that in real life settings you do not directly "convert" 3NF to DV or you end up with Source System Data Vault

  • @mashagalitskaia8642
    @mashagalitskaia8642 11 місяців тому

    A very good explanation, thank you so much!

  • @helloranjan89
    @helloranjan89 Рік тому

    Wow.. so nicely explained

  • @xDeemanOne
    @xDeemanOne Рік тому

    Really well done please create more content

  • @top_1_percent
    @top_1_percent 2 роки тому +1

    Absolutely brilliant explanation. Thank you very much

  • @rupanag
    @rupanag 11 місяців тому +1

    Can you please help me with these . Would be great if you can explain with some examples.
    1. Why link to link relationship is not recommended in RDV?
    2. In BDV bridge table, if we are storing only hash keys( not natural keys), then how in fact/dimension we are going to get natural keys?

  • @sinrajnallappan1965
    @sinrajnallappan1965 3 роки тому

    Thanks. This gives better understanding at high level DV

  • @rasraeb1102
    @rasraeb1102 4 місяці тому

    Thanks, quite a nice explanation

  • @suhel.choudhury
    @suhel.choudhury 3 роки тому

    Great introduction to Data Vault modelling

  • @phethosilas8781
    @phethosilas8781 3 роки тому +1

    Thank you...This solidified my understanding

  • @behnamkvl
    @behnamkvl 3 місяці тому

    Thank you!

  • @mattclark1981
    @mattclark1981 3 роки тому +2

    Nice, straightforward explanation. Thank you

  • @isssssam85
    @isssssam85 Рік тому

    You need to add a relation describing hub between employee and project which contains the data for which employee works on a specific project. In your case you would have sattelite attached to the link. This is not advised in data vault modelling

  • @gauravpande602
    @gauravpande602 Рік тому

    Excellent video !! Thanks.

  • @kumarvishwajit7356
    @kumarvishwajit7356 4 місяці тому

    Good one

  • @vinaykumar_DE
    @vinaykumar_DE Рік тому

    good explanation

  • @holgerrachut6790
    @holgerrachut6790 11 місяців тому

    Well Done

  • @jakeo1209
    @jakeo1209 Рік тому

    Thank you. Very helpful.

  • @gencayturan7359
    @gencayturan7359 Рік тому +1

    bu aksan cok tanidik geliyor :)

  • @darshakmainz
    @darshakmainz Рік тому

    where can I create that type of diagram of data vault ? I mean I need website name.

  • @dsinghr
    @dsinghr 3 роки тому

    This is a great video. Thanks.

  • @MICHAIL_NIKOLIOUDAKIS
    @MICHAIL_NIKOLIOUDAKIS 3 місяці тому

    thanks!!

  • @STEVEN4841
    @STEVEN4841 2 роки тому

    Very useFull, thank you

  • @aks541
    @aks541 2 роки тому

    What is the special benefit of Data Vault modeling compared to convention EDW design say Kimball methodology ?

    • @harigabor910
      @harigabor910 2 роки тому

      Not creating an intertwined monolithic mess of a data structure, and adding possible support for streaming ETL. However, probably using a Data Mesh is even better as it's much easier to develop and doesn't have the stupid hash keys.

  • @awesome_harish
    @awesome_harish 3 роки тому

    what are the tools available in market to design Data Vault modeling

    • @dsinghr
      @dsinghr 3 роки тому

      Erwin. No additional tools are required to design the model. You can design your approach to populate all hubs, links, data in parallel using Airflow. Since all these tables have hash key in it, there is no dependency across them.

    • @rakeshporwad01
      @rakeshporwad01 2 роки тому

      Erwin

    • @isssssam85
      @isssssam85 Рік тому

      we use Enterprise architect at out organisation

  • @Aurum51
    @Aurum51 2 роки тому

    Very nice!

  • @santosx3510
    @santosx3510 Рік тому

    Thank you

  • @mrvklncr
    @mrvklncr 11 місяців тому +1

    Turk musun? :)

  • @ametdiakhate8126
    @ametdiakhate8126 Рік тому +2

    Data Vault is crap ! It creates a plethora of tables for literally nothing.
    It's a non sens to add tables that doesn't bring real business value..
    What is the purpose of dividing the model into hubs, links and satellites in the raw vault if at the next layer (business vault) we join again tables to consolidate them ?
    For developpers, a data vault model brings more complexity because they will need to do a lot of joinning to create there business agregated tables at the gold layer.

    • @nglamont7015
      @nglamont7015 7 місяців тому

      This is EXACTLLY what I confused!! The data vault, this kind of model designing no really avoid the nessary join. Although it seems clear in the staging layer, but in the downstream layer, we still need to use join to derive relative columns..