ES | EN
Engineering

Send updates about the position of the ISS every minute to a topic in RabbitMQ

Rabbitmq
Nodes 2
Complexity Basic
Category Engineering
n8n popularity 1,449 views in n8n library

This workflow allows you to send updates about the position of the ISS every minute to a topic in RabbitMQ

Apps and nodes included

Step-by-Step Implementation Guide

Automatización: Envío de Posición de la ISS a RabbitMQ

Este flujo de trabajo rastrea la posición actual de la Estación Espacial Internacional (ISS) y la envía a un tópico de RabbitMQ cada minuto.

Nodos Utilizados

  • HTTP Request: Obtiene la posición de la ISS desde una API.
  • RabbitMQ: Envía los datos de la posición a RabbitMQ.

Guía de Configuración

  1. Configuración del Nodo HTTP Request:
    • Establece el método en 'GET'.
    • En 'URL', introduce la API de seguimiento de la ISS (ej., api.wheretheiss.at/v1/satellites/25544).
  2. Configuración del Nodo RabbitMQ:
    • Introduce la configuración de conexión a tu servidor RabbitMQ (host, puerto, usuario, contraseña).
    • Define el nombre del tópico al que se enviarán los datos.
    • Asigna los datos del nodo HTTP Request al campo apropiado.
  3. Activa el Workflow: Activa el workflow para que se ejecute cada minuto y envíe la información.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.