Description
QuestDB is an open-source time-series database for high throughput ingestion and fast SQL queries with operational simplicity. It supports schema-agnostic ingestion using the InfluxDB line protocol, PostgreSQL wire protocol, and a REST API for bulk imports and exports.Examples
Dependency:
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>questdb</artifactId>
<version>1.20.0</version>
<scope>test</scope>
</dependency>
Usage:
var questdb = new QuestDBContainer(DockerImageName.parse("questdb/questdb:6.5.3"));
questdb.start();