[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.