🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Official Module

Yugabyte
We partner with software vendors to maintain and certify official modules.

Description

YugabyteDB is a high-performance transactional distributed SQL database for cloud-native applications.

Examples

Dependency:
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>yugabytedb</artifactId>
    <version>1.20.0</version>
    <scope>test</scope>
</dependency>
Usage:
var yugabyte = new YugabyteDBYSQLContainer(DockerImageName.parse("yugabytedb/yugabyte:2.14.4.0-b26"));
yugabyte.start();