Skip to content

Instantly share code, notes, and snippets.

@Stiivi
Created March 14, 2012 20:20
Show Gist options
  • Save Stiivi/2039231 to your computer and use it in GitHub Desktop.
Save Stiivi/2039231 to your computer and use it in GitHub Desktop.
Brewery runner tool - basic stream example
{
"label": "Basic Data Audit",
"description": "Provides basic data statistics, such as completeness",
"nodes" : {
"src": {
"type": "csv_source",
"resource": "https://raw.github.com/Stiivi/cubes/master/examples/hello_world/data.csv"
},
"audit": {
"type": "audit"
},
"target": {
"type": "csv_target",
"resource": "output.csv"
}
},
"connections": [
["src", "audit"],
["audit", "target"]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment