Temporal Vector Showcase

Dragon Control Deck

Use this page to load demo data, inspect live objects, and run temporal reads and search against the current Dragon database. If you query by commit_ts, Dragon resolves it to the matching tx_num and shows that revision in the result.

Root UI: /
API still live: /v1/search
Built-in demo seed: /v1/demo

Stats

Refresh live database state, frozen progress, snapshot merge status, and latest revision metadata.

Load Demo Data

Write a small sample workload into the current Dragon database so stats, get, search, and freeze have real objects to work with immediately.

List Current Objects

Show live object IDs with their latest tx_num and commit_ts so you do not have to guess them.

Get Latest Object

Ingest Vector

Delete Object

Freeze Snapshots

Move hot history into immutable snapshot files without changing logical results.

Resolve Commit Timestamp

Get At Revision Or Time

Use exactly one of tx_num or commit_ts. Time-based reads come back with the resolved tx_num visible in the result.

Search Live Set

Exact brute-force search against the vectors live at the chosen revision or resolved time.

Response Console

The UI writes all responses here so the showcase remains legible without opening developer tools.

Dragon UI ready.

Try:
- Refresh Stats
- Load Demo Data
- List Current Objects
- Get Latest Object
- Ingest a vector
- Resolve Commit Timestamp
- Get using tx_num or commit_ts
- Search using tx_num or commit_ts
- Freeze