Deploy the Route into Runtime - 8.0

Data Service and Routing Examples

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Routes
Design and Development > Designing Services
Last publication date
2023-12-08
In this section, the Route just created is deployed in the Talend Runtime Container.

Procedure

  1. Right-click the Route you have created and select Build Route in the contextual menu.
  2. In the Build Route wizard, click Browse to navigate to the directory where you want to store the Route and click Finish. In this use case, you export the Route directly to the deploy folder within the Talend Runtime Container directory so that it starts to run immediately.
    Build Route wizard.

Results

When you run the Route by building it into the container/deploy folder, the tMysqlConnection component will look for the sample/jdbc datasource in the container. If the datasource exists, the connection parameters from this datasource will be used at runtime to establish the connection to the MySQL database.