Skip to content

Miscellaneous Services and Apps

Applications and services that don't have a dedicated section should be added and mentioned (alphabetically) here.

Marquez

Marquez is an open-source data lineage project that provides an OpenLineage compatible API, storage, and web user-interface. It is being tested and used for the Dovetail and CDI projects.

  • Clusters/Namespaces: prod/marquez
  • Ingresses:
  • Databases:
    • marquez on it-postgres.postgres (prod cluster shared Posgres instance)
  • Auth:
    • Uses basic auth on the api endpoint for ease of use initially
    • Uses the shared OAuth2 Proxy to provide OIDC via Keycloak
    • No authorization currently

Penpot

Penpot is an open-source design tool used to help develop the look, feel, and user experience of applications, not unlike Figma, the most popular app in this design space.

  • Clusters/Namespaces: prod/penpot
  • Ingresses: https://penpot.cloud.vtti.vt.edu
  • Databases:
    • penpot on it-postgres.postgres (prod cluster shared Posgres instance)
    • Local redis instance deployed within the same pod
  • Auth:
    • OIDC penpot client on master Keycloak realm
    • Internal authorization - Everyone gets their own space; anyone can setup a Team and share it with others; no central user management (other than in database)