🚨 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

Dependency:
go get -u github.com/ajeetdsouza/testcontainers-aerospike-go
Usage:
container, err := aeroTest.RunContainer(ctx)
if err != nil {
  return err
}