🚨 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

VMware GemFire is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.

Examples

Dependency:
<dependency>
    <groupId>dev.gemfire</groupId>
    <artifactId>gemfire-testcontainers</artifactId>
    <version>2.3.0</version>
    <scope>test</scope>
</dependency>
Usage:
GemFireClusterContainer<?> gemfire = new GemFireClusterContainer<>()
.acceptLicense()
gemfire.start();