II.
Library JSON
Structured · livelibrary:dramatiq
Dramatiq json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:dramatiq",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Dramatiq",
"belongsToLanguageId": "language:python",
"category": "concurrency",
"description": "Simple, reliable background task processing library for Python with\nsupport for RabbitMQ and Redis brokers and middleware pipelines.\n"
},
"outgoingEdges": [
{
"from": "library:dramatiq",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:dramatiq",
"to": "skill-area:backend-async-processing",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:celery",
"to": "library:dramatiq",
"kind": "alternative_to"
}
]
}