Web Scraping & Data Extraction
1192 HTTP Timescaledb Automation Scheduled
1192 HTTP Timescaledb Automation Scheduled
Scheduled
Medium
4
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.35 KB
{
"name": "1192 HTTP Timescaledb Automation Scheduled",
"nodes": [
{
"name": "TimescaleDB",
"type": "n8n-nodes-base.timescaleDb",
"position": [
1110,
260
],
"parameters": {
"table": "iss",
"columns": "latitude, longitude, timestamp"
},
"credentials": {
"timescaleDb": "TimescaleDB"
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
910,
260
],
"parameters": {
"values": {
"string": [
{
"name": "latitude",
"value": "={{$json[\"0\"][\"latitude\"]}}"
},
{
"name": "longitude",
"value": "={{$json[\"0\"][\"longitude\"]}}"
},
{
"name": "timestamp",
"value": "={{$json[\"0\"][\"timestamp\"]}}"
}
]
},
"options": {},...Showing first 1000 characters. Click "Expand" to view the full JSON.