EcoIQ
← LegacySafe AI

Dependency & Lineage Graph

Nodes and edges for Samruk Energy Legacy Modernisation Demo, built with NetworkX. A PyVis-rendered interactive view can layer on top of this same graph later.

Nodes

Edges

Raw JSON

{
  "nodes": [
    {
      "id": "project:1",
      "label": "Samruk Energy Legacy Modernisation Demo",
      "type": "project",
      "access_level": "public",
      "is_revoked": false
    },
    {
      "id": "document:1",
      "label": "Public ESG Report",
      "type": "document",
      "access_level": "public",
      "is_revoked": false
    },
    {
      "id": "document:3",
      "label": "Investment Budget",
      "type": "document",
      "access_level": "finance",
      "is_revoked": false
    },
    {
      "id": "document:4",
      "label": "Board Strategy Memo",
      "type": "document",
      "access_level": "executive",
      "is_revoked": false
    },
    {
      "id": "document:5",
      "label": "Malicious Prompt Injection Document",
      "type": "document",
      "access_level": "public",
      "is_revoked": false
    },
    {
      "id": "document:6",
      "label": "Solar and Battery Feasibility Notes",
      "type": "document",
      "access_level": "engineering",
      "is_revoked": false
    },
    {
      "id": "document:7",
      "label": "Heat Pump and Boiler Replacement Plan",
      "type": "document",
      "access_level": "engineering",
      "is_revoked": false
    },
    {
      "id": "document:8",
      "label": "Insulation and Heat Loss Reduction Notes",
      "type": "document",
      "access_level": "engineering",
      "is_revoked": false
    },
    {
      "id": "document:9",
      "label": "Smart Metering and IoT Sensors Plan",
      "type": "document",
      "access_level": "engineering",
      "is_revoked": false
    },
    {
      "id": "document:10",
      "label": "Grid and Load Optimisation Notes",
      "type": "document",
      "access_level": "engineering",
      "is_revoked": false
    },
    {
      "id": "document:11",
      "label": "Equipment Procurement Plan",
      "type": "document",
      "access_level": "finance",
      "is_revoked": false
    },
    {
      "id": "document:12",
      "label": "CAPEX/OPEX and ROI Notes",
      "type": "document",
      "access_level": "finance",
      "is_revoked": false
    },
    {
      "id": "document:13",
      "label": "Worker and Community Transition Plan",
      "type": "document",
      "access_level": "executive",
      "is_revoked": false
    },
    {
      "id": "document:14",
      "label": "Justice and Maqasid Review",
      "type": "document",
      "access_level": "public",
      "is_revoked": false
    },
    {
      "id": "derived:1",
      "label": "Coal-to-Clean-Heat Modernisation Plan",
      "type": "derived_memory",
      "access_level": "executive",
      "is_revoked": false
    }
  ],
  "edges": [
    {
      "source": "project:1",
      "target": "document:1"
    },
    {
      "source": "document:1",
      "target": "document:3"
    },
    {
      "source": "document:3",
      "target": "document:4"
    },
    {
      "source": "document:3",
      "target": "derived:1"
    },
    {
      "source": "document:4",
      "target": "document:5"
    },
    {
      "source": "document:4",
      "target": "derived:1"
    },
    {
      "source": "document:5",
      "target": "document:6"
    },
    {
      "source": "document:6",
      "target": "document:7"
    },
    {
      "source": "document:7",
      "target": "document:8"
    },
    {
      "source": "document:8",
      "target": "document:9"
    },
    {
      "source": "document:9",
      "target": "document:10"
    },
    {
      "source": "document:10",
      "target": "document:11"
    },
    {
      "source": "document:11",
      "target": "document:12"
    },
    {
      "source": "document:12",
      "target": "document:13"
    },
    {
      "source": "document:13",
      "target": "document:14"
    }
  ]
}