Could Agora support another storage vendor different from the vendors that Agora provided? - agora.io

I'm currently using Agora for recording the audio calls. But Agora only supports vendors in the following list:
0: Qiniu Cloud
1: Amazon S3
2: Alibaba Cloud
3: Tencent Cloud
4: Kingsoft Cloud
5: Microsoft Azure
6: Google Cloud
7: Huawei Cloud
8: Baidu AI Cloud
Could I use another S3 vendor for storage audios? Thanks for helping.

Currently Agora only supports the vendors on this list.

Related

Does Hub support integrations for MinIO, AWS, and GCP? If so, how does it work?

I was taking a look at Hub—the dataset format for AI—and noticed that hub integrates with GCP and AWS. I was wondering if it also supported integrations with MinIO.
I know that Hub allows you to directly stream datasets from cloud storage to ML workflows but I’m not sure which ML workflows it integrates with.
I would like to use MinIO over S3 since my team has a self-hosted MinIO instance (aka it's free).
Hub allows you to load data from anywhere. Hub works locally, on Google Cloud, MinIO, AWS as well as Activeloop storage (no servers needed!). So, it allows you to load data and directly stream datasets from cloud storage to ML workflows.
You can find more information about storage authentication in the Hub docs.
Then, Hub allows you to stream data to PyTorch or TensorFlow with simple dataset integrations as if the data were local since you can connect Hub datasets to ML frameworks.

IBM Cloud: Which API to use to get list of all block volume sanctioned

Currently, I use this IBM Cli command to get list of volumes sanctioned:
ibmcloud sl block volume-list
I wanted to get the same data using IBM Cloud API (or Python SDK).
I tried this IBM Cloud's VPC API
but that only seem to list disk under a VPC
The official IBM Cloud API list does not seem to have any SoftLayer / Infrastructure APIs.
Running the following command with trace enabled
IBMCLOUD_TRACE=true ibmcloud sl block volume-list
shows that this API is called:
GET https://api.softlayer.com/mobile/v3.1/SoftLayer_Account/getIscsiNetworkStorage.json
You might want to test getIscsiNetworkStorage, even if it is a legacy API.

Azure Iot sdk - upload blob metadata?

It's great that Azure Iot hub and sdk supports blob uploading. However it seems blob metadata uploading is not there. Any plan to add the feature? It's a very handy feature for small projects.
Or it's already supported but I missed something?
That's correct. There is no method (support) for the blob metadata uploading in the Azure IoT Device Client SDK.
However, the following workaround can be used for this feature. It's based on the uploading files with IoT Hub using the REST API calls.
Step 1: The device ask an Azure IoT Hub for upload references
Step 2: Upload blob and metadata
Step3: Complete the device uploading process:
This feature is tracked by https://github.com/Azure/azure-iot-sdk-csharp/issues/165 for the .NET Azure IoT SDK.

Is there PDO driver available for Google cloud spanner

We are trying to use google cloud spanner as our database storage and building our application on ZEND framework.
Just wanted to confirm if there is a PDO driver available ?
No, there is currently not a PDO driver for Cloud Spanner. The current choices are:
Official APIs and Client Libraries
JDBC drivers

Is ASA support normal Web Service?

We know the Azure Stream Analytics support Azure Machine Learning Functions, we can create the ML functions and add it to the ASA job, so is ASA support the normal Web Service? not the ML function.
This is not currently possible in Azure Stream Analytics. You can vote for this feature on https://feedback.azure.com/forums/270577-stream-analytics