🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

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();