iiRecord
Agentic AI Atlas · Zap
library:zapa5c.ai
II.
Library JSON

library:zap

Structured · live

Zap json

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

File · domain/libraries/libraries-go-rust-extended.yamlCluster · domain
Record JSON
{
  "id": "library:zap",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-go-rust-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Zap",
    "belongsToLanguageId": "language:go",
    "category": "logging",
    "description": "High-performance, structured logging library for Go by Uber; offers\nzero-allocation sugared and strongly-typed logger interfaces.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:zap",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:zap",
      "to": "skill-area:observability-instrumentation",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:zap",
      "to": "library:zerolog",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:high-perf-api-server",
      "to": "library:zap",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:adtech-real-time-bidding",
      "to": "library:zap",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:clean-architecture-stack",
      "to": "library:zap",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:webhook-relay-proxy",
      "to": "library:zap",
      "kind": "composed_of"
    }
  ]
}