Documentation

Java

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

OceanBase is an open source unlimited scalable distributed database for data-intensive transactional and real-time operational analytics workloads, with ultra-fast performance that has once achieved world records in the TPC-C benchmark test.

Examples

Dependency:
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>oceanbase</artifactId>
    <version>1.20.0</version>
    <scope>test</scope>
</dependency>
Usage:
OceanbaseCEContainer oceanbase = new OceanbaseCEContainer("oceanbase/oceanbase-ce:4.2.2");
oceanbase.start();