Skip to content

Instantly share code, notes, and snippets.

@drobiazko
Created March 31, 2012 09:55
Show Gist options
  • Save drobiazko/2261394 to your computer and use it in GitHub Desktop.
Save drobiazko/2261394 to your computer and use it in GitHub Desktop.
Untitled_244
{
"nodes": [
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 129,
"left": 209,
"compID": "code",
"code": "next(null, { });",
"id": "step_246"
},
{
"title": "CouchDB Find",
"icon": "images/icons/couchdb_64.png",
"top": 129,
"left": 420,
"compID": "couchdb_find",
"database": "elasticdb",
"id": "step_248"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 135,
"left": 658,
"compID": "log",
"level": "debug",
"id": "step_250"
}
],
"connections": [
{
"from": "step_246",
"to": "step_248"
},
{
"from": "step_248",
"to": "step_250"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment