System Design of a Delivery System like Zomato with

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • In this video, we look at what powers the delivery and tracking systems of e-commerce apps like Zomato, Swiggy, and Amazon.
    Along the way, we go through relevant spatial algorithms, network protocols, and design components used in location-based systems.
    Cheers!
    00:00 Problem Statement
    00:45 Requirements
    02:00 High-Level Design
    04:01 Capacity Estimation
    05:36 Location-Based Queries
    13:30 Tracking riders
    20:00 APIs
    24:05 Conclusion, thank you!
    Quad Trees: • Designing a location d...
    System Design Course at InterviewReady: get.interviewready.io/
    Designing Data Intensive Applications Book: amzn.to/3SyNAOy
    You can follow me on:
    Github: github.com/InterviewReady/sys...
    LinkedIn: / interview-ready
    Twitter: / gkcs_
    #SystemDesign #InterviewReady #Coding

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

  • @KeertiPurswani
    @KeertiPurswani 2 месяца назад +18

    Absolutely love recording this series! The discussions are so raw and real, hope you all are also liking it!

  • @rishabhbafna36
    @rishabhbafna36 Месяц назад +3

    12:55 Here in the cache you can store the data in a priority queue like data structure in low level, where the nearest, best rated and fairest top riders let say 10 will get the notification of the order. And If non of them accepts for say 1 minute, than next 10 will be shown. This way we can limit the size of the cache and fetch the top required data from the central db in the memory.

  • @andw2001
    @andw2001 2 месяца назад

    Congrats Guys, could get a lot of insight from this talk! Rock on! 😁

  • @RAZREXE
    @RAZREXE 2 месяца назад

    Amazing video as always, thanks Keerti and Gaurav

  • @bagirathan8350
    @bagirathan8350 5 дней назад

    don't you think for updating the location its better to have a seperate service where delivery partner sends location updates to which updates the cache instead of delivery matching service since it could have a lot of persistent connections and can be scaled independently, because there may be few orders in a day and some days can have large orders which would make the load on delivery matching service quite high, because anyway we have to update the location of drivers, or am i missing something?

  • @sandipan329
    @sandipan329 13 дней назад

    @KeertiPurswani, Gaurav, what tool/website do you use to draw the shapes for system design, the one in the video seems really smooth here!!

  • @biswajitroy_isgpp2343
    @biswajitroy_isgpp2343 9 дней назад

    Hey gaurav can u explain the persistent connection

  • @adityashrivastava5018
    @adityashrivastava5018 2 месяца назад

    Which keyboard does gaurav has ?

  • @prashantgarde
    @prashantgarde 2 месяца назад

    Thankyou

  • @rishiraj2548
    @rishiraj2548 2 месяца назад

    🙏🙂👍

  • @akshaynaik1719
    @akshaynaik1719 Месяц назад +1

    Which tool you using for designing?

  • @dhirajnavale3861
    @dhirajnavale3861 2 месяца назад

    1st