"CRDTs Illustrated" by Arnout Engelen

Sdílet
Vložit
  • čas přidán 27. 07. 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.
  • Věda a technologie

Komentáře • 4

  • @kushaltm6325
    @kushaltm6325 Před 4 lety +1

    WoW ! Thanks brother. Understood this beast !

  • @mocheng
    @mocheng Před 8 lety +4

    Nice illustration!

  • @DustinDeus
    @DustinDeus Před 3 lety

    Great talk!

  • @antoniott15
    @antoniott15 Před 3 lety +1

    can u share the repo of the implementation?