questdb

Execute time-series SQL queries and ingest data into QuestDB via robomotion CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill questdb-robomotionio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: questdb
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/questdb
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill questdb-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QuestDB integration via Robomotion enables fast execution of time-series SQL queries and seamless ingestion of telemetry data, enabling real-time analytics workflows.

Core Features & Use Cases

  • Run time-series SQL queries against QuestDB with low-latency responses.
  • Ingest high-volume time-series data points from sensors or metrics pipelines.
  • Use cases include telemetry dashboards, anomaly detection, and operational monitoring.

Quick Start

Install the QuestDB integration and connect to your QuestDB instance to begin executing time-series queries.

Frequently Asked Questions about questdb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest high-volume time-series data from sensors into a SQL database?▼

You can ingest high-volume time-series data from sensors into a SQL database by connecting to QuestDB via the robomotion CLI, enabling high-throughput ingestion for telemetry and metrics pipelines. This requires a reachable QuestDB instance and configured credentials.

What is the best way to run low-latency time-series SQL queries for telemetry dashboards?▼

The best way to run low-latency time-series SQL queries for telemetry dashboards is by connecting to QuestDB through an automation workflow. It executes time-bounded analytics queries and returns structured JSON results for real-time operational monitoring.

Do I need a specific CLI installed to execute time-series SQL queries against QuestDB?▼

Yes, you need the robomotion CLI installed to execute time-series SQL queries against QuestDB. Credentials must be configured via a vault, and the CLI uses session management across separate commands to maintain state during ingestion and analytics.

Can I use QuestDB integration for anomaly detection and operational monitoring pipelines?▼

Yes, you can use QuestDB integration for anomaly detection and operational monitoring pipelines. It applies to sensor networks and metrics pipelines requiring high-throughput ingestion and time-bounded analytics, supporting real-time analytics workflows.

How does session management work when ingesting telemetry data via the QuestDB CLI?▼

Session management works by applying the --session flag across separate CLI commands when ingesting telemetry data via the QuestDB CLI. This maintains state across operations, using --output json to return structured results for your time-series queries.