Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
ahsin
Contributor II
Contributor II

[resolved] Using an API with Talend open data integration

Hi,
I want to use an API to communicate with Talend. Basically the flow is following:
1)User uploads data on a website
2) The website API pushes the data to Talend open data integration and requests Talend to perform a job
3) After completing the job, Talend transmits the output to a database. 
I believe tRestClient could be used to get data from the web, perform a job and then output to a database. But one has to execute the job manually. Is there a way where this could run on its own, i.e. the job is executed and output sent to a database as soon as a user uploads a data-file on a website?
Many thanks.
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

You might want to consider using Talend ESB. You could do all of that using the ESB. 

View solution in original post

2 Replies
Anonymous
Not applicable

You might want to consider using Talend ESB. You could do all of that using the ESB. 
ahsin
Contributor II
Contributor II
Author

thanks. This is what i was looking for.