Skip to content

Instantly share code, notes, and snippets.

@galtsev
Created September 23, 2020 07:34
Show Gist options
  • Select an option

  • Save galtsev/b4e91c96c9eb573b4ffdcd1016e7a1f1 to your computer and use it in GitHub Desktop.

Select an option

Save galtsev/b4e91c96c9eb573b4ffdcd1016e7a1f1 to your computer and use it in GitHub Desktop.
services
graph G {
MediaHost -- AWS_S3
Frontend -- Backend
Backend -- {Queue, Postgres,AWS_S3}
{Queue, AWS_S3} -- Recognizer
Recognizer -- FingerprintDB
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment