Send ISS Position Updates to RabbitMQ Every Minute - n8n Workflow | Neura Market
Send ISS Position Updates to RabbitMQ Every Minute
Fetches real-time International Space Station (ISS) position every minute via API and publishes latitude, longitude, timestamp, and name to a RabbitMQ queue for IoT or monitoring apps.
This n8n workflow automates the retrieval and distribution of the International Space Station's (ISS) current position. It uses a Cron node to trigger every minute, making an HTTP request to the Where The ISS At API (http://api.wheretheiss.at/v1/satellites/25544/positions) to fetch the latest coordinates. The data is then processed in a Set node to extract and structure key fields: latitude, longitude, timestamp, and satellite name. Finally, the formatted JSON is sent to a specified RabbitMQ que
Platform
n8n
Category
AI & Machine Learning
Price
$9.99
Creator
Matt Buds
ISS
RabbitMQ
IoT
Cron
HTTP Request
Real-time Tracking
Satellite Position
Automation
Message Queue
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.