II.
StackPart JSON
Structured · livestack-part:krate-object-store
Krate Object Store json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:krate-object-store",
"_kind": "StackPart",
"_file": "domain/products/krate-components.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Object Store",
"category": "data-store",
"description": "Storage layer for LFS blobs, release archives, CI artifacts, and\nother large immutable objects. Backed by S3-compatible object storage\nand separated from the Git ref/pack storage so that binary-heavy\nrepositories do not saturate the Gitea persistent volume. Object\nplacement is tracked per-repository in Repository status and resolved\nindependently from Git backend routing.\n"
},
"outgoingEdges": [
{
"from": "stack-part:krate-object-store",
"to": "layer:8-execution",
"kind": "realizes",
"attributes": {
"notes": "Object/artifact storage execution"
}
},
{
"from": "stack-part:krate-object-store",
"to": "platform:krate",
"kind": "part_of",
"attributes": {
"notes": "Krate object store component"
}
}
],
"incomingEdges": []
}