iiRecord
Agentic AI Atlas · Sidekiq
library:sidekiqa5c.ai
II.
Library JSON

library:sidekiq

Structured · live

Sidekiq json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-elixir-ruby.yamlCluster · domain
Record JSON
{
  "id": "library:sidekiq",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-elixir-ruby.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Sidekiq",
    "belongsToLanguageId": "language:ruby",
    "category": "other",
    "description": "High-performance background job processor for Ruby backed by Redis.\nProvides a web UI, scheduled jobs, batches, and Pro/Enterprise\nfeatures for reliable at-least-once delivery.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:sidekiq",
      "to": "language:ruby",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:sidekiq",
      "to": "skill-area:backend-async-processing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:sidekiq",
      "to": "library:good-job",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:hangfire",
      "to": "library:sidekiq",
      "kind": "alternative_to"
    },
    {
      "from": "library:oban",
      "to": "library:sidekiq",
      "kind": "alternative_to"
    },
    {
      "from": "library:laravel-horizon",
      "to": "library:sidekiq",
      "kind": "alternative_to"
    },
    {
      "from": "tool-server:mcp-sidekiq",
      "to": "library:sidekiq",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}