Send ISS Position Updates to RabbitMQ
detail.loadingPreview
Fetches the current International Space Station (ISS) position every minute and sends it to a RabbitMQ queue.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow periodically retrieves the current latitude and longitude of the International Space Station (ISS) and publishes this information to a specified topic in RabbitMQ. It's designed for real-time tracking and data distribution.
Key Features
- Scheduled Execution: Triggers every minute using a Cron node.
- Real-time Data Fetching: Utilizes an HTTP Request node to get ISS position data.
- Data Transformation: Employs a Set node to structure the fetched ISS data (latitude, longitude, timestamp, name).
- Message Queuing: Publishes the formatted data to a RabbitMQ queue.
- Error Handling: Includes a Stop and Error node for robust error management.
How To Use
- Import the workflow: Load this JSON into your n8n instance.
- Configure RabbitMQ Credentials: Set up your RabbitMQ credentials in n8n.
- Set BASE_URL Environment Variable: Ensure the
$env.BASE_URLenvironment variable is correctly configured to point to the ISS position API endpoint. - Configure RabbitMQ Node: Verify the
queueparameter in the RabbitMQ node is set toiss-positionor your desired topic. - Activate the workflow: Enable the workflow to start sending ISS position updates.
Apps Used
Workflow JSON
{
"id": "1d552ea9-a9ba-41e2-8003-2f578d7d6b07",
"name": "Send ISS Position Updates to RabbitMQ",
"nodes": 0,
"category": "Http",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 1d552ea9-a9ba...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Summarize Emails with AI and Send to Messenger
Automate email summarization using AI and send concise results to a messenger service.
Generate Voice from Text
Generates speech audio from provided text using an external API.
YouTube Search and Transcripts Tool
This workflow allows you to search YouTube for videos and fetch their transcripts.
Create Confluence Page from Template
Creates a new Confluence page from a specified space template, populating it with data from a webhook trigger.
HTTP Request Template
Generates metadata for a community-contributed (unverified) template using HTTP requests.
HTTP Request to AWS SQS Metadata Generator
Fetches data via HTTP and sends it to AWS SQS, generating metadata.