The Anatomy of a Distributed System

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 17

  • @ramamoorthy.n
    @ramamoorthy.n 2 роки тому +4

    A load of information in 30+ minutes, the complex concepts are explained very well.

  • @Rarez2
    @Rarez2 4 роки тому +16

    Distributed Systems concepts:
    - Load balancing
    - Autoscaling groups
    - Determining ownership
    - Failure detection
    - Communication (ie task/job/event queuing in more modern concepts)
    - Convergence (ie statefulness in modern terms)

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

    Entity of Distributed System:
    - Load balancing/Ownership: Rendezvous hashing
    - Failure detection: Memberlist/SWIM
    - Gossip: Communication
    - CRDT: Coordination free distributed map - For managing causality

  • @vitorleandroloureiro
    @vitorleandroloureiro 6 років тому +24

    Jesus Christ talking about tech stuff, 2018 year is so cool :D

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

    This talk is very precious. Thanks.

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

    Great Talk & Presentation. Thanks for uploading.

  • @maylodiseyed1687
    @maylodiseyed1687 6 років тому +3

    Great talk thanks for upload

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

    Awesome talk

  • @MsEvgeniyK
    @MsEvgeniyK 6 років тому +4

    For me it's sounds like an akka cluster description: delta-crdt + gossip

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

    Great talk.

  • @quindarius
    @quindarius 4 роки тому +1

    Awesome talk homeslice

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

    u up?

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

    Who's here after Fastly downtime took down the internet ? :P

  • @Rarez2
    @Rarez2 4 роки тому +4

    So basically, "Distributed Systems" is an academic term for architecting highly available, fault tolerant applications & services on AWS/GCP. Rather than using very generic terms, or whole concepts, you would use the specific clouds ervice name: ie Route53, CloudFront, EMR, EKS, Lambda, CloudWatch, AutoScaling Groups, etc etc.

    • @pivotal-ai
      @pivotal-ai 4 роки тому +1

      Because "simple"

    • @wonderstruck.
      @wonderstruck. 15 днів тому +1

      They’re general computing concepts. All the brand names you’re listing are commercial implementations of those concepts.

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

    Great talk