This page describes the options available for setting up to load from your preferred Cloud Object Storage solution.Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Profiles
To load data from Cloud Object Storage, set the appropriate Spring profile at startup. If no profile is set, only local file loading is available. Enable one of the following profiles:- s3: Loads data from AWS S3.
- azure: Loads data from Azure Blob Storage.
S3 Profile
- Uses
frtb-application/src/main/resources/application-s3.yamlfor configuration. - Sets
csv-source.typetos3.
Azure Profile
- Uses
frtb-application/src/main/resources/application-azure.yamlfor configuration. - Sets
csv-source.typetoazure. - Sets
dlc.create-default-cloud-client.azuretotrueto enable the default Azure client provided by the DLC (that is, inDefaultAzureClientConfig.class).
Cloud Properties File
Cloud configuration properties are defined insrc/main/resources/frtb-cloud.properties. Update this file with the required credentials and settings for your cloud provider.
For more details, see Startup properties.