Let's say I want to aggregate information related to a specific niche from many sources (could be travel, tech, or whatever). How would I do that?
Have a spider/crawler who will crawl the web for finding the info I need (how would I tell the crawler what to crawl because I don't want to get the whole web?)? Then have an indexing system to index and organize the info I crawled and be also a search engine?
Are systems like Nutch lucene.apache.org/nutch ok to be used for what I want? Do you recommend something else?
Or recommend another approach?
For example, how Techmeme.com is built? (it's an aggregator of tech news and it's complete automated - only recent they added some human intervention) What it would take to build such a service?
Or how Kayak.com aggregates their data? (it's a travel aggregator service)
Thank you.
