Skip to main content Skip to complementary content

Installing Talend Data Stewardship manually

This procedure contains the steps to manually install Talend Data Stewardship on your machine.

Before you begin

  • Talend Identity and Access Management is installed and running.
  • Talend Administration Center is installed and running.
  • A Talend Data Stewardship user exists in Talend Administration Center. For more information, see Talend Administration Center User Guide.
  • There are no other instance of MongoDB installed on your machine.
  • If you want to benefit from Talend Dictionary Service to display, create, or update semantic types in Talend Data Stewardship, download the latest MinIO version from this page and follow the MinIO documentation for installation, or install an S3 repository.

Procedure

  1. Create a tds folder. This folder will be used to store Talend Data Stewardship installation and configuration files.
  2. Download Apache Kafka from Apache Kafka download page and install it. For more information on how to install it, see Apache Kafka documentation.
    For more information on the supported Apache Kafka version, see Compatible messaging systems.
  3. Download a MongoDB instance from MongoDB download page and install it. For more information on how to install it, see MongoDB documentation.
    For more information on the supported MongoDB databases, see Compatible databases.
    If you want to secure connections with MongoDB using SSL, MongoDB Enterprise Server has to be manually installed on your machine. For more information, see MongoDB security page.
  4. Add mongo to the PATH environment variable.
  5. Create the tds database in MongoDB using the following command: use tds.
  6. Create the following user for the tds database in MongoDB:
    • Username: tds-user

    • Password: duser

    To do this, you can use the following command:
    db.createUser( { user: "tds-user", pwd: "duser", roles: [{ role: "readWrite", db: "tds"}]})
  7. Unzip the Talend-DataStewardship-VA.B.C.zip to a TDS_files folder.
  8. Create a tds/lib/app folder and copy the .jar files from TDS_files.
  9. Copy the files contained in TDS_files/context to tds/config.
  10. Copy the configuration file contained in TDS_files/config to tds/config.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!