OrientDB 3.2 on Ubuntu 24.04 LTS

Azure Databases

graph and document data in one engine, queried with one SQL dialect

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

OrientDB is a multi-model database. One engine stores graph data as vertices and edges and document data as schema-less records with nested embedded documents, and queries both with a single SQL dialect extended for graphs, so relationships are walked natively rather than reconstructed with joins. It ships OrientDB Studio, a browser workbench for modelling schema, running queries and rendering results as an interactive graph.

Why the cloudimg image

The cloudimg image generates a unique credential and TLS certificate on every VM at first boot, so nothing is shipped with a default login. The upstream distribution's bundled sample database, which carries well-known accounts, is removed at build time. The database's own listeners stay on loopback behind a TLS gateway, leaving only SSH and HTTPS reachable, and every image comes with a paired deployment guide and 24/7 support.

Common uses

  • Model and traverse connected data such as networks, permissions or supply chains
  • Keep graph relationships and schema-less documents in one database
  • Give a team a browser workbench for exploring a graph without extra tooling

See it running

Real screenshots taken while testing this image against its deployment guide.

OrientDB 3.2 on Ubuntu 24.04 LTS screenshot 1 OrientDB 3.2 on Ubuntu 24.04 LTS screenshot 2 OrientDB 3.2 on Ubuntu 24.04 LTS screenshot 3 OrientDB 3.2 on Ubuntu 24.04 LTS screenshot 4