How to create a Data Vault Model from scratch

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 36

  • @EGlobalKnowledge
    @EGlobalKnowledge 11 месяцев назад +1

    Very good explanation with a simple example

  • @M20081986
    @M20081986 Год назад +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 10 месяцев назад

      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 10 месяцев назад

    A very good explanation, thank you so much!

  • @top_1_percent
    @top_1_percent 2 года назад +1

    Absolutely brilliant explanation. Thank you very much

  • @helloranjan89
    @helloranjan89 11 месяцев назад

    Wow.. so nicely explained

  • @xDeemanOne
    @xDeemanOne Год назад

    Really well done please create more content

  • @rupanag
    @rupanag 10 месяцев назад +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

  • @phethosilas8781
    @phethosilas8781 3 года назад +1

    Thank you...This solidified my understanding

  • @rasraeb1102
    @rasraeb1102 3 месяца назад

    Thanks, quite a nice explanation

  • @suhel.choudhury
    @suhel.choudhury 2 года назад

    Great introduction to Data Vault modelling

  • @behnamkvl
    @behnamkvl 2 месяца назад

    Thank you!

  • @mattclark1981
    @mattclark1981 3 года назад +2

    Nice, straightforward explanation. Thank you

  • @holgerrachut6790
    @holgerrachut6790 11 месяцев назад

    Well Done

  • @kumarvishwajit7356
    @kumarvishwajit7356 3 месяца назад

    Good one

  • @gauravpande602
    @gauravpande602 Год назад

    Excellent video !! Thanks.

  • @jakeo1209
    @jakeo1209 Год назад

    Thank you. Very helpful.

  • @MICHAIL_NIKOLIOUDAKIS
    @MICHAIL_NIKOLIOUDAKIS 2 месяца назад

    thanks!!

  • @darshakmainz
    @darshakmainz Год назад

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

  • @vinaykumar_DE
    @vinaykumar_DE Год назад

    good explanation

  • @dsinghr
    @dsinghr 3 года назад

    This is a great video. Thanks.

  • @gencayturan7359
    @gencayturan7359 Год назад +1

    bu aksan cok tanidik geliyor :)

  • @STEVEN4841
    @STEVEN4841 2 года назад

    Very useFull, thank you

  • @santosx3510
    @santosx3510 Год назад

    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

  • @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

  • @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.

  • @Aurum51
    @Aurum51 2 года назад

    Very nice!

  • @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 6 месяцев назад

      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..