Web Crawler - System Design Interview Question

  Рет қаралды 10,191

TechPrep

TechPrep

Күн бұрын

Пікірлер: 12
@games-are-for-losers
@games-are-for-losers 9 ай бұрын
The KZbin algorithm has picked up your channel. Really good content
@LouisDuran
@LouisDuran 6 ай бұрын
I like that these are short and sweet. It shouldn't take an hour to explain TinyURL or web crawler. Thanks!
@TechPrepYT
@TechPrepYT 5 ай бұрын
Exactly 👍
@ChimiChanga1337
@ChimiChanga1337 9 ай бұрын
Excellent! Could also talk about what kind of network protocols will be used for services to talk to eachother?
@sayantanscs
@sayantanscs Ай бұрын
is this really a good use case for bloom filters ? they will have false positive which means they might say something is visited while it is not i.e assuming we keep a list of visited url's. So we will have roughly 0.1 to 1% of URL's which are never visited ! Now since this is a continuous process if there is a way to ensure the values in bloom filters changes with every run so even if something is missed first time in next run it's not automatically missed, this might be a work around.
@rajaryanvishwakarma8915
@rajaryanvishwakarma8915 9 ай бұрын
Great video man
@WINDSORONFIRE
@WINDSORONFIRE 5 ай бұрын
How does the design of a web crawler not include geo located servers etc?
@LearningNewThings0407
@LearningNewThings0407 7 ай бұрын
Is it Font queue prioritizer or Front queue prioritizer ?
@jjlee4883
@jjlee4883 9 ай бұрын
Awesome video. Would it make sense for the url seen detector and url filter to come after the html parser step?
@TechPrepYT
@TechPrepYT 9 ай бұрын
Thanks for the comment! You wold want the duplicate detection to occur directly after the HTML parser as we don't want to process the same data and extract the same URLs from the same page and that's why the URL Seen Detector and URL filter happen later on in the system. Hope this makes sense!
@dibll
@dibll 8 ай бұрын
During duplicate detection step, how Content Cache is being used? Could someone please explain?
Design a Payment System - System Design Interview
31:40
High-Performance Programming
Рет қаралды 498 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 52 МЛН
Web Crawler System Design Concepts Nobody Talks About
21:42
Pratiksha Bakrola
Рет қаралды 12 М.
Proximity Service - System Design Interview Question
15:32
TechPrep
Рет қаралды 2,3 М.
Google system design interview: Design Spotify (with ex-Google EM)
42:13
IGotAnOffer: Engineering
Рет қаралды 1,2 МЛН
System Design Interview Question: Design URL Shortener
13:25
Hayk Simonyan
Рет қаралды 12 М.
Basic System Design for Uber or Lyft | System Design Interview Prep
16:18