DISH Service Hub
Central directory for the Data Layer / DISH team services. Use the diagram to see how the services relate, then use the cards below for quick per-service access.
How the DISH services fit together
Each box is clickable: a service jumps to its card below; the two source boxes open the glossary of upstream systems.
flowchart TB
onprem[("On-prem servers")]
ext[("Other data sources")]
subgraph DISH["DISH domain"]
bifrost["Bifrost"]
storage["Storage Service"]
tycho["Tycho"]
mnemos["Mnemos Catalog"]
snowflake["DISH Snowflake"]
end
s3[("AWS S3 buckets")]
onprem -->|data sync| bifrost
bifrost -->|writes files| s3
storage -->|manages buckets| s3
tycho -->|manages files| s3
s3 -->|describes files| mnemos
s3 -->|parsed into| snowflake
ext -->|feeds| snowflake
click bifrost "#card-bifrost" "Bifrost quick access"
click storage "#card-storage-service" "Storage Service quick access"
click tycho "#card-tycho" "Tycho quick access"
click mnemos "#card-mnemos-catalog" "Mnemos Catalog quick access"
click snowflake "#card-dish-snowflake" "DISH Snowflake quick access"
click onprem "glossary.html#upstream-systems-and-domains" "What feeds this"
click ext "glossary.html#upstream-systems-and-domains" "What feeds this"
classDef svc fill:#ffffff,stroke:#6366f1,stroke-width:1px,color:#1e1b4b;
classDef src fill:#f6f7f9,stroke:#e6e8ec,color:#94a3b8;
class bifrost,storage,tycho,mnemos,snowflake svc;
class onprem,ext,s3 src;
style DISH fill:#e7e9fd,stroke:#c7d2fe,stroke-dasharray:5 5;
Service directory
Pick an environment on each service card for quick access. Use the Docs button on
a card to open that service’s documentation, and the Code button to open its source
repository. The diagram boxes above jump straight to these cards. This directory is
driven by service-hub/services.yaml — the single source of truth.