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

Documentation

Java

Description

OrientDB is an open source NoSQL database management system. It is a Multi-model database, supporting graph, document, key/value, and object models, but the relationships are managed as in graph databases with direct connections between records.

Examples

var orient = new OrientDBContainer(DockerImageName.parse("orientdb:3.2.0-tp3"));
orient.start();