Skip to content

Instantly share code, notes, and snippets.

@zubairov
Created March 22, 2012 19:26
Show Gist options
  • Save zubairov/2162352 to your computer and use it in GitHub Desktop.
Save zubairov/2162352 to your computer and use it in GitHub Desktop.
MongoDB to Log
{
"nodes": [
{
"title": "MongoDB Find",
"icon": "images/icons/mongodb_64.png",
"top": 111,
"left": 270,
"compID": "mongodb_find",
"id": "step_243",
"collection": "users",
"database": "app2906912"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 111,
"left": 614,
"compID": "log",
"level": "debug",
"id": "step_245"
}
],
"connections": [
{
"from": "step_243",
"to": "step_245"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment