iiRecord
Agentic AI Atlas · Shared Database
topic:shared-databasea5c.ai
II.
Topic JSON

topic:shared-database

Structured · live

Shared Database json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/topics/curated-topics.yamlCluster · domain
Record JSON
{
  "id": "topic:shared-database",
  "_kind": "Topic",
  "_file": "domain/topics/curated-topics.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Shared Database",
    "description": "Shared Database as a cross-cutting topic - multiple services or modules\ncoupling through a common persistence layer.\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:shared-database",
      "to": "domain:databases",
      "kind": "applies_to"
    },
    {
      "from": "topic:shared-database",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "domain:databases",
      "to": "topic:shared-database",
      "kind": "contains"
    },
    {
      "from": "domain:software-engineering",
      "to": "topic:shared-database",
      "kind": "contains"
    }
  ]
}