II.
Topic JSON
Structured · livetopic:database-per-service
Database per Service json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:database-per-service",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Database per Service",
"description": "Database per Service as a cross-cutting topic - service ownership of its\nown persistence boundary rather than sharing one central store.\n"
},
"outgoingEdges": [
{
"from": "topic:database-per-service",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:database-per-service",
"to": "domain:databases",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:databases",
"to": "topic:database-per-service",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:database-per-service",
"kind": "contains"
}
]
}