II.
Library JSON
Structured · livelibrary:pino
Pino json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}