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.
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
Post a Comment