You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello,
I was looking at getting some Information on the Open Source solution that Talend provides. Can this Community edition be deployed in production and if so what criteria are to be taken care of for the same? Are there any caveats of deploying this open source solution in a production environment?
Thanks
Offline

Hi
If you want to deploy job with the Community Edition(Talend Open Studio), there are two ways.
No.1: Export Talend job as archive file(e.g. JobName.zip) first. Then copy and unarchive it to production. You will find JobName_run.bat and JobName_run.sh. Use Window Task Scheduler or Linux crontab to run bat or sh file for triggering the job.
No.2: Deploy it on Tomcat as webservice. Here is tutorial http://www.talendforge.org/tutorials/tu … ;idTuto=36.
Regards,
Pedro
Offline
Thank you very much for the response. I was looking at finding out if any of the Talend Open Source Solutions like - MDM, DI, DQ, ESB, BPM etc. - once downloaded; can they be used in a production environment? Or are there any license or copyright restrictions for not deploying it to production but use it only for say staging, testing or UAT only?
Any inputs on this would help.
Offline

Hi
As open source tool and community version, Talend Open Studio is using GNU GENERAL PUBLIC LICENSE.
At the first time you run Talend Open Studio, you need to read it and accept it. Then you will know all info you want.
Regards,
Pedro
Offline
Pages: 1