- what is google using to crawl sites?
- does anyone know their algorithm (or approximate algorithm) for site placement
- are they doing asp.net or heavy java or both?
|
|
|||||||||||||||
|
closed as exact duplicate by George Stocker, GWLlosa, ShreevatsaR, ephemient, Mark Biek Jun 19 at 19:50 |
|
|
Why would you automatically assume Java or asp.net? Neither is appropriate for the volume Google handle. The code is almost certainly C. EDIT: I mean C/C++, I generally think of them as the same language. |
|||
|
|
|
|
.1. An internal system created entirely inhouse. It shows up in access logs as:
. 2. PageRank is proprietary software and a closely guarded patent. There is a good description of it here, providing some fairly heavy maths. . 3. Neither, at the centre of the system. It is mostly custom C/++ code and some python around the edges. Some of the AdWords code is javascript and Java. |
||||||||||||
|
|
|
This is a good description of the main algorithms: The Anatomy of a Large-Scale Hypertextual Web Search Engine. The details have changed since then, but the main idea is still the same. More recent overview of Google architecture is here: |
|||
|
|
|
|
Not Java, not asp.net, not C: Bjarne Stroustrup cites Google and 800 numbers as examples of projects implemented in C++. Google's C++ Style Guide may provide some insights. I like:
|
||||||
|
|
|
There is an April Fools description of their algorithm here: http://www.google.com/technology/pigeonrank.html |
||
|
|
|
|
You can find some information in patents Google has filed for: |
|||
|
|
