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

Documentation

Go

Community Module

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

Description

Aerospike is a real-time, high performance NoSQL database.

Examples

container, err := aeroTest.RunContainer(ctx)
if err != nil {
  return err
}