Sha256: a7a95310364ce2060c1dbf486999ffe0e0bf79b4fdb22d2da185dafc47821738

Contents?: true

Size: 498 Bytes

Versions: 1

Compression:

Stored size: 498 Bytes

Contents



connect('split:top').into('flatten:ingredient')

combine << utensil('bowl') << ingredient('flour') << ingredient('salt') << ingredient('sugar') > ingredient('dough')


task 'package' do
  slot(:docs) << directory('docs')
  slot(:exe)  << action(:compiled)
end



wukong 'foo.rb', 'x.tsv', 'y.tsv', :reduce_tasks => 0, :min_split_size => '1M' > 'foo_out.tsv'



wukong 'combine.rb', 'x.tsv', 'y.tsv', :reduce_tasks => 0, :min_split_size => '1M' > :raw_pie

pig

wukong 'bake.rb', :raw_pie > :pie

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wukong-3.0.0.pre examples/workflow/fiddle.rb