Expand description
Identifier newtypes: tenant, project, vertex, edge, namespace, type name. Each is a thin wrapper so ids of different planes can’t be mixed up silently.
Structs§
- EdgeId
- Edge id (assigned by the caller in
writerGraph, e.g. “e1”). - Namespace
- Project namespace (e.g. “Antares”). Prepended to all type names at the
SPG layer (
Antares.Deal). - Project
Id - Project identifier. A project lives under one tenant and has its own schema namespace.
- Tenant
Id - Tenant identifier. Tenants are the top-level isolation boundary.
- Type
Name - Namespace-qualified SPG type name, e.g.
Antares.DealorAntares.Chunk. - Vertex
Id - Vertex business id (the
idfield on the wire, e.g. “deal_hooli_001”).