iiRecord
Agentic AI Atlas · Dask
library:daska5c.ai
II.
Library JSON

library:dask

Structured · live

Dask json

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

File · domain/libraries/libraries-python-extended.yamlCluster · domain
Record JSON
{
  "id": "library:dask",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Dask",
    "belongsToLanguageId": "language:python",
    "category": "concurrency",
    "description": "Parallel computing library for Python that scales NumPy, pandas, and\nscikit-learn workflows to multi-core or distributed cluster environments.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:dask",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:dask",
      "to": "skill-area:streaming-realtime-processing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:dask",
      "to": "library:ray",
      "kind": "alternative_to"
    },
    {
      "from": "library:dask",
      "to": "library:polars",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:pandas",
      "to": "library:dask",
      "kind": "alternative_to"
    }
  ]
}