{ "id": "134", "name": "Receive updates for the position of the ISS every minute and push it to a database", "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 550, 300 ], "parameters": { "triggerTimes": { "item": [ { "mode": "everyMinute" } ] } }, "typeVersion": 1, "id": "node-d75651c7" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 750, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "queryParametersUi": { "parameter": [ { "name": "timestamps", "value": "={{Date.now();}}" } ] } }, "typeVersion": 1, "id": "node-fe0a56bf" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 950, 300 ], "parameters": { "values": { "number": [ { "name": "latitude", "value": "={{$node[\"HTTP Request\"].json[\"0\"][\"latitude\"]}}" }, { "name": "longitude", "value": "={{$node[\"HTTP Request\"].json[\"0\"][\"longitude\"]}}" }, { "name": "timestamp", "value": "={{$node[\"HTTP Request\"].json[\"0\"][\"timestamp\"]}}" } ], "string": [] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-34e97b66" }, { "name": "Google Cloud Realtime Database", "type": "n8n-nodes-base.googleFirebaseRealtimeDatabase", "position": [ 1150, 300 ], "parameters": { "path": "iss", "operation": "push", "projectId": "", "attributes": "latitude, longitude, timestamp" }, "credentials": { "googleFirebaseRealtimeDatabaseOAuth2Api": "firebase realtime credentials" }, "typeVersion": 1, "id": "node-6abe6b74" }, { "id": "error-bcff60dd", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "connections": {}, "meta": { "instanceId": "workflow-b9ab276c", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.657902", "updatedAt": "2025-09-29T07:07:45.657915", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Receive updates for the position of the ISS every minute and push it to a database. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }