Skip to main content
Skip table of contents

Reporting Connector

This guide pertains to the comprehensive integration of the reporting connector into Talend Open Studio.

Pre-requisites

  1. Download Talend Open Studio For Big Data / 8.0.1 by clicking here.

  2. Clone the reporting-connector project from the develop branch using the following command.

    JS
    git clone https://gitlab.expertflow.com/cim/reporting-connector.git

Setup

  1. Navigate to the downloaded Talend setup directory into your local system.

  2. For Windows click on TOS_BD-win-x86_64 to start Talend Open Studio.

    image-20231222-142040.png

  3. Click on import an existing project and select project from reporting-connector ( local repository ).

    image-20231222-143903.png


    image-20231222-144044.png

  4. This is how the Talend UI looks, with distinct directories for MySQL and MSSQL ETL jobs.

    image-20231222-144543.png

Database connection setup for SQL

It is assumed that you are already familiar with creating MySQL databases and have right access of MySQL server.

MSSQL connection would follow a similar procedure.

  1. Toggle to Metadata ->Db connections ->mysql 1.0 and click on Edit connection option from the menu.

    image-20231222-145122.png

  2. Click on Export as context button from the window that appears.

    image-20231222-145324.png

  3. Click on Reuse an existing repository context.

    image-20231222-145448.png

  4. Select context_params file and assign the following fields to database connection parameters.

    image-20231222-150056.png

  5. Click on test connection to verify MySQL connection.

    image-20231222-150214.png

Database connection setup for NO-SQL( mongoDb )

The similar steps should be performed for establishing connection with all the mongoDb databases one by one.

The ( database ) property must be carefully assign to the selected database.

  1. Toggle to Metadata ->NoSQL connections ->adminPanel 1.0 and click on Edit connection option from the menu.

    image-20231222-155911.png

  2. Click on Export as context button from the window that appears.

    image-20231222-160127.png
  3. Click on Reuse an existing repository context.

image-20231222-160148.png
  1. Select context_params file and assign the following fields to database connection parameters.

    image-20231222-160423.png

  2. Click on test connection to verify MongoDb connection.

image-20231222-160515.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.