Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
manojkulkarni
Partner - Specialist II
Partner - Specialist II

QV Connectivity to AWS/S3

Hi,

Can we connect to AWS cloud service/ S3 (Amazon Storage location) to retrieve data for QV applications ?

Any help will be appreciated.

6 Replies
avinashelite

no, their is no direct connect from QV to AWS. You need to build your own API using any of the coding languages.

In future you may except the QV to build one for you

buzzy996
Master II
Master II

what i understand from the below quote is,

"Amazon S3 is easy to use, with a simple web services interface to store and retrieve any amount of data from anywhere on the web"


If u are able to see the required data in web files in ur system "AWS cloud service/ S3", we have the option in QlikView edit script --web file--to fetch the data.


u can try with that!

AC3
Contributor III
Contributor III

Has anyone found a solution to this?

petter
Partner - Champion III
Partner - Champion III

REPOST - but for the benefit of those that search and want a solution/suggestion:

What do you need to do? S3 can be used directly with "Web File" from both QlikView and Qlik Sense as long as the file is public.And with an obfuscated filename that should be pretty safe since you would use https to have a secure channel.... Using a Web File connection you can even read QVD-files from S3 - if you want.

If you use the Qlik REST connector you can even provide credentials via a header so the file does not need to be "public". Then you could read CSV, JSON and XML off of S3.

Not applicable

petter-s

Hi Petter,

I was able to use Access Key and Secret Access Key to test connection using REST connector to connect with S3. But I don't see any bucket or objects that I can select. What format of URL should I specify?

diwaskarki
Creator II
Creator II

how did you do that? How can I connect to a dynomDB?