"CRDTs Illustrated" by Arnout Engelen

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ค. 2024
  • CRDTs (Conflict-Free Replicated Data Types) are a great way to implement applications that gracefully recover from partitions - such as clusters or (mobile) applications that can work offline.
    This talk will:
    Introduce the concept of CRDTs and their use cases
    Describe the 2 main ways to implement a CRDT (convergent and commutative), with visual examples to illustrate their behavior
    Show 2 examples of CRDTs used in practice (RIAK 2 Data Types (distributed storage) and swarm.js (offline-friendly web apps))
    Arnout Engelen
    XEBIA
    @raboofje
    With over a decade of experience in professional software development, Arnout is constantly on the lookout for tools to smoothen and simplify that process. He currently consults for Xebia, injecting the startup mentality into larger corporations in the Netherlands.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 4

  • @kushaltm6325
    @kushaltm6325 4 ปีที่แล้ว +1

    WoW ! Thanks brother. Understood this beast !

  • @mocheng
    @mocheng 8 ปีที่แล้ว +4

    Nice illustration!

  • @DustinDeus
    @DustinDeus 3 ปีที่แล้ว

    Great talk!

  • @antoniott15
    @antoniott15 3 ปีที่แล้ว +1

    can u share the repo of the implementation?