Catalog
TagoIO Snippets
Code samples for Analysis, Payload Parser, and TagoSQL.
Analysis
Analysis scripts run on TagoIO's serverless platform to process device data, send notifications, generate reports, and integrate with external services.
Node.js rt2025
ModernModern JavaScript with fetch API and improved performance
Deno rt2025
TypeScriptModern TypeScript/JavaScript with native TS support and URL-based modules
Python rt2025
ModernLatest Python with dynamic package installation (UV) and PyPI access
Payload Parser
Payload parsers transform raw device data into TagoIO's standardized format for storage and visualization.
JavaScript Runtime
Node.jsJavaScript (ES5/ES6+) for processing and transforming device payload data
TagoSQL
Ready-to-use TagoSQL queries for the /sql routes of the TagoIO API, from a simple device read to fleet-wide queries by tag.
SQL
TagoSQLRead-only SQL over your device and entity data, with positional parameters
Usage examples
Fetch JSON metadata
curl https://snippets.tago.io/analysis/deno-rt2025.jsonDownload code file
curl https://snippets.tago.io/analysis/deno-rt2025/console.ts