-
-
Save deepakaryan1988/979d67242d37ba56feb454dbc6d8c859 to your computer and use it in GitHub Desktop.
MongoDb Find 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": 165, | |
"left": 372, | |
"compID": "code", | |
"code": "next(null, { message : \"How does it work?\" });", | |
"id": "step_125" | |
}, | |
{ | |
"title": "MongoDB Find", | |
"icon": "images/icons/mongodb_64.png", | |
"top": 166, | |
"left": 573, | |
"compID": "mongodb_find", | |
"database": "elasticdb", | |
"collection": "testme", | |
"id": "step_127" | |
}, | |
{ | |
"title": "Log", | |
"icon": "images/icons/log_64.png", | |
"top": 166, | |
"left": 774, | |
"compID": "log", | |
"level": "debug", | |
"id": "step_136" | |
} | |
], | |
"connections": [ | |
{ | |
"from": "step_125", | |
"to": "step_127" | |
}, | |
{ | |
"from": "step_127", | |
"to": "step_136" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment