{ "id": "161", "name": "Create a table and insert data into it", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 440, 460 ], "parameters": {}, "typeVersion": 1, "id": "58853029-9bce-4429-90ad-662c2c862110", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 840, 460 ], "parameters": { "values": { "number": [ { "name": "id" } ], "string": [ { "name": "name", "value": "Tanay" } ] }, "options": {} }, "typeVersion": 1, "id": "cac7592e-b89b-4262-8181-62e18307bbfa", "notes": "This set node performs automated tasks as part of the workflow." }, { "name": "QuestDB", "type": "n8n-nodes-base.questDb", "position": [ 640, 460 ], "parameters": { "query": "CREATE TABLE test (id INT, name STRING);", "operation": "executeQuery" }, "credentials": { "questDb": "QuestDB" }, "typeVersion": 1, "alwaysOutputData": true, "id": "dec3d257-12c7-45a7-9932-ee4a4a3c210d", "notes": "This questDb node performs automated tasks as part of the workflow." }, { "name": "QuestDB1", "type": "n8n-nodes-base.questDb", "position": [ 1040, 460 ], "parameters": { "table": "test", "columns": "id, name" }, "credentials": { "questDb": "QuestDB" }, "typeVersion": 1, "id": "5a957acf-d4f6-403a-bab7-16278bae0823", "notes": "This questDb node performs automated tasks as part of the workflow." }, { "id": "error-629511f8", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Create a table and insert data into it. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-718916ec", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.692720", "updatedAt": "2025-09-29T07:07:48.692727", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Create a table and insert data into it. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }