Hotel Booking Sites System Design Explained | Airbnb | Agoda | Make My Trip |

Поділитися
Вставка
  • Опубліковано 2 гру 2023
  • In this video about Hotel Booking System Design, we will look at the complexities behind user-friendly interfaces and sophisticated backend operations that power renowned platforms like Airbnb, Agoda, and Make My Trip.
    Check out FREE MASTERCLASSES by Industry-Leading Experts: www.scaler.com/events?...
    Discover the technology driving these systems, explore the design principles enhancing user experiences, and gain valuable insights into the behind-the-scenes mechanisms that make these platforms go-to choices for travelers worldwide.
    What is system design?
    System design is the process of defining and developing the architecture, components, modules, interfaces, and data for a system to meet specified requirements. It involves analysing user needs and constraints to create a plan for the construction, deployment, and maintenance of the system.
    What is high-level design?
    High-level design refers to the architectural and conceptual overview of a system or software solution. It focuses on identifying major components, their interactions, and the overall structure of the system, providing a top-level understanding of how the solution will be implemented to meet the desired requirements.
    What is low-level design?
    Low-level design refers to the detailed design and implementation of individual components or modules within a system or software solution. It involves specifying the data structures, algorithms, interfaces, and code-level details necessary to realise the high-level design and achieve the desired functionality.
    #systemdesign #softwareengineering #scaler
    ______________________________________________________________________________
    About SCALER:
    A transformative tech school, creating talent with impeccable skills. Upskill and Create Impact.
    Learn more about Scaler: bit.ly/41jAQkp
    📌 Follow us on Social and be a part of an amazing tech community📌
    👉 Meet like-minded coder folks on Discord - / discord
    👉 Tweets you cannot afford to miss out on - / scaler_official
    👉 Check out student success stories, expert opinions, and live classes on Linkedin - / scalerofficial
    👉 Explore value-packed reels, carousels and get access to exclusive updates on Instagram - / scaler_official
    📢 Be a part of our one of a kind telegram community: t.me/Scalercommunity
    🔔 Hit that bell icon to get notified of all our new videos 🔔
    If you liked this video, please don't forget to like and comment. Never miss out on our exclusive videos to help boost your coding career! Subscribe to Scaler now!
    ua-cam.com/users/Scaler?sub_co...

КОМЕНТАРІ • 19

  • @SCALER
    @SCALER  7 місяців тому +2

    Learn more about Scaler: bit.ly/41jAQkp

  • @peterr765
    @peterr765 3 місяці тому +1

    This is amazing. Over an hours worth of concise and cohesive information with no fluff. This may be one of the best video systems designs I have seen.

  • @sanjubaba1339
    @sanjubaba1339 6 місяців тому +3

    Hey Aanshul, thanks for this great system design explanation.
    Could you please create system design for below topics as well.
    1. Text streaming - A person is coding and others can watch him code in real-time.
    2. Delivery through drones system (with 1 million drones available for delivery).
    3. Bicycle renting system.
    4. Log aggregation platform.
    5. Video streaming.
    Thanks!

    • @SCALER
      @SCALER  6 місяців тому

      Hi Sanjay, we have duly made a note of your suggestion and it will be passed on to our relevant teams. Thank you! 😊

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

    Scaler,Woohoo. like it- breathtaking trip~ 🌟

  • @aman8244
    @aman8244 23 дні тому

    Amazing video, covered all necessary info

  • @Paradise-kv7fn
    @Paradise-kv7fn Місяць тому

    for 1:30:00, I think there might be an issue here. Lets say a hotel has 10 rooms and a user A is trying to book 2 rooms. User B also is trying to book 2 rooms for the same checkin/checkout date. Here, if we put a lock on the entire rows for the checkin-checkout-hotelId-roomId combination, it would unnecessarily lock block either A or B(depending on who gets the lock first) because A and B don't need to wait for the status of each other as the number of rooms available > the number of rooms needed by both A and B(i.e 4).
    A better way would be to actually decrement the number of rooms available as soon as the book button is clicked irrespective of whether the payment would succeed or not.
    If the payment succeeded, we don't need to do anything but if it fails, then we can increment the counter again.

  • @amitrastogi1405
    @amitrastogi1405 4 місяці тому

    Excellent video on booking system design...Thanks!

    • @SCALER
      @SCALER  4 місяці тому

      Happy to hear that! 🙌🏼

  • @Tavleen_Kaur_Kohli
    @Tavleen_Kaur_Kohli 7 місяців тому +5

    Sir we want this too please😌Full Stack Airbnb Clone with Next.js 13 App Router: React, Tailwind, Prisma, MongoDB, NextAuth 2023

  • @KishoreKumar-fg6vf
    @KishoreKumar-fg6vf 12 днів тому

    Hotel Inventory data is owned by a different service. Could you clarify how Booking service can access the Inventory data? Does the booking service directly query Inventory Database?

  • @InvincibleMan99
    @InvincibleMan99 21 годину тому

    Why Rate consumer svc has to be separate svc? we can create consumer in rate service itself?

  • @theseriousguy2136
    @theseriousguy2136 2 місяці тому +1

    Can anyone help me in clarifying my doubt?
    Suppose admin updated the rate of a room by using the Hotel Service, and this is updated in the SQL cluster 1 ( used by the hotel Service). And this hotel service creates an event in the Kafka Queue, and the rate consumer listens to it and updates in the Rate Table maintained in the SQL Cluster2 ( used by inventory service). This updating is an asynchronous task , so might be the case that the hotel price might not have been updated in the rate table of 2nd cluster, and the user is able to book at the older price?

  • @kavitachawla3323
    @kavitachawla3323 6 місяців тому +1

    Users can filter search based on rates too. Why can't the rates be stored in ELK?

    • @Paradise-kv7fn
      @Paradise-kv7fn Місяць тому

      1 - ELK is set of technologies for logging, searching and visualization. Here, we on'y need ElasticSearch to perform searches.
      2 - Yes you are correct about the filtering part. We will need to store all the necessary attributes in each document in ES on the which the user can filter on.

  • @hypein2297
    @hypein2297 4 місяці тому +1

    1:35:40

  • @user-nm1jm4lm5w
    @user-nm1jm4lm5w 3 місяці тому

    1:23

  • @iswariakandarpa
    @iswariakandarpa Місяць тому

    You have overly complicated the system design

  • @iswariakandarpa
    @iswariakandarpa Місяць тому

    you have overly complicated system design