An interactive knowledge-graph explorer for your data estate. This page is a single-page React application; enable JavaScript to use the interactive canvas.
The catalog organizes your data into five Classification Groups — Personal, Financial, Health, Credentials, and Corporate — and lets you drill from each group into the Data Classes that belong to it, then into the Datastores, Tables, and Columns where instances of that class have been found.
Nodes: ClassificationGroup, DataClass, Datastore, Account, Region, Table, Column. Edges: HAS_CLASS, CLASSIFIES, IN_DATASTORE, IN_ACCOUNT, IN_REGION, IN_TABLE, HAS_COLUMN.
The backend exposes a small read-only HTTP API under /api — /api/overview, /api/nodes/:id, /api/nodes/:id/neighbors, /api/search, /api/classes/:id/expanded, and /api/classes/:id/expanded-with-tables.
/api
/api/overview
/api/nodes/:id
/api/nodes/:id/neighbors
/api/search
/api/classes/:id/expanded
/api/classes/:id/expanded-with-tables