II.
Specialization JSON
Structured · livespecialization:go-microservices
Go Microservices json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "specialization:go-microservices",
"_kind": "Specialization",
"_file": "domain/specializations/go-microservices.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Go Microservices",
"parentDomainId": "domain:software-engineering",
"description": "Go-based microservice development — gRPC/HTTP services, context\npropagation, structured logging, and small-binary deploy targets.\n"
},
"outgoingEdges": [
{
"from": "specialization:go-microservices",
"to": "domain:software-engineering",
"kind": "specializes"
},
{
"from": "specialization:go-microservices",
"to": "framework:gin",
"kind": "uses_framework"
},
{
"from": "specialization:go-microservices",
"to": "library:chi",
"kind": "uses_library"
},
{
"from": "specialization:go-microservices",
"to": "library:gorm",
"kind": "uses_library"
},
{
"from": "specialization:go-microservices",
"to": "library:cobra",
"kind": "uses_library"
},
{
"from": "specialization:go-microservices",
"to": "tool:docker",
"kind": "uses_tool"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "specialization:go-microservices",
"kind": "contains"
},
{
"from": "domain:backend",
"to": "specialization:go-microservices",
"kind": "contains",
"attributes": {}
},
{
"from": "skill-area:concurrency-multithreading",
"to": "specialization:go-microservices",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
},
{
"from": "skill-area:solution-architecture",
"to": "specialization:go-microservices",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
]
}