II.
Topic JSON
Structured · livetopic:partitioning
Partitioning json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:partitioning",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Partitioning",
"description": "Partitioning as a cross-cutting topic - dividing data or compute into\nbounded segments for scalability, ownership, or isolation.\n"
},
"outgoingEdges": [
{
"from": "topic:partitioning",
"to": "domain:databases",
"kind": "applies_to"
},
{
"from": "topic:partitioning",
"to": "domain:data-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:data-engineering",
"to": "topic:partitioning",
"kind": "contains"
},
{
"from": "domain:databases",
"to": "topic:partitioning",
"kind": "contains"
}
]
}