You can translate the question and the replies:

How to Connect to Tencent COS from Denodo Platform.

Hi, I’m trying to connect DENODO to Tencent COS to extract data from it. While browsing your online resources, I was unable to find the information necessary to make these connections. Please Could you recommend some tutorials that I can use to do this?
user
31-01-2022 00:17:02 -0500
code

1 Answer

Hi, Denodo can consume a wide range of data sources through JDBC, ODBC, rest API, etc. mechanisms. At the moment Denodo supports connecting to cloud storage such as [AWS S3](https://community.denodo.com/kb/en/view/document/How%20to%20connect%20to%20the%20Amazon%20S3%20REST%20API%20from%20Denodo), [Google Cloud Storage](https://community.denodo.com/kb/en/view/document/How%20to%20connect%20to%20Google%20Cloud%20Storage%20from%20Denodo) and [Azure Blob Storage](https://community.denodo.com/kb/en/view/document/How%20to%20connect%20to%20Azure%20Blob%20Storage%20from%20Denodo?category=Data%20Sources). As Tencent COS is a similar object storage service, you could access it through API calls. Tencent COS supports CSV,JSON,and Parquet files. If you are looking to consume any of these files through Denodo, you can create an appropriate datasource in Denodo based on the file type([JSON](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/creating_data_sources_and_base_views/json_sources/json_sources),[CSV](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/creating_data_sources_and_base_views/delimited_file_sources/delimited_file_sources),[Denodo Distributed File System Custom Wrapper](https://community.denodo.com/docs/html/document/denodoconnects/8.0/en/Denodo%20Distributed%20File%20System%20Custom%20Wrapper%20-%20User%20Manual)).Ensure to use HTTP as the data route providing the Cloud storage endpoint and appropriate authentication mechanism. Hope this helps!
Denodo Team
31-01-2022 07:43:58 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here