II.
StackProfile JSON
Structured · livestack-profile:go-gin-postgres
Go + Gin + Postgres json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:go-gin-postgres",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/go-gin-postgres.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Go + Gin + Postgres",
"description": "Go web service stack: Gin HTTP framework with PostgreSQL as the\nprimary data store. This combination is popular for building lean,\nhigh-throughput REST APIs and microservices that compile to small,\nself-contained binaries well-suited for container deployment.\n\nsqlx or pgx are common database drivers; migrations are typically\nmanaged with golang-migrate or Atlas. The stack emphasizes simplicity —\nminimal dependencies, flat project structure, and explicit error\nhandling. Docker and Kubernetes are the canonical deployment targets.\nIntegration tests commonly use testcontainers-go to spin up a real\nPostgreSQL instance.\n",
"composes": [
"language:go",
"framework:gin"
]
},
"outgoingEdges": [
{
"from": "stack-profile:go-gin-postgres",
"to": "language:go",
"kind": "composed_of"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "framework:gin",
"kind": "composed_of"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "role:backend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "role:platform-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "domain:backend",
"kind": "applies_to"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "domain:api-development",
"kind": "applies_to"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "skill-area:backend-api-design",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "skill-area:backend-data-persistence",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "skill-area:postgres-tuning",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:go-gin-postgres",
"to": "skill-area:backend-auth",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}