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

Documentation

Java

Community Module

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

Description

Oxia is a scalable metadata store and coordination system that can be used as the core infrastructure to build large-scale distributed systems.

Examples

Dependency:
<dependency>
    <groupId>io.streamnative.oxia</groupId>
    <artifactId>oxia-testcontainers</artifactId>
    <version>0.0.14</version>
    <scope>test</scope>
</dependency>
Usage:
var oxia = new OxiaContainer("streamnative/oxia:0.3");
oxia.start();