ES | EN
Engineering

Send location updates of the ISS every minute to a table in Google BigQuery

Google Big Query
Nodes 2
Complexity Basic
Category Engineering
n8n popularity 1,701 views in n8n library

This workflow allows you to send position updates of the ISS every minute to a table in Google BigQuery. Cron node: The Cron node will trigger the workflow every minute. HTTP Request node: This node will make a GET request to the API https://api.wheretheiss.at/v1/satellites/25544/positions to fetch the position of the ISS. This information gets passed on to the next node in the workflow. Set node: We will use the Set node to ensure that only the data that we set in this node gets passed on to the next nodes in the workflow. Google BigQuery: This node will send the data from the previous node to the position table in Google BigQuery. If you have created a table with a different name, use that table instead.

Apps and nodes included

Step-by-Step Implementation Guide

Posición ISS en BigQuery

Este workflow envía actualizaciones de la posición de la Estación Espacial Internacional (ISS) a una tabla en Google BigQuery cada minuto. Permite el seguimiento de la ISS en tiempo real.

Nodos Utilizados

  • HTTP Request: Obtiene la posición de la ISS desde una API.
  • Set: Modifica o agrega campos al dato obtenido.
  • Google BigQuery: Inserta los datos en una tabla de BigQuery.

Pasos de configuración

  1. Configuración HTTP Request: Configura el nodo HTTP Request para obtener la posición de la ISS desde la API.
  2. Configuración Set: Define los campos a insertar en BigQuery.
  3. Configuración Google BigQuery: Conecta con tu proyecto de Google Cloud y configura la tabla donde se guardarán los datos.
  4. Programación: Programa el workflow para que se ejecute cada minuto usando el nodo Cron.
⚡ 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.