Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdespuits/transplant

Simple class to migrate data from an old system into your Rails applicaiton.
https://github.com/mdespuits/transplant

Last synced: 20 days ago
JSON representation

Simple class to migrate data from an old system into your Rails applicaiton.

Awesome Lists containing this project

README

        

# Transplant

The gem was born from a need for the organization I work for ([CollegePlus](http://collegeplus.org)). 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