geo_mongo

geo_mongo enables the Geocoder gem to use Mongo as a cache.

Installation

gem install geo_mongo

Usage

In your geocoder.rb initializer, set the following:

Geocoder::Configuration.cache = GeoMongo::Store.new("mongo-host",27017,"db-name","collection-name")

License

Copyright (c) 2012 Alex Kremer.

Released under the MIT license. See LICENSE for details.