The ultra high concurrency execution layer for AI agents
Give every agent an isolated environment to search, query, join, and analyze data without waiting on shared compute. Run SQL, vector, full-text, and geospatial workloads across your existing data platform.
Compute moves to the agent
Async by default
Dispatch any query, load, or index build as a background job and get notified when complete.
Isolated per agent and session
Every agent gets its own scope. No shared state, no contention.
High-concurrency execution
Thousands of sessions run in parallel, with no warehouse queue.
Isolated execution,
governed access
Isolated by default
Each session runs in its own environment with read-only access to your systems of record.
Governed and auditable
Every action is recorded, and you can deploy Hotdata in your own cloud.
Unified execution
SQL, vector, full-text, geospatial, and cross-source joins in a single query.
Architecture Diagram
Fully managed or deployed in your own cloud environment.
Built with Rust, Apache Arrow, and Apache DataFusion
Keep your data platform. Add agent-native execution.
Hotdata runs on top of the platforms, catalogs, and formats you already use.
Start executing in one command
Install the CLI or hand the skill to your agent, then load data, index it, and run search and SQL against it, with no infrastructure to stand up.
Install with Homebrew
brew install hotdata-dev/tap/cliLoad SF Airbnb listings, search, query
hotdata auth register
hotdata databases create \
--catalog airbnb
hotdata databases load \
--catalog airbnb \
--table listings \
--url https://hotdata.dev/data/sf-airbnb-listings.parquet
hotdata indexes create \
--catalog airbnb \
--table listings \
--column description \
--type bm25
hotdata search "cozy apartment with a view" \
--table airbnb.public.listings \
--column description \
--select name,description
hotdata query \
"SELECT neighbourhood_cleansed AS neighbourhood, COUNT(*) AS listings, ROUND(AVG(review_scores_rating), 2) AS avg_rating FROM airbnb.public.listings GROUP BY neighbourhood_cleansed ORDER BY listings DESC LIMIT 5"Pay for execution,
not idle capacity.
Storage
Object storage for managed databases and files.
Reads
Bytes scanned per query, summed across all queries.
Cost Breakdown
Monthly Estimate