Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@netsensei
Created December 20, 2021 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save netsensei/7f23c7ec2e129d1667d9c695c94a3700 to your computer and use it in GitHub Desktop.
Save netsensei/7f23c7ec2e129d1667d9c695c94a3700 to your computer and use it in GitHub Desktop.
mermaid
flowchart LR
W((World)) --- TR
TR --- KC(Keycloak)
BB --- KC
subgraph Nomad
TR(Traefik proxy) --- BB
BB(Biblio backend) --- NATS{NATS}
NATS --- JB{JMS bridge}
JB --- F(Fedora repository)
NATS --- IDX(Indexer service)
IIIF(IIIF image server)
end
F --- PG[(Postgres cluster)]
F --- S3[(S3 or FS storage)]
BB --- ES[(Elasticsearch cluster)]
IDX --- F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment