II.
Library JSON
Structured · livelibrary:bull
Bull json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:bull",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Bull",
"belongsToLanguageId": "language:javascript",
"category": "concurrency",
"description": "Premium Redis-backed job and message queue for Node.js, supporting\ndelayed jobs, repeatable jobs, rate limiting, priority queues, and\nevent-based progress reporting.\n"
},
"outgoingEdges": [
{
"from": "library:bull",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:bull",
"to": "skill-area:backend-async-processing",
"kind": "used_for"
},
{
"from": "library:bull",
"to": "library:bullmq",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:mediatr",
"to": "library:bull",
"kind": "alternative_to"
},
{
"from": "library:broadway",
"to": "library:bull",
"kind": "alternative_to"
},
{
"from": "library:nodemailer",
"to": "library:bull",
"kind": "alternative_to"
}
]
}