Concepts
中文:概念索引
Concept map for contributors working with schemas, services, CLI, Web UI, MCP, and example packs.
Recommended Reading Order
- Object Graph Semantic Layer
- Workspaces And Domains
- Model Elements
- Entity Sets
- Datasets
- Links And Field Mappings
- Storage And GraphStore Providers
- Entities And Relations
- Query Surfaces
Concept Map
Concept Groups
| Group | Concepts | Role |
|---|---|---|
| Scope | Workspace, domain | Keeps model and runtime data isolated and nameable. |
| Model definitions | EntitySet, DataSet, Storage, Link | Describes the semantic contract before runtime data is written. |
| Runtime graph | Entity, relation | Provides the actual object graph that Query Service can read. |
| Read surface | .umodel, .entity, .topo | Gives REST, CLI, Web UI, SDK, and MCP one aligned query path. |
| Storage abstraction | GraphStore provider | Lets the same public service run against memory, file-backed, or Ladybug-backed stores. |
Source References
- Schema definitions: schemas/
- Public model types: pkg/model/types.go
- Public service contracts: pkg/contract/contracts.go
- Multi-domain quickstart example pack: examples/quickstart-multidomain