Skip to content

Instantly share code, notes, and snippets.

@netsensei
Created December 20, 2021 13:51
Show Gist options
  • Save netsensei/7f23c7ec2e129d1667d9c695c94a3700 to your computer and use it in GitHub Desktop.
Save netsensei/7f23c7ec2e129d1667d9c695c94a3700 to your computer and use it in GitHub Desktop.

Revisions

  1. @nics nics created this gist Dec 20, 2021.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    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