Te

TerminusDB

Azure Databases 1 variation

a document graph database that versions your data the way git versions code

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

Variations

This product is available in the build below. Open it for the operating system, cloud and version detail, or read its deployment guide.

ProductCloudOperating systemVersion
TerminusDB on Ubuntu 24.04 LTS Azure Ubuntu 24.04 Standard View · Guide

Overview

TerminusDB stores JSON documents against a schema that describes how they relate, and keeps the full history of every change. Each write is a commit, so you can branch a database, diff two branches, roll back to an earlier state and merge work back together. Queries are written in WOQL, its own query language, and a complete HTTP API covers documents, schemas, branches, diffs and history.

Why the cloudimg image

The cloudimg image never creates the published default administrator login: no database exists in the image at all, and a password unique to your instance is generated on first boot into a root-only file. Traffic is served over TLS with a certificate minted for your instance, the database itself is bound to the loopback interface, and unauthenticated callers are refused rather than answered as an anonymous user. Paired with a deployment guide and 24/7 cloudimg support.

Common uses

  • Versioned reference and master data with a full audit trail
  • Knowledge graphs that need branching and review before changes land
  • Schema-checked document storage with rollback