II.
StackProfile JSON
Structured · livestack-profile:knowledge-graph-platform
Knowledge Graph Platform (Neo4j, Python, FastAPI, React, D3, Elasticsearch) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:knowledge-graph-platform",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/deep-stacks-4.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Knowledge Graph Platform (Neo4j, Python, FastAPI, React, D3, Elasticsearch)",
"description": "A knowledge graph platform combining Neo4j for graph storage and Cypher\nqueries, Python with FastAPI for the ingestion and query API layer,\nElasticsearch for full-text search over entity descriptions and metadata,\nand React with D3.js for interactive graph visualization in the browser.\nPydantic validates incoming entity and relationship schemas. Targeted at\nenterprises building internal knowledge bases, research organizations\nmapping citation networks, and platform teams powering recommendation\nengines. The tradeoff is query performance at scale — deep graph\ntraversals can become expensive without careful indexing, query planning,\nand denormalization of frequently accessed paths.\n",
"composes": [
"tool:neo4j",
"language:python",
"framework:fastapi",
"framework:react",
"library:d3",
"tool:elasticsearch",
"language:typescript"
]
},
"outgoingEdges": [
{
"from": "stack-profile:knowledge-graph-platform",
"to": "tool:neo4j",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "language:python",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "framework:fastapi",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "framework:react",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "library:d3",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "tool:elasticsearch",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "language:typescript",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "library:pydantic",
"kind": "composed_of"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "role:data-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "role:backend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "role:research-scientist",
"kind": "used_by_role"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "workflow:data-pipeline-deployment",
"kind": "follows_workflow"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "workflow:feature-development",
"kind": "follows_workflow"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "domain:data-engineering",
"kind": "applies_to"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "domain:knowledge-management",
"kind": "applies_to"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "skill-area:graph-databases",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "skill-area:knowledge-graph-management",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "skill-area:search-indexing",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "skill-area:data-visualization",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "skill-area:backend-api-design",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}