Skip to main content Skip to complementary content

Installing Talend Dictionary Service

Procedure

  1. Add mongo to the PATH environment variable.
  2. Create the dqdict database in MongoDB using the following command: use dqdict.
  3. Create the following user for the dqdict database in MongoDB:
    • Username: dqdict-user

    • Password: duser

    To do this, you can use the following command:
    db.createUser( { user: "dqdict-user", pwd: "duser", roles: [{ role: "readWrite", db: "dqdict"}]})
  4. Unzip the DQDictServer-A.B.C.zip to a dq_dict folder.
  5. Create a dq_dict\config folder.
  6. Copy data-quality.properties and audit.properties in dq_dict\config folder.
  7. Copy dataquality-semantic-producer-on-prem.jar, the start and stop scripts in dq_dict folder.

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!