dat-ecosystem-archive / gasket

Build cross platform data pipelines [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
191 stars 19 forks source link

options for setting config file and pipeline key #8

Open max-mapper opened 10 years ago

max-mapper commented 10 years ago

e.g. gasket run --config=foo.json --pipeline=pizza would work with a file called 'foo.json' that had:

{
  "pizza": [ // gasket commands here ]
}