II.
Framework JSON
Structured · liveframework:hasura
Hasura json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:hasura",
"_kind": "Framework",
"_file": "domain/frameworks/hasura.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Hasura",
"homepageUrl": "https://hasura.io",
"belongsToLanguageId": "language:graphql",
"category": "web-backend",
"description": "Hasura — an instant GraphQL (and REST) API engine over Postgres and\nother databases, with declarative permissions, event triggers, and\nremote-schema federation.\n"
},
"outgoingEdges": [
{
"from": "framework:hasura",
"to": "language:graphql",
"kind": "belongs_to_language"
},
{
"from": "framework:hasura",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:hasura",
"to": "framework:strapi",
"kind": "alternative_to",
"attributes": {
"comparison": "Headless CMS/API — Hasura is data-access-focused; Strapi is content-focused"
}
},
{
"from": "framework:hasura",
"to": "framework:directus",
"kind": "alternative_to",
"attributes": {
"comparison": "Data platforms — Hasura is GraphQL-engine-first; Directus has an admin UI"
}
},
{
"from": "framework:hasura",
"to": "framework:supabase",
"kind": "alternative_to",
"attributes": {
"comparison": "CMS / BaaS platforms"
}
}
],
"incomingEdges": [
{
"from": "framework:directus",
"to": "framework:hasura",
"kind": "alternative_to",
"attributes": {
"comparison": "Data platforms — Directus has an admin UI; Hasura is GraphQL-engine-first"
}
},
{
"from": "framework:strapi",
"to": "framework:hasura",
"kind": "alternative_to",
"attributes": {
"comparison": "Headless CMS/API — Strapi is content-focused; Hasura is data-access-focused"
}
},
{
"from": "framework:supabase",
"to": "framework:hasura",
"kind": "alternative_to",
"attributes": {
"comparison": "CMS / BaaS platforms"
}
},
{
"from": "scope-boundary:hasura.scope",
"to": "framework:hasura",
"kind": "bounds_subject"
}
]
}