Automate ISS Position Tracking and Storage in TimescaleDB - n8n Workflow | Neura Market
Automate ISS Position Tracking and Storage in TimescaleDB
This workflow automates the process of fetching the International Space Station's (ISS) position and storing it in a TimescaleDB table every minute.
The workflow is designed to continuously track the position of the ISS by making HTTP requests to a public API. It retrieves the latitude, longitude, and timestamp of the ISS's current position and stores this data in a TimescaleDB table named 'iss'. The workflow is triggered every minute, ensuring that the position data is updated frequently. Users can customize the table name and the data fetched according to their requirements.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Marcus Johnson
set
cron
httpRequest
timescaleDb
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.