QuestDB logo
Database · self-hosted

QuestDB in one click.

QuestDB is a fast time-series db with sql and web console you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is QuestDB?

QuestDB is a high-performance time-series database with SQL support and a built-in web console for ad-hoc queries. It is optimized for high-throughput ingestion and fast analytical queries on time-stamped data.

CategoryDatabase
Default port8812
Container imagequestdb/questdb:8.1.1
Official sitequestdb.io

Run QuestDB in Even

Even Stacks launches QuestDB as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find QuestDB in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8812, and serves it over trusted HTTPS at https://questdb.localhost.

Drive QuestDB with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate QuestDB directly, at both the UI level and the container level.

Through the Even MCP an agent can create tables, seed test data, run a migration, or inspect a schema, then tail the logs to confirm it worked. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up QuestDB and get it ready", and the agent handles it end to end.

How agents reach it: Open http://localhost:8553 for the web SQL console. REST API: POST to http://localhost:8553/exec with body query=SELECT+.... PostgreSQL wire protocol is available on port 8812. Data is stored in /var/lib/questdb.

More Database services

Other one-click services you can launch in Even Stacks.