Created
December 20, 2021 13:51
-
-
Save netsensei/7f23c7ec2e129d1667d9c695c94a3700 to your computer and use it in GitHub Desktop.
mermaid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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