Developer & DevOps

Send ISS position updates every minute to a topic in ActiveM...

4 nodes 210 109 Scheduled trigger
Download

Workflow Description

A workflow that fetches the International Space Station's current position every minute via HTTP and publishes the data to an ActiveMQ topic for real-time processing and multi-application distribution.

How it works

  1. 1.A cron scheduler triggers the workflow every 60 seconds
  2. 2.An HTTP request fetches the current ISS coordinates from a public API
  3. 3.Position data and metadata are extracted and stored in variables
  4. 4.The location data is sent to an AMQP topic in ActiveMQ

Use cases

  • Real-time ISS position tracking for astronomy applications
  • Broadcast location alerts to multiple subscriber services
  • Collect historical trajectory data for orbital analysis

Requirements

  • Stable internet connection and access to a public ISS location API
  • Configured ActiveMQ server with an available AMQP topic
  • n8n instance installed and running

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Schedule Amqp

Details

Trigger Scheduled trigger
Nodes 4
Apps 2
Views 210
Downloads 109

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (4)

Cron

Cron

#1

HTTP Request

HTTP Request

#2

Set

Set

#3

AMQP Sender

Amqp

#4