Skip to main content
CAMUSDB / INTERACTIVE LAB

A distributed database.
In your browser.

Three real nodes. Live elections. SQL that keeps moving.
Pull a node offline and watch the cluster find its way.

WASM POWEREDReal engine. In-memory data.
Everything stays in this tab.
How it works
01

Cluster overview

Offline
AWAITING START
LOCAL CLUSTER / 3 NODESIn-memory transport
SQL clientYour browser
Standby
camus://local/1
Waiting to join
—
Standby
camus://local/2
Waiting to join
—
Standby
camus://local/3
Waiting to join
—
Raft peer links
Partition leader Query route Stopped / isolated
P0 / MetadataAwaiting start
P1 / DataAwaiting start

Leadership is per partition. Isolated nodes may report stale claims.

Ready when you are. Start your cluster to explore.
02

SQL workspace

Start the cluster to run SQL

Query results

A query is worth a thousand diagrams.

Run the sample SQL and see which node returns your data.

SELECT → EXECUTE → EXPLORE

The route identifies the request coordinator. Internal data reads and replication are not traced by this engine.

03

Live event stream

0

Your cluster story starts here. Elections, failures, and query results appear as they happen.

Real CamusDB + Raft · WebAssembly · No server requiredIn-memory data resets on reload. Connection motion illustrates topology.