Skip to content

Instantly share code, notes, and snippets.

@tfennelly
Forked from zubairov/flow.json
Created April 15, 2012 19:24
Show Gist options
  • Save tfennelly/2394416 to your computer and use it in GitHub Desktop.
Save tfennelly/2394416 to your computer and use it in GitHub Desktop.
MongoDB to Log
{
"nodes": [
{
"title": "MongoDB Find",
"icon": "images/icons/mongodb_64.png",
"top": 115,
"left": 318,
"compID": "mongodb_find",
"id": "step_243",
"collection": "users",
"database": "app2906912"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 106,
"left": 533,
"compID": "log",
"level": "debug",
"id": "step_245"
},
{
"title": "Mentions",
"icon": "images/icons/twitter_64.png",
"top": 99,
"left": 793,
"compID": "twitter_mentions",
"username": "elasticio",
"id": "step_207"
},
{
"title": "Xing",
"icon": "images/icons/xing_64.png",
"top": 219,
"left": 669,
"compID": "xing",
"id": "step_233"
},
{
"title": "Salesforce",
"icon": "images/icons/salesforce_64.png",
"top": 212,
"left": 894,
"compID": "salesforce",
"id": "step_236"
},
{
"title": "Zendesk",
"icon": "images/icons/zendesk_64.png",
"top": 119,
"left": 957,
"compID": "zendesk",
"id": "step_239"
},
{
"title": "Shopify",
"icon": "images/icons/shopify_64.png",
"top": 285,
"left": 764,
"compID": "shopify",
"id": "step_242"
}
],
"connections": [
{
"from": "step_243",
"to": "step_245"
},
{
"from": "step_245",
"to": "step_207"
},
{
"from": "step_243",
"to": "step_233"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment