Ultra-fast ingestion, millisecond SQL queries and open formats.
Open source under Apache 2.0.
Latest Release: 8.1.2 (October 10, 2024)
docker run -p 9000:9000 questdb/questdb:8.1.2
helm repo add questdb https://helm.questdb.io/
helm install my-questdb questdb/questdb
brew update
brew install questdb
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<version>8.1.2</version>
</dependency>
implementation 'org.questdb:questdb:8.1.2'
QuestDB is distributed as a single binary. You can download either:
Ready to go? Read our documentation and start building.
Check out the v8.1.2 CHANGELOG for information on the latest release.