Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created Talend job by using Kafka components to extract data from Topic and insert it into Database.
I ran job from Talend studio successfully. But if i want to run job outside of the Talend studio, How can i do that?
Whether i need to install any server?
Hi Ravi
in case of Open Studio you just need to build a standalone job - https://help.talend.com/reader/v1kB1bHrWOxIQmz31voF5A/Nanx_kJqdrMx6tPW3hfyrQ
after unzipping result file into final destination folder, you will have inside .bat., .sh. and .ps files for execute job in any environment (Windows, Linux, Mac)
with a supscription version, you can also publish job into a repository and deploy on TAC Job Server
regards, Vlad