Skip to content
katherine-sussol edited this page Mar 31, 2021 · 4 revisions

System Overview/Design [TO COMPLETE]

  • Data Service
    • Backend database implemented using Dgraph
    • GraphQL layer over the backend database, using Apollo Server
  • Web UI
  • Authentication
    • Integration with an open ID compliant server, using JSON web tokens. Currently implemented using Keycloak as the authentication server (see the auth-service sub-folder for the 'get-you-up-and-running' docker implementation)
Clone this wiki locally