Author : Vivek Vardhan Varanasi
Installations and Work flow – Complete end to end flow via Talend Cloud. ( Quick run book from Cloud
Steps for complete flow creating a project, creating environments, creating workspace, creating jobs, creating tasks, creating promotions and deploying.
Step 1 : Create a GIT Project in bitbucket
Step 2 : Create a project in Talend Cloud and refer to above bitbucket
Step 3 : Associate project with GIT and assigns to specific user
Step 4 : Create environments in Talend Management Console ( like DEV , QA, TEST, PERF and PROD )
Step 5 : Associate remote engines with each environment.
Step 6 : Associate Talend remote engine and remote Run time servers
Step 7 : Associate workspace with each of environment
Step 8 : Download Talend studio
Step 9 : Connect to remote project
Step 10 : Develop Talend job from Talend studio ( in your case create a route and publish to cloud )
Step 11 : Once publish to cloud is done, you should see your task created in Talend Management Console
If you click on the SCRATCH_ROUTE, you should be seeing following screen
You can edit task and configure to run on which instance
You could see logs and steps here and also see stat’s like when it ran etc
Once this flow is completed , you need to migrate same code to higher environments
Create a promotion, select your source environment and destination environment
Select what tasks you want to migrate to higher environments
Promotion analysis will tell you what route, job to be selected, how it’s going to be migrated and what all things gonna migrate.
Report
Once this is done you can use above steps to create a task and deploy and run.