iiRecord
Agentic AI Atlas · Gin
framework:gina5c.ai
II.
Framework JSON

framework:gin

Structured · live

Gin json

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

File · domain/frameworks/gin.yamlCluster · domain
Record JSON
{
  "id": "framework:gin",
  "_kind": "Framework",
  "_file": "domain/frameworks/gin.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Gin",
    "homepageUrl": "https://gin-gonic.com",
    "belongsToLanguageId": "language:go",
    "category": "web-backend",
    "description": "Gin — an HTTP web framework for Go.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:gin",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:gin",
      "to": "skill-area:backend-api-design",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:gin",
      "to": "framework:echo",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Go web frameworks"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:echo",
      "to": "framework:gin",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Go web frameworks"
      }
    },
    {
      "from": "specialization:go-microservices",
      "to": "framework:gin",
      "kind": "uses_framework"
    },
    {
      "from": "stack-profile:go-gin-postgres",
      "to": "framework:gin",
      "kind": "composed_of"
    },
    {
      "from": "scope-boundary:gin.scope",
      "to": "framework:gin",
      "kind": "bounds_subject"
    }
  ]
}