ISS Position Updates to Kafka Every Minute - n8n Workflow | Neura Market
ISS Position Updates to Kafka Every Minute
Fetches the International Space Station's real-time position every minute via API and streams it to a Kafka topic for IoT monitoring and analytics.
This n8n workflow automates the retrieval and streaming of the International Space Station (ISS) position data. It uses a Cron node to trigger every minute, fetching current coordinates from the Where The ISS At API via an HTTP Request node. The response data is then cleaned and structured using a Set node, extracting key fields like name, latitude, longitude, and timestamp. Finally, the processed data is published to a specified Kafka topic ('iss-position') for real-time consumption.
The prima
Platform
n8n
Category
Utilities
Price
$11.99
Creator
Matt Buds
ISS
Kafka
IoT
Real-time Tracking
Cron
HTTP API
Satellite Position
Data Streaming
Automation
Telemetry
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.