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.3.2Β (September 9, 2023)

Docker logo

Docker

docker run -p 9000:9000 questdb/questdb

Docs

Helm logo

Kubernetes (via Helm)

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

Docs

Linux Logo

Linux

64-bit rt - 29.7 MB

Download

Docs

FreeBSD Logo

FreeBSD

64-bit rt - 27.2 MB

Download

Docs

macOS Logo

macOS (via Homebrew)

brew update
brew install questdb

Docs

Windows Logo

Windows

64-bit rt - 25.6 MB

Download

Docs

Planet with wings

Any (no JVM)

64-bit 7.87 MB

Download

Docs

Maven logo

Maven

<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<version>7.3.2</version>
</dependency>

Docs

Gradle logo

Gradle

implementation 'org.questdb:questdb:7.3.2'

Docs

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 (~ 29.7 MB)
  • The binary itself (~ 7.87 MB), without the JVM. In this case, you need Java 11 installed locally

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

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