Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How to design Yelp or Nearby Friends?

Pragya Keshap answered on February 21, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


How to design Yelp or Nearby Friends?

0

The Approach

We have a standard approach to system design which is explained more thoroughly in the article here. However the steps are summarised below:

Requirements clarification: Making sure we have all the information before starting. This may include how many requests or users we are expecting.

Back of the envelope estimation: Doing some quick calculations to gauge the necessary system performance. For example, how much storage or bandwidth do we need?

System interface design: What will our system look like from the outside, how will people interact with it? Generally this is the API contract.

Data model design: What our data will look like when we store it. At this point we could be thinking about relational vs non-relational models.

Logical design: Fitting it together in a rough system! At this point I’m thinking at a level of ‘how would I explain my idea to someone who knows nothing about tech?’

Physical design: Now we start worrying about servers, programming languages and the implementation details. We can superimpose these on top of the logical design.

Identify and resolve bottlenecks: At this stage we will have a working system! We now refine the desig 


https://jc1175.medium.com/how-i-would-design-yelp-or-nearby-friends-8cb17e831525

Popularity 1/10 Helpfulness 1/10 Language whatever
Source: Grepper
Tags: whatever yelp
Link to this answer
Share Copy Link
Contributed on Feb 21 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.