{
"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": {}
}
]
}