ChefMoz case study
A question that is often asked, how and where do I get geographical data from.
Technology is generally the easy part, getting the data is tough. This is where a dmoz.org.
derivative comes in, chefmoz.org.
ChefMoz is a publicly edited search engine, people come in, categorize and detail restaurants
throughout the world. This data is then made publicly available for download.
This case study will show you how to take this data and create a geographical search engine.
Requirements
- A localsolr installation.
- perl with Geo::Coder::US
- There are java version but the perl version is easier to demo
- US tiger geo db built.
In this example, we will download the chefmoz database, geocode it's US based restaurants, and
upload them to solr to search on.
- To begin with setup your geocoder check out Geo::Coder::US article.
- Download localsolr demo
- Download the source code for the example, chefmoz-example.
- Download ChefMoz's rdf database http://chefmoz.org/rdf.html
- (Your looking for chefmoz.rest.rdf.gz)
- Make sure you check out the license http://chefmoz.org/license.html and are happy to comply with it
- Login to post comments












