Data Connectors
Before data can be read and written to various data locations, you'll need to configure Data Connectors. Data connectors are a generic mechanism to interact with cloud storage. Currently, the following Data Connectors are supported:
📄️ AWS S3
Data Connector for AWS Simple Storage Service
📄️ Microsoft Azure Blob Storage
Data Connector for Microsoft Azure Blob Storage
📄️ Google Cloud
Data Connector for Google Cloud Storage
📄️ Google Cloud in S3 mode
Data Connector for Google Cloud in S3 compatible mode
📄️ Database
Data Connector for databases
Managing Data Connectors
If you have created multiple Data Connectors, they can be listed with the following CLI command:
$ strm list data-connectors -o json{ "dataConnectors": [ { "ref": { "name": "my-s3", "projectId": "30fcd008-9696-...." }, "s3Bucket": { "bucketName": "strmprivacy-export-demo" } }, { "ref": { "name": "my-gcs", "projectId": "30fcd008-9696-...." }, "googleCloudStorageBucket": { "bucketName": "strmprivacy-export-demo" } }, { "ref": { "name": "azure", "projectId": "30fcd008-9696-...." }, "azureBlobStorageContainer": { "storageAccountUri": "https://foo.blob.core.windows.net", "containerName": "strmprivacy-export-demo" } } ]}
info
Not seeing the required Data Connector for your cloud? Please contact us and let us know what Data Connector you are missing.