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

Documentation

Java

Description

Timeplus is a simple, powerful, and cost-efficient stream processing platform.

Examples

Dependency:
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>timeplus</artifactId>
    <version>1.20.2</version>
    <scope>test</scope>
</dependency>
Usage:
var timeplus = new TimeplusContainer(DockerImageName.parse("timeplus/timeplusd:2.3.21"));
timeplus.start();