Skip to content

Instantly share code, notes, and snippets.

@demosifter
Last active October 12, 2016 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demosifter/c0b5b8cf695b5d751ab63655f245327f to your computer and use it in GitHub Desktop.
Save demosifter/c0b5b8cf695b5d751ab63655f245327f to your computer and use it in GitHub Desktop.
"dag": {
...
"nodes":[{
"#": "First Node",
"input": {
"bucket": "gmailEmails"
},
"implementation": {
"javascript": "server/node1.js"
},
"outputs": {
"count": {}
}
}],
"stores":{
"output1": {}
},
"outputs":{
"exports":{
"count":{
"key$schema": "string"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment