Public Data Server

data.terminusdb.org

A public TerminusDB instance hosting sample datasets for the documentation tutorials. Clone them anonymously โ€” no account needed.

Server running
โš”๏ธ
Star Wars
public/star-wars

Characters, planets, starships, and species from the Star Wars universe. Used in the getting-started tutorial and GraphQL examples.

# Clone the Star Wars dataset terminusdb clone https://data.terminusdb.org/public/star-wars --token=anonymous
๐Ÿ›’
E-Commerce
public/ecommerce

Products, customers, orders, and inventory for a sample online store. Used in the e-commerce tutorial series.

# Clone the E-Commerce dataset terminusdb clone https://data.terminusdb.org/public/ecommerce --token=anonymous
โ˜ข๏ธ
Nuclear Power Plants
public/nuclear

World nuclear power plant data โ€” reactors, locations, and capacity. A real-world dataset for exploring graph relationships.

# Clone the Nuclear dataset terminusdb clone https://data.terminusdb.org/public/nuclear --token=anonymous
๐Ÿงฑ
Lego Sets
public/lego

Lego sets, themes, parts, and colours. A large dataset (~60 MB) demonstrating TerminusDB performance at scale.

# Clone the Lego dataset terminusdb clone https://data.terminusdb.org/public/lego --token=anonymous
๐Ÿงช
Sandbox
public/sandbox

Minimal sandbox with a Product schema โ€” the target database for branch, diff, merge, and time-travel documentation examples.

# Clone the Sandbox dataset terminusdb clone https://data.terminusdb.org/public/sandbox --token=anonymous
๐Ÿ“‹
Project Tracker (tdb-example-mydb)
public/tdb-example-mydb

Project tracker with 11 commits, branches, and merges โ€” the primary tutorial example demonstrating TerminusDB versioning, diff, and time-travel.

# Clone the Project Tracker dataset terminusdb clone https://data.terminusdb.org/public/tdb-example-mydb --token=anonymous
For non-production and exploratory use only. This is a public demo server deployed with very limited memory to prevent abuse. It is provided without any guarantees whatsoever. Do not use it for production applications or store sensitive data. Availability is not guaranteed.
Cold start: This server scales to zero when idle. The first request after inactivity may take 3โ€“5 seconds while the machine starts. Subsequent requests are instant.