Uber System Design | High Level Design of Uber, Ola, Lyft, Careem | Software Architecture

  Рет қаралды 32,816

SCALER

SCALER

Күн бұрын

Preparing for a System Design Interview? Here's Aanshul Sadaria (SWE III, Google) teaching you the High Level Design of Uber and other online cab booking services platform like Ola & Lyft.
Check out free masterclasses by industry-leading experts: www.scaler.com/events?...
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 realize the high-level design and achieve the desired functionality.
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.
Take the Hunger test today: bit.ly/3qp7jaG
Topics covered:
0:00 - Introduction to Uber System Design
1:16 - Customer User Journey's & Functional Requirements
8:12 - Non-Functional Requirements
12:40 - Estimations and Constraints
15:25 - Tech concepts behind Uber's System Design
1:02:07 - Overall System Design & Summary
1:02:21 - APIs
______________________________________________________________________________
About SCALER:
A transformative tech school, creating talent with impeccable skills. Upskill and Create Impact.
Learn more about Scaler: bit.ly/3qp7jaG
📌 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!
kzfaq.info?sub_co...
#systemdesign #uber #softwareengineering #scaler

Пікірлер: 27
@SCALER
@SCALER 11 ай бұрын
Take the Hunger test today: bit.ly/3qp7jaG
@InfClouds
@InfClouds 5 ай бұрын
1. How to decide that user ID/lat/long is 8 bytes each? 38:29. user ID should be UUID which is 16 bytes. 2. Trips Service sends trip data to Payments Service. According to 1:02:07, seems you have it as normal request. Why not use Kafka, as payment doesn't need to be immediate, and allow Payments Service to process at its own pace? 3. You mentioned latest location should be stored in Redis and history in Cassandra at 40:19. Which datastore is used for the other data and why?
@realitybeckons4120
@realitybeckons4120 6 ай бұрын
Thank you
@RS-vu5um
@RS-vu5um 4 ай бұрын
Excellent Tutorial. Great job by Aanshul
@prerakhere
@prerakhere 27 күн бұрын
great stuff but 11:30 the payment service being eventually consistent example was really bad. it should be the opposite of what you said.
@sujeetbadnale9441
@sujeetbadnale9441 4 ай бұрын
Thank you for the first class content that is too for free. God Bless the tutors and the Scaler Academy😊
@SCALER
@SCALER 4 ай бұрын
Thanks! Keep an eye out for more such videos! 😃
@Hatim1252
@Hatim1252 7 күн бұрын
which tool do you use to draw diagrams and write notes during the video recording
@sanskaragarwal582
@sanskaragarwal582 8 ай бұрын
Excellent!
@SCALER
@SCALER 8 ай бұрын
Happy to hear that! 🙌🏼
@codingmonkey233
@codingmonkey233 5 ай бұрын
How is trip entity created? The API listed in trip service does not show the creation of trip, and all api depends on trip id. Also, how to handle the concurrency issue, where user request a car, and matched driver accept the pair, but user canceled the trip at the same time. How does the map is rendered? Uber uses H3 geo-encoding, what's the pros and cons among geohash, s2 and h3? What's the benefit of adopting consistent hashing in the location service, compared to a static sharding maintenance via a coordination service?
@vyshnavramesh9305
@vyshnavramesh9305 5 ай бұрын
- Regarding trip entity creation, I think when the driver accepts a booking notification from cab finder service , a trip entity is created with status == CREATED. The status then changes to: STARTED upon driver receiving otp from rider, CANCELLED when rider cancels the CREATED trip, COMPLETED when destination reached. - The concurrency issue (race condition) is a good technical problem to be solved. Not just when a rider cancels the cab finder request and driver accepts at the same time, but also when multiple drivers accept the booking notification from cab finder service together the issue could happen. A distributed lock (using Zookeeper) on cabFindRequestId or riderId (since a rider can only book a single cab) should be good.
@PradeepKumarIIITD
@PradeepKumarIIITD 10 ай бұрын
very detailed explaination...thanks for this
@SCALER
@SCALER 10 ай бұрын
Happy to hear that! 🙌🏼
@himanshut114
@himanshut114 10 ай бұрын
what is the meaning of system engineer 3
@prasadm3614
@prasadm3614 10 ай бұрын
Loved it
@Moinshaikh611
@Moinshaikh611 Ай бұрын
what tech stack should we use ? Could you please list it here so other students can also get...
@adityauniyal8632
@adityauniyal8632 10 ай бұрын
MAKE GOOGLE MAP SYSTEM DESIGN
@MusikDenTV
@MusikDenTV 8 ай бұрын
Please make a system design for Google maps❤
@SCALER
@SCALER 8 ай бұрын
Hi, we have duly made a note of your suggestion and it will be passed on to our relevant teams. Thank you! 😊
@tanishqmahendrasaini3764
@tanishqmahendrasaini3764 8 ай бұрын
If possible please create SD video for google maps
@SCALER
@SCALER 8 ай бұрын
Hi Tanishq, we have duly made a note of your suggestion and it will be passed on to our relevant teams. Thank you! 😊
@vikki_bhagat
@vikki_bhagat 4 ай бұрын
Make Google Map System Design explaination video 😊
@SCALER
@SCALER 4 ай бұрын
Hi Vikki, we have duly made a note of your suggestion and it will be passed on to our relevant teams. Thank you! 😊
@jerinjohnkachirackal
@jerinjohnkachirackal 11 ай бұрын
❤❤❤❤
@vivekanandpandey4114
@vivekanandpandey4114 2 ай бұрын
Hare Krishna Hare Krishna Krishna Krishna Hare Hare Hare Rama Hare Rama Rama Rama Hare Hare ❤❤ Raadhe Raadhe ❤❤
@SanjeevSharma-tw5cl
@SanjeevSharma-tw5cl 2 ай бұрын
Excellent Tutorial. Great job by Aanshul
How Prometheus Monitoring works | Prometheus Architecture explained
21:31
TechWorld with Nana
Рет қаралды 1 МЛН
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 79 МЛН
Did you believe it was real? #tiktok
00:25
Анастасия Тарасова
Рет қаралды 49 МЛН
Google system design interview: Design Spotify (with ex-Google EM)
42:13
IGotAnOffer: Engineering
Рет қаралды 1 МЛН
Design Twitter - System Design Interview
26:16
NeetCode
Рет қаралды 466 М.
How I Mastered Low Level Design Interviews
8:41
Ashish Pratap Singh
Рет қаралды 45 М.
YouTube High Level System Design with @harkirat1 !!
35:02
Keerti Purswani
Рет қаралды 88 М.
System Design: TINDER as a microservice architecture
36:41
Gaurav Sen
Рет қаралды 1,2 МЛН
Google India Engineers in a Mock System Design Interview
20:54
Life at Google
Рет қаралды 118 М.
Twitter system design | twitter Software architecture | twitter interview questions
36:56
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 79 МЛН