II.
Framework JSON
Structured · liveframework:phoenix
Phoenix json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:phoenix",
"_kind": "Framework",
"_file": "domain/frameworks/phoenix.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Phoenix",
"homepageUrl": "https://www.phoenixframework.org",
"belongsToLanguageId": "language:elixir",
"category": "web-backend",
"description": "The Phoenix web framework for Elixir.\n"
},
"outgoingEdges": [
{
"from": "framework:phoenix",
"to": "language:elixir",
"kind": "belongs_to_language"
},
{
"from": "framework:phoenix",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:phoenix",
"to": "framework:phoenix-liveview",
"kind": "alternative_to",
"attributes": {
"comparison": "Elixir web frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:vapor",
"to": "framework:phoenix",
"kind": "alternative_to"
},
{
"from": "framework:phoenix-liveview",
"to": "framework:phoenix",
"kind": "alternative_to",
"attributes": {
"comparison": "Elixir web frameworks"
}
},
{
"from": "stack-profile:elixir-phoenix-liveview",
"to": "framework:phoenix",
"kind": "composed_of"
},
{
"from": "stack-profile:elixir-phoenix-postgres",
"to": "framework:phoenix",
"kind": "composed_of"
}
]
}