Deploying your job - Talend

After the completion of development you have the scenario in which you want to deploy your ETL, may it be test environment or production environment.
In Talend we have two widely used methods to deploy your ETL.

1. Autonomous Job
The job is exported as a Java file with a .bat/.sh executable. So you can put your ETL job on any machine with java to run on it.

2. Web service  -  (WAR file)
The job is exported as a .war for running it as a webservice & integrating it in your web application.

Comments

Popular posts from this blog

Increase Java Memory For Pentaho Data Integration

Different Match Models in tMap with example

Simple Transformation from a csv to Excel Output