Common Crawl Foundation Providing Data For Search Researchers
mikejuk writes with an excerpt from an article in I Programmer: "If you have ever thought that you could do a better job than Google but were intimidated by the hardware needed to build a web index, then the Common Crawl Foundation has a solution for you. It has indexed 5 billion web pages, placed the results on Amazon EC2/S3 and invites you to make use of it for free. All you have to do is setup your own Amazon EC2 Hadoop cluster and pay for the time you use it — accessing the data is free. This idea is to open up the whole area of web search to experiment and innovation. So if you want to challenge Google now you can't use the excuse that you can't afford it."
Their weblog promises source code for everything eventually. One thing I've always wondered is why no distributed crawlers or search engines have ever come about.
But it's still a long way to go. They seem to have archive of what they have crawled. That's it. You processing all those pages on EC2 is still going to be extremely costly and time taking.
I mean, hosting the stuffs on Amazon server is one thing - it gonna have to be hosted somewhere, but the thing that I feel uncomfortable is that if anyone wants to do any research on the info they end up have to pay Amazon.
Hmm ....
Muchas Gracias, Señor Edward Snowden !
Interesting, However, wouldn't one need to index the data in whatever format they need in order to actually search and get useful results from it? You'd need to pay a fortune in compute time just to analyze that much data. It say's they've indexed it, but I don't see how that helps researchers who will want to run their own indexing and analysis against that dataset. Sure it means you don't have to download and spider all that data, but that's only a very small part of the problem.
Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
Do not want. Google is already established and can do this much better. Do you want to try to compete against Google? Didn't think so.
That's what she said!
Because being 'distributed' is not a magic wand. (Nor is 'crowdsourcing', nor 'open source', or half a dozen other terms often used as buzzwords in defiance of the actual (technical) meanings.) You still need substantial bandwidth and processing power to handle the index, being distributed just makes the problems worse as now you need bandwidth and processing power to coordinate the nodes.
Google's way of coming up with pageranks is fundamentally flawed. It's a popularity test, not an information content test. It leads to link farming. Even worse, it leads everyone, even otherwise well-meaning people, not to cite their sources so they won't lose pagerank by having more outgoing links than incoming ones. That is bad, bad, bad, bad, and bad. Citing sources is a foundation of any real information system, so Google's method will ultimately end in a web full of unsubstantiated blather going in circles. It's happening already, but we've barely begun to sink into the morass.
An essential improvement is coming up with a way to identify and rank by actual information content. No, I have no idea how to do that. I'm just a biologist, struggling with plain old "I." AI is beyond me.
I'm not trying to be mean, but just stating the facts. Out of the "billions" of crawled webpages, even common search phrases come up with results that are only a fraction of what can be pulled from a standard search with google, yahoo, bing, etc. That's not to say that this project is not without its merits. It's a good idea, but I believe its developers are starting in the wrong place. The real money to be made from this kind of undertaking is NOT to create a better search engine. This kind of project would be a financial boon if instead of search results, it instead searched for, and indexed raw data per user requests.
Just my two cents.
Inciteful and informative, and wonderful news. Any challenge to the Seven Deadly Sinners is quite welcome. I refer to IBM, Oracle, Microsoft, Apple, Google, Adobe, and Facebook.
It currently consists of an index of 5 billion web pages, their page rank, their link graphs and other metadata, all hosted on Amazon EC2.
The crawl is collated using a MapReduce process, compressed into 100Mbyte ARC files which are then uploaded to S3 storage buckets for you to access. Currently there are between 40,000 and 50,000 filled buckets waiting for you to search.
Each S3 storage bucket is 5TB.
5TB * 40,000 / 5 billion = 42MB/web page
Either they made a typo, my math is wrong, or they started crawling the HD porn sites first. I really hope it's not the latter because 200 petabytes of porn will be the death of so many geeks that the year of Linux on the desktop might never come.
Seriously, the EC2 cluster is already there, setting it up will cost you lots less than building it up from ground. Time costs money too on this planet. Also, most importantly, your 80 dollar box is not going to be able to store metadata on 5 billion web pages and process it at any reasonable IO speed at all.
Go build your own processing cluster and see how long it takes you to do that for less than what EC2 would charge. Once you're finished, you could make a business out of it and compete with Amazon. The last, obligatory step: Profit!
I was promised a flying car. Where is my flying car?
5 billion pages sounds a lot, but if it contains massive volumes of spam and duplicated posts then it is of less value.
Does anyone have a feel for the actual content density (if such a things exists)?