AutomationFlowsGeneral › Create CrateDB Table & Insert Data

Create CrateDB Table & Insert Data

Original n8n title: Create a Table in Cratedb and Insert Data

Create A Table In Cratedb And Insert Data. Uses manualTrigger, crateDb. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesCrate Db
General Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        550,
        400
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "CrateDB",
      "type": "n8n-nodes-base.crateDb",
      "position": [
        750,
        400
      ],
      "parameters": {
        "query": "CREATE TABLE test (id INT, name STRING);",
        "operation": "executeQuery"
      },
      "credentials": {
        "crateDb": "<your credential>"
      },
      "typeVersion": 1,
      "alwaysOutputData": true
    },
    {
      "name": "CrateDB1",
      "type": "n8n-nodes-base.crateDb",
      "position": [
        1150,
        400
      ],
      "parameters": {
        "table": "test",
        "columns": "id, name"
      },
      "credentials": {
        "crateDb": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        950,
        400
      ],
      "parameters": {
        "values": {
          "number": [
            {
              "name": "id",
              "value": 0
            }
          ],
          "string": [
            {
              "name": "name",
              "value": "n8n"
            }
          ]
        },
        "options": {}
      },
      "typeVersion": 1,
      "alwaysOutputData": false
    }
  ],
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "CrateDB1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "CrateDB": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "CrateDB",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Create A Table In Cratedb And Insert Data. Uses manualTrigger, crateDb. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Smart Factory Use Case. Uses amqpTrigger, crateDb, pagerDuty, noOp. Event-driven trigger; 9 nodes.

Amqp Trigger, Crate Db, Pager Duty
General

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

N8N Nodes Straker Verify, Google Drive, Google Drive Trigger
General

The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨

Stop And Error