iiRecord
Agentic AI Atlas · Pino
library:pinoa5c.ai
II.
Library JSON

library:pino

Structured · live

Pino json

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

File · domain/libraries/libraries-node-backend.yamlCluster · domain
Record JSON
{
  "id": "library:pino",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-backend.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Pino",
    "belongsToLanguageId": "language:javascript",
    "category": "logging",
    "description": "Very low-overhead JSON logger for Node.js using asynchronous writes\nand a separate transport process; natively supported by Fastify and\ncompatible with most logging aggregators.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:pino",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:pino",
      "to": "skill-area:observability-instrumentation",
      "kind": "used_for"
    },
    {
      "from": "library:pino",
      "to": "library:winston",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js loggers — Pino is low-overhead JSON; Winston is transport-rich"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "library:morgan",
      "to": "library:pino",
      "kind": "alternative_to"
    },
    {
      "from": "library:winston",
      "to": "library:pino",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Node.js loggers — Winston is transport-rich; Pino is low-overhead JSON"
      }
    },
    {
      "from": "stack-profile:realtime-websocket-server",
      "to": "library:pino",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:job-queue-worker-pool",
      "to": "library:pino",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:webhook-processing",
      "to": "library:pino",
      "kind": "composed_of"
    },
    {
      "from": "tool-server:mcp-pino",
      "to": "library:pino",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}