Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Project Architecture For Open Studio for Data Integration - Free version

Hi, 

 

I am very new to Talend and am working in a small startup (we can't just yet afford the cloud capabilities). 

I've built several jobs on my mac but now that it is time to create work environments (dev, test, prod) I'm a bit lost. 

 

As I understand I need to deploy the code that is created by Talend to a server and build some sort of script that will time and run it. 

 

Can anyone please direct me to the best practices as to how to: 

1) Manage the different environment versions of the jobs (Do I need to create three physical copies or can I use some sort of vairables to hold the connection strings? 

 

2) How to deploy and run the jobs? 

 

3) How to monitor the run results. 

 

My eternal gratitude and good karma are guaranteed! 

Thank you

Labels (2)
3 Replies
manodwhb
Champion II

@sarkasha,since you are using the open source tool, you need to Build the job and deploy into windows/unix server where you have  java and youy can etract that jobname.zip folder and extractand execute .sh script file.

 

You can use thridparty tool to manage the code

 

as part of jas design you can create a jogfile which will be created and based on that you can check the job has complited successfully or not.

Anonymous
Not applicable
Author

Thanks @manodwhb,

 

I understand these basics but can you please direct me to specific solutions and how tos?

 

Thanks

manodwhb
Champion II

@sarkasha,you get in touch i will explain the way .