Download QuestDB

High performance time series database with SQL Analytics.

Open source under Apache 2.0.

Screenshot of the Web Console showing various SQL statements and the result of one as a chart

Latest Release: 7.4.2 (April 4, 2024)

Docker logo

Docker

Docs
docker run -p 9000:9000 questdb/questdb:7.4.2
Helm logo

Kubernetes (via Helm)

Docs
helm repo add questdb https://helm.questdb.io/
helm install my-questdb questdb/questdb
macOS Logo

macOS (via Homebrew)

Docs
brew update
brew install questdb
Windows Logo

Windows

Docs
64-bit rt - 27.7 MB
Download
Linux Logo

Linux

Docs
64-bit rt - 31.8 MB
Download
FreeBSD Logo

FreeBSD

Docs
64-bit rt - 29.3 MB
Download
Planet with wings

Any (no JVM)

Docs
9.98 MB
Download
Maven logo

Maven

Docs
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<version>7.4.2</version>
</dependency>
Gradle logo

Gradle

Docs
implementation 'org.questdb:questdb:7.4.2'
SQL statement in a code editor with an artistic view of the query result shown as a chart and a table

How does it work

QuestDB is distributed as a single binary. You can download either:

  • The "rt" version, this includes a trimmed JVM so you do not need anything else (~ 31.8 MB)
  • The binary itself (~ 9.98 MB), without the JVM. In this case, you need Java 17 installed locally

To find out more about how to use the binaries, please check the dedicated page in our documentation.

Check out the v7.4.2 CHANGELOG for information on the latest release.