Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
EV89
Contributor III
Contributor III

Best practice to develop locally for various customer

Hi everyone,

if i want develop with my local talend installation but i work for various customer, with their databases, in their different local network, what will be the best practice to manage database connection in metadata towards customer system?

thanks, your help is very appreciate

Labels (2)
2 Replies
amba1
Contributor III
Contributor III

Hi,

 

Usually it does not matter as long as you’re able to create a tunnel to the client’s database and forward it to one of your local ports.

 

You could use

 

  • localhost:5000 for client A
  • localhost:5001 for client B
  • Etc

 

-A

Anonymous
Not applicable

Hi

Using context variables to define the DB connection parameters if the values will change for different customer, load the values from somewhere or properties file dynamically in the job.

 

Regards

Shong