Everything you need to know about CRDTs w/ Vipul Vaibhaw | Ep 2

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

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

  • @guytonedhai
    @guytonedhai Год назад +5

    This is gold🔥Thank you so much Arpit for bringing this!
    I am a college student & I have a project on CRDT. This podcast has helped me so much to learn about CRDT & Opeartional Transforms.
    Also Vipul, you explained things so well.
    Please continue this series!

  • @k.k.gayansanjeewa7432
    @k.k.gayansanjeewa7432 Год назад +6

    so many things added to list today to learn , this is the beauty of Data Engineering

  • @yash_renaissance_athlete
    @yash_renaissance_athlete 5 месяцев назад +2

    small correction at aroun 11:56 , Arpit mentioned "C in ACID" in the context of strong v/s eventual consistency. but that's not "technically" correct. The C he is talking about is in the context of CAP theorem. The C in ACID is a different kind of Consistency which simply means that an ACID compliant Database will always store data in it "consistent" to the constraints, indexes, key relationships, etc. defined schematically in it. For example, if I have a user table with "email" id column and marked it with a unique constraint, then the C in ACID, which is consistency, ensures that it is 100% guaranteed that the user table will never be finally committed with duplicate emails. Here, the database is being "consistent" to the unique constraint on the email column.
    Rest, a great video Arpit, as always!

    • @AsliEngineering
      @AsliEngineering  5 месяцев назад +1

      Shit. Did I make this blunder. Really sorry.
      I have been very explicit about the difference between C in ACID and C in CAP and even have an hour long video about the same.
      ruclips.net/video/--YbYCfMnxc/видео.htmlsi=goDfA2yH3JsOlnk5

  • @rohan_devarc
    @rohan_devarc Год назад +5

    Good one! For Scala ♥ (CRDTs, OTs, Diff Merge) - convergence io, built with OriendDB. I would love to build something with Redis-like DBs.

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

    I half expected Joseph Gentle to introduce CRDTs

  • @vishakha9050
    @vishakha9050 Год назад +5

    It did solve my couple of confusions😌

  • @yomanthunder
    @yomanthunder Месяц назад

    thanks a lot , this concept made my day

  • @mknarayan1711
    @mknarayan1711 Год назад +2

    Thank you i am was planning to ask you to do a video on this

  • @hoangnhatpham8076
    @hoangnhatpham8076 Год назад +2

    Hi, could you upload these podcasts to Spotify as well? Thank you so much, and look forward to your next content!

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

    Worth the time!

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

    Great video

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

    Write through cache example just blew my mind, but, to maintain sync b/w 2 separate entities let's say Redis(cache), MySQL(database), there has to be a decentralized server, correct 🤔?

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

    You r champ regarding db

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

    Fluidframework from Microsoft uses CRDT.

  • @Sharmasurajlive
    @Sharmasurajlive Год назад +3

    So much to learn. Fantastic stuff @arpit @vipulvaibhaw

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

      Thanks 👍 glad that you liked it.

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

    🙏

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

    I don't think this much detailing is good for interviews even for staff SDE's

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

      Well work with CRDT, OT is very esoteric. Throwing large information at once would only confuse people. It's better to release content in installments.