iiRecord
Agentic AI Atlas · Data Mapper
topic:data-mappera5c.ai
II.
Topic JSON

topic:data-mapper

Structured · live

Data Mapper json

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

File · domain/topics/curated-topics.yamlCluster · domain
Record JSON
{
  "id": "topic:data-mapper",
  "_kind": "Topic",
  "_file": "domain/topics/curated-topics.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Data Mapper",
    "description": "Data Mapper as a cross-cutting topic - separating in-memory domain models\nfrom persistence mapping and storage concerns.\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:data-mapper",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "topic:data-mapper",
      "to": "domain:databases",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "domain:software-engineering",
      "to": "topic:data-mapper",
      "kind": "contains"
    },
    {
      "from": "lib-process:web-development--prisma-orm-integration",
      "to": "topic:data-mapper",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--prisma-orm",
      "to": "topic:data-mapper",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    }
  ]
}