ripe provides a domain-specific language (DSL) allowing the simple definition of a pipeline in Ruby consisting of tasks defined in shell, Liquid or ERB templating. ripe then spits out scripts that you can distribute across your compute cluster of choice.
Install it yourself as:
$ gem install ripe
TODO: Write usage instructions here
- Fork it ( https://github.com/ndejay/ripe/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request