Created
March 22, 2012 21:06
-
-
Save drobiazko/2164565 to your computer and use it in GitHub Desktop.
MongoDB Insert Demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{ | |
"title": "Code", | |
"icon": "images/icons/code_64.png", | |
"top": 150, | |
"left": 265, | |
"compID": "code", | |
"code": "next(null, { message : \"How does it work?\" });", | |
"id": "step_95" | |
}, | |
{ | |
"title": "MongoDB Insert", | |
"icon": "images/icons/mongodb_64.png", | |
"top": 152, | |
"left": 521, | |
"compID": "mongodb_insert", | |
"database": "elasticdb", | |
"collection": "testme", | |
"id": "step_102" | |
} | |
], | |
"connections": [ | |
{ | |
"from": "step_95", | |
"to": "step_102" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment