Search code examples
asp.net-mvctalend

Talend ASP.NET MVC


How can I run/execute a job talend from an application ASP.NET MVC ? I have e job which is created with talend: this job migrate data from one database to another .I wish to deploy this job in application asp.net mvc. Any idea about this?


Solution

  • I recommend exposing your Talend job as a web service from within the TAC. Once deployed, you can use standard techniques (client or server side) to call the web service.

    Here is a link to Talend's documentation on the subject: https://help.talend.com/display/KB/Deploying+or+exposing+a+Job+as+a+Web+service