Connecting the Docs
Welcome to the HealthECCO Documentation Server. The HealthECCO ecosystem has several component parts. At its heart is a Neo4j knowledge graph which is built up using controlled Docker pipelines to load the various data sources. This knowledge graph is publicly accessible and is used as the basis for all of the HealthECCO front end applications.
graph TB
CG-->|abstracts|GQL("GraphQL")
DS("Data Sources")-->DP("Docker Pipelines")
DP-->CG
CG-->Neo4j("Neo4j Browser")
CG-->Bloom("Neo4j Bloom")
CG[(CovidGraph)]-->|"bolt+s"|VGE("Visual Graph Explorer")
CG-->|"bolt+s"|Sem("Semspect")
subgraph applications
VGE
Sem
RA("React App")
end
subgraph api
GQL-->RA
end
%% ===Links===
click Neo4j href "/docs/neo4j" "Neo4j Browser"
click Bloom href "/docs/bloom" "Neo4j Bloom"
click DS href "/docs/data-sources" "Data Sources"
click VGE href "/docs/visual-graph-explorer" "Visual Graph Explorer"
click Sem href "/docs/semspect" "Semspect"