I'm new to talend, I've mostly developed all my ETL work in Visual studio and deployed to SSIS. Recently I've had to work with talend for sftp file downloads and REST api calls.
The way I scheduled these new talend jobs is by building in talend for windows and scheduling it on the server to run on schedule. My question is: Is there something similar like SSIS where I can deploy jobs to a server and monitor the jobs. Looks like Administration Center is for enterprise only.
Thank you.
This was discussed in a similar thread Front End for Running Talend Jobs
I suggest looking at Rundeck or SOS Job scheduler. There are plenty of commercial products which do the same thing, such as Automic (formerly UC4) automation engine or JAMS Scheduler. All of these are quite capable of running a job (locale or remote) by executing the shell script for a Talend job and collecting the console or log output .
I'm currently using Rundeck for Talend jobs. I've used Jams and Automation Engine previously for Kettle / PDI and other jobs.