Topographer Gem Version Build Status

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request