Skip to content
FlowHubFluxonLab
HTTP Request
Timescale Dbfree

Receive updates of the position of the ISS and add it to a table in TimescaleDB

by Harshil Agrawaladapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP RequestTimescaleDBTimescaleDB
Share Post Share
TDTimescaleDBSeSetHRHTTP RequestCrCron123
1/5
STEPS · 3
Runs on a schedule

This workflow allows you to receive updates about the positiong of the ISS and add it to a table in TimescaleDB. Cron node: The Cron node triggers the workflow every minute. You can configure the time based on your use-case. HTTP Request node: This node makes an HTTP Request to an API that returns the position of the ISS. Based on your use-case you may want to fetch data from a different URL. Enter the URL in the URL field. Set node: In the Set node we set the information that we need in the workflow. Since we only need the timestamp, latitude, and longitude we set this in the node. If you need other information, you can set them in this node. TimescaleDB node: This node stores the information in a table named iss. You can use a different table as well.

Tags

n8nreference-onlytimescale-db
Connects
WHTTP RequesttimescaledbTimescaleDB
CategoryTimescale Db
Triggermanual
Complexitysimple
Nodes4
AddedFeb 2, 2021

Related workflows

See all Timescale Db
Browse more Timescale Db workflows in the marketplace.