Categories: None [Edit]

molder

https://rubygems.org/gems/molder
https://github.com/kigster/molder
Molder is a handy command line tool for generating and running (in parallel, using a pool of processes with a configurable size) a set of related and yet different commands. A YAML file defines both the attributes and the command template, and Molder then merges the two with CLI arguments to give you a consistent set of commands for, eg. provisioning thousands of virtual hosts in a cloud. The gem is not limnited to any particular cloud, tool, or a command, and can be used across various domains to generate a consistent set of commands based on the YAML-supplied attributes and templates, that might vary across custom dimensions. For example, you could generate 600 provisioning commands for hosts in EC2, numbered from 1 to 100, but constrained to the zones "a", "b", "c", and data centers "dc" (values: ['us-west2', 'us-east1' ]). Behind the scenes Molder uses another Ruby gem Parallel — for actually running the provisioning commands.

Total

Ranking: 109,490 of 190,317
Downloads: 6,874

Daily

Ranking: 74,401 of 190,280
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,255,248,311rake
29957,358,331rspec
42728,720,883parallel
99449,649,641simplecov
104441,689,336hashie
179273,134,740awesome_print
217217,475,546colored2
227209,610,747yard
390122,456,198liquid
50497,095,444rspec-its
2,9895,433,351aruba
23,48864,237require_dir

Owners

#GravatarHandle
1iconkigster