II.
Topic JSON
Structured · livetopic:event-store
Event Store json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:event-store",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Event Store",
"description": "Event Store as a cross-cutting topic - append-only persistence of domain\nevents as the durable source of business history.\n"
},
"outgoingEdges": [
{
"from": "topic:event-store",
"to": "domain:databases",
"kind": "applies_to"
},
{
"from": "topic:event-store",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:databases",
"to": "topic:event-store",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:event-store",
"kind": "contains"
}
]
}