Transplant

The gem was born from a need for the organization I work for (CollegePlus). We were migrating our systems from one, single, monolithic system into a Service Oriented Architecture (SOA) using Rails and needed a way to do this as easily as possible. Thus, Transplant was born.

Currently, you can only import data from a MySQL database. I hope to have this gem be database agnostic in the future.

Installation

Add this line to your application's Gemfile:

gem 'transplant'

And then execute:

$ bundle

Or install it yourself as:

$ gem install transplant

Usage

Will come soon...

Contributing

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