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

Documentation

Java Node.js

Community Modules

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

Description

ArangoDB is a free and open-source native graph database system. It supports three data models; graphs, JSON documents, and key/value.

Examples

var arango = new ArangoContainer();
arango.start();
const container = await new ArangoDBContainer().start();