Skip to content

QuestDB Module

Testcontainers module for QuestDB. QuestDB is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.

See Database containers for documentation and usage that is common to all relational database container types.

Adding this module to your project dependencies

Add the following dependency to your pom.xml/build.gradle file:

testImplementation "org.testcontainers:questdb:1.19.7"
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>questdb</artifactId>
    <version>1.19.7</version>
    <scope>test</scope>
</dependency>