Skip to content

Instantly share code, notes, and snippets.

@demosifter
Last active October 11, 2016 15:09
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/117b251dc49f7a7faecb231548b8e5ef to your computer and use it in GitHub Desktop.
Save demosifter/117b251dc49f7a7faecb231548b8e5ef to your computer and use it in GitHub Desktop.
Update our node's input in the sift.json
"nodes":[{
"#": "First Node",
"input": {
"bucket": "gmailEmails"
},
"implementation": {
"javascript": "server/node1.js"
},
"outputs": {
"output1": {}
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment