The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Centroid demonstration",
"nodes": [
{
"parameters": {
"mode": "json",
"json": {
"data": [
{
"vectors": [
[
0,
0,
1
],
[
10,
4,
5
],
[
3,
8,
9
]
]
}
]
}
},
"id": "SetVectors",
"name": "Set Vectors",
"type": "n8n-nodes-base.set",
"typeVersion": 2,
"position": [
300,
320
]
},
{
"parameters": {
"mergeOutput": true
},
"id": "CentroidNode",
"name": "Centroid",
"type": "n8n-nodes-rckflr-centroid.centroid",
"typeVersion": 1,
"position": [
560,
320
]
}
],
"connections": {
"Set Vectors": {
"main": [
[
{
"node": "Centroid",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"staticData": null,
"version": 2
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Centroid demonstration. Uses n8n-nodes-rckflr-centroid. Manual trigger; 2 nodes.
Source: https://github.com/MauricioPerera/n8n-nodes-rckflr-centroid/blob/c7ebfe4135079ba4fd5fc97bf8cd4f203f961def/examples/centroid-basic.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.
Manage transfers automatically in Wise. Uses wise. Manual trigger; 4 nodes.
Basic AEC Tender Search Example. Uses n8n-nodes-aec-tenders, itemLists. Manual trigger; 3 nodes.