II.
Library JSON
Structured · livelibrary:oban
Oban json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:oban",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Oban",
"belongsToLanguageId": "language:elixir",
"category": "other",
"description": "Robust background job processing for Elixir backed by PostgreSQL.\nSupports scheduling, retries, unique jobs, and telemetry-based\nobservability out of the box.\n"
},
"outgoingEdges": [
{
"from": "library:oban",
"to": "language:elixir",
"kind": "belongs_to_language"
},
{
"from": "library:oban",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:oban",
"to": "library:hangfire",
"kind": "alternative_to"
},
{
"from": "library:oban",
"to": "library:sidekiq",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:hangfire",
"to": "library:oban",
"kind": "alternative_to"
}
]
}