Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Background

This

  • As of now inQuiry supports cloud storage operations with Azure, Aws, Google Storage.

  • inQuiry has below flink jobs which interact with cloud storage for upload/download operation:

    • async-questionset-publish

    • questionset-republish

  • inquiry-api-service transforms cloud related metadata (e.g: downloadUrl, appIcon, etc) but doesn't interact with cloud storage.

    • e.g: the service convert cloud specific path (absolute path) to cloud neutral path (relative path) and vice versa.

  • In order to add support for any other cloud storage (e.g: OCI) under inQuiry components, below steps need to be followed:

...