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();
Dependency:
go get github.com/testcontainers/testcontainers-go/modules/yugabytedb
Usage:
yugabytedbContainer, err := yugabytedb.Run(ctx, "yugabytedb/yugabyte:2024.1.3.0-b105")