II.
Library JSON
Structured · livelibrary:good-job
GoodJob json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:good-job",
"_kind": "Library",
"_file": "domain/libraries/libraries-elixir-ruby.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GoodJob",
"belongsToLanguageId": "language:ruby",
"category": "other",
"description": "Multithreaded PostgreSQL-backed ActiveJob backend for Rails.\nUses advisory locks for concurrency, includes a dashboard UI,\nand supports cron-style recurring jobs and job batches.\n"
},
"outgoingEdges": [
{
"from": "library:good-job",
"to": "language:ruby",
"kind": "belongs_to_language"
},
{
"from": "library:good-job",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:sidekiq",
"to": "library:good-job",
"kind": "alternative_to"
}
]
}