Data model browser · blends platform views with minimal navigation
See the shape of your data
Pick any installed plugin, walk its NodeTypes, and read each type three ways — a UML class diagram, a commented JSON schema, and a properties table — then jump straight to its live instances.
Open the browser
How it works
- Explorer — the browser itself. Its
Overviewlists every space that defines NodeTypes; drill into one to see its types, and into a type to switch between UML, JSON Schema and Table. - The three views are composed from the framework's own per-NodeType
$Modeland$Schemalayout areas, so they always match the live compiled model — the plugin adds only the navigation and the three-view switcher. - See the Guide for the design and how to point it at your own plugin.
See it on a live domain
The reinsurance suite is a worked example: browse the Reinsurance contract domain, the Loss Modelling stochastic engine and the Pricing simulation types side by side in the explorer.
Modelling skills
Four agent-ready skills teach HOW to model data on MeshWeaver — each a procedure grounded in the framework source:
- /discover-cube — recognize a cube-ish domain and propose facts, measures and dimensions from a description.
- /model-cube — model dimensions and fact cubes with the real attributes (
[Dimension],[IdentityProperty],[NotVisible], …). - /model-foreign-keys — node-path references with
[MeshNode]pickers, collections, hierarchies, and how they render. - /domain-attributes — the full reference tour of every
MeshWeaver.Domainmodelling attribute.
They pair with the free hands-on Data Modeling Masterclass (lessons 16–18 drill the same ground).