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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request