II.
Topic JSON
Structured · livetopic:cqrs
CQRS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:cqrs",
"_kind": "Topic",
"_file": "domain/topics/cqrs.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "CQRS",
"description": "Command Query Responsibility Segregation — splitting write-side\ncommand handlers from read-side query models.\n"
},
"outgoingEdges": [
{
"from": "topic:cqrs",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:cqrs",
"to": "domain:databases",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:cqrs",
"kind": "contains"
},
{
"from": "lib-agent:software-architecture--cqrs-event-sourcing-expert",
"to": "topic:cqrs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}