Project

transplant

0.0
No commit activity in last 3 years
No release in over 3 years
Transplant your data from your old database into your new Rails application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.2.2
~> 2.9.0

Runtime

 Project Readme

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