Topographer

Topographer is a gem that provides functionality to conveniently import from various data sources into ActiveRecord or other ORM systems. This accomplished by defining an input wrapper, a mapping from input data to models, and a strategy for use in persisting data.
Check back soon for more documentation.
Installation
Add this line to your application's Gemfile:
gem 'Topographer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install Topographer
Usage
Check back soon for detailed usage instructions
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request