damien / emigrate

A framework for mapping data from one format to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emigrate

Emigrate is a framework for mapping arbitrary data structures from one format to another.

Development Status

Build Status Code Climate Inline docs

Project Goals

  1. Provide a simple, testable way to model data transformations
  2. Provide a common work-flow for chaining together data transoformations
  3. Explore methods for verifying integrity of transoformed data (i.e. check for missing datum, identify edge cases during data transoformation, create deterministic data transformations)

Installation

Add this line to your application's Gemfile:

gem 'emigrate'

And then execute:

$ bundle

Or install it yourself as:

$ gem install emigrate

Usage

TODO: Write usage instructions here

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

About

A framework for mapping data from one format to another

License:MIT License


Languages

Language:Ruby 100.0%