Fragile

Ruby Pipeline Framework

Description

This is a pipeline framework which can extend the functionality by plug-ins.

Get Started

Installation.

gem install fragile

Specify any recipe which -f option.

fragile -f <recipe>

Example.

$ fragile -f recipe/example.rb

What is Recipe?

pipeline "foobar" do
  use "feed_input", :url => "http://d.hatena.ne.jp/griefworker/rss"
  use "unduplicate_filter"
  use "mail_output", :to => "[email protected]"
end

Environment

After ruby 1.8.

Author

tnakamura

License

Licensed under the MIT LICENSE