CrateDB Insert Example
detail.loadingPreview
An example workflow demonstrating how to insert data into CrateDB.
🚀Ready to Deploy This Workflow?
About This Workflow
CrateDB Insert Example
This workflow provides a basic example of how to create a table and insert data into CrateDB using n8n. It showcases the n8n-nodes-base.crateDb node for executing SQL queries.
Key Features
- Creates a table named 'test' if it doesn't exist.
- Inserts a single row of data into the 'test' table.
- Demonstrates basic CrateDB integration with n8n.
How To Use
- Configure CrateDB Credentials: Ensure you have valid CrateDB credentials set up in n8n.
- Execute the Workflow: Click the 'Execute Workflow' button.
- Observe Results: The workflow will create the table and insert the data. You can verify this by querying your CrateDB instance.
Apps Used
Workflow JSON
{
"id": "78249a14-8841-4edd-a4ff-8d7814dde255",
"name": "CrateDB Insert Example",
"nodes": 0,
"category": "Community Contributed (Unverified)",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 78249a14-8841...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Crypto Example
A manual workflow demonstrating the Crypto node.
Manual Trigger Workflow - Cleanup Old Executions
Cleans up old n8n workflow executions triggered manually.
Community Contributed: Form to Google Doc Template
Automatically populates a Google Doc template with data from a form submission.
Proxmox Custom AI Agent (Unverified)
An unverified community template for an AI agent that interacts with Proxmox.
Hacker News Feed Fetcher (Community Contributed)
Fetches all posts from Hacker News.
Community Contributed: A/B Split Testing
A/B test different AI agent prompts using Supabase for session management and OpenAI for LLM interaction.