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

How to design a Web Crawler like Google?

Anjali Sharma answered on January 15, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


How to design a Web Crawler like Google?

0

Use cases

We'll scope the problem to handle only the following use cases

Service crawls a list of urls:

Generates reverse index of words to pages containing the search terms

Generates titles and snippets for pages

Title and snippets are static, they do not change based on search query

User inputs a search term and sees a list of relevant pages with titles and snippets the crawler generated

Only sketch high level components and interactions for this use case, no need to go into depth

Service has high availability

Out of scope

Search analytics

Personalized search results

Page rank

https://github.com/donnemartin/system-design-primer/blob/master/solutions/system_design/web_crawler/README.md

Popularity 1/10 Helpfulness 1/10 Language python
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Jan 15 2023
Anjali Sharma
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.