Send ISS Location Updates Every Minute to Google BigQuery - n8n Workflow | Neura Market
Send ISS Location Updates Every Minute to Google BigQuery
Automates fetching International Space Station (ISS) position every minute via API and logs latitude, longitude, timestamp to a BigQuery table for real-time tracking.
This n8n workflow triggers every minute using a Cron node to fetch the current position of the International Space Station (ISS) from the WhereTheISS API via an HTTP Request node. It retrieves key data including latitude, longitude, timestamp, and name.
A Set node then processes and cleans the response, ensuring only relevant fields (latitude, longitude, timestamp, name) are passed forward, keeping the data structured and efficient.
Finally, the Google BigQuery node inserts this data into a sp
Platform
n8n
Category
Media & Entertainment
Price
$9.99
Creator
Jose Maurino
ISS
International Space Station
Google BigQuery
cron automation
real-time tracking
satellite data
API integration
data logging
Google Cloud
space tech
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.