iiRecord
Agentic AI Atlas · Feature Store
stack-part:feature-storea5c.ai
II.
StackPart JSON

stack-part:feature-store

Structured · live

Feature Store json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/stack-parts/stack-parts-ml.yamlCluster · domain
Record JSON
{
  "id": "stack-part:feature-store",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/stack-parts-ml.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Feature Store",
    "category": "data-store",
    "description": "Online/offline ML feature store (SageMaker FS, Vertex FS, Feast).\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:feature-store",
      "to": "tool:feast",
      "kind": "implemented_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:feature-engineering-pipelines",
      "to": "stack-part:feature-store",
      "kind": "uses_stack_part"
    },
    {
      "from": "tool:feast",
      "to": "stack-part:feature-store",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ]
}