mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-16 01:24:05 -08:00
28 lines
581 B
JSON
28 lines
581 B
JSON
|
{
|
||
|
"node": "n8n-nodes-base.mongoDb",
|
||
|
"nodeVersion": "1.0",
|
||
|
"codexVersion": "1.0",
|
||
|
"categories": [
|
||
|
"Development",
|
||
|
"Data & Storage"
|
||
|
],
|
||
|
"resources": {
|
||
|
"credentialDocumentation": [
|
||
|
{
|
||
|
"url": "https://docs.n8n.io/credentials/mongoDb"
|
||
|
}
|
||
|
],
|
||
|
"primaryDocumentation": [
|
||
|
{
|
||
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.mongoDb/"
|
||
|
}
|
||
|
],
|
||
|
"generic": [
|
||
|
{
|
||
|
"label": "Mattias Larsson talks about running n8n on ships",
|
||
|
"icon": "🛳",
|
||
|
"url": "https://medium.com/n8n-io/mattias-larsson-talks-about-running-n8n-on-ships-d5d72f108461"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|