System Design of Tiny URL: Architecture, Scalability, and Performance Explained

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

КОМЕНТАРІ • 24

  • @teetanrobotics5363
    @teetanrobotics5363 2 роки тому +2

    After so many days... Was waiting eagerly. Thank you so much for the amazing content !!! Love your system design content

    • @TheTechGranth
      @TheTechGranth  2 роки тому

      Hope these are helpful. Do like and subscribe and share with others 😀

    • @teetanrobotics5363
      @teetanrobotics5363 2 роки тому

      @@TheTechGranth already done. thanks again

  • @iHariPatel
    @iHariPatel 2 роки тому

    High + low level system design both covered, thank you

  • @MaxSvid
    @MaxSvid 9 місяців тому

    Awesome content

  • @phanuwatwattanapraya7998
    @phanuwatwattanapraya7998 7 місяців тому

    Very informative

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

    Is there any reason to restrict the allowed characters to 62? Why can't we add -, _,!, @,(,),.,{,} etc to the list of allowed cgaracters and use base72 which could shorten the URL further?

  • @DhavalAhir10
    @DhavalAhir10 Рік тому +2

    Bro i am so much confused to choose programming language.
    Plz help me.
    I only know Python.
    Can i do LLD with Python?

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

      LLD is basically your design at code level, here you organise your class and relation between them hence making it language agnostic

  • @harshitgarg8008
    @harshitgarg8008 8 місяців тому

    Why are we making it complicated by using the zookeeper, when we can store the counter in the distributed database so it can be accessed by any of the server instance

    • @utkarshgupta2909
      @utkarshgupta2909 2 місяці тому

      Thats great Idea. We can pick the ranges by taking lock

  • @Sonuvairagi4
    @Sonuvairagi4 Рік тому +1

    Please make a video for high level system design of google pay or paytm Or phone pe or digital payment platform

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

      Please check the channel, it is already there

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

      @@TheTechGranth yes but that video is for marchent and e commerce side but these app used by user it self and it have lots of new method for payment like mobile number, qr scanner etc and it have lots of new features that's why

  • @goku6272
    @goku6272 2 роки тому +1

    Bro your content is always amazing can u please also cover job scheduler ! Thanks man

    • @TheTechGranth
      @TheTechGranth  2 роки тому

      Thanks gald these are helpful 😀

    • @goku6272
      @goku6272 2 роки тому

      @@TheTechGranth Bro Please make one video on job scheduler HLD

  • @akakop
    @akakop Рік тому +1

    but zookeeper will be a single point of failure here. what to do in that case?

    • @utkarshgupta2909
      @utkarshgupta2909 2 місяці тому

      Zookeeper is string consistent set of nodes. NO SPOF , HA

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

    How come counter value=1 will result in 8 characters in base62. counter=1 in decimal will result to 1 in base62 only, right

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

    Does the base62 processor always produce 8 characters only?

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

    bro my name is granth