mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 23:54:07 -08:00
440971673c
* ✨ Add and update codex files * 🔨 Fix codex format * 🔨 Fix codex format for remaining files
38 lines
971 B
JSON
38 lines
971 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": "Why business process automation with n8n can change your daily life",
|
|
"icon": "🧬",
|
|
"url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/"
|
|
},
|
|
{
|
|
"label": "Running n8n on ships: An interview with Maranics",
|
|
"icon": "🛳",
|
|
"url": "https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/"
|
|
},
|
|
{
|
|
"label": "Automate your data processing pipeline in 9 steps",
|
|
"icon": "⚙️",
|
|
"url": "https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/"
|
|
}
|
|
]
|
|
}
|
|
} |