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();