Connect with Collibra Data Governance

Collibra Data Governance Center is an enterprise-oriented data governance platform that provides tools for data management and stewardship. The software allows enterprises to organize and manage data assets and related data policies and rules. It also provides a central location for storing these items to ensure that all business users are accessing the most current versions of these assets and policies.

The following certification matrix below shows the recommended versions for each product or component:

Certification Matrix

Versions

Collibra DGC

5.6.5-4

MySQL JDBC Driver

5.1.38

Prerequisites

Perform the following tasks:

  1. Download Collibra DGC version 5.6.5 for your platform (Windows/Linux).

  2. Install and Configure Collibra. See Collibra Documentation for more information.

  3. Download the MYSQL 5.1.38 JDBC driver.

Connect Collibra DGC to SingleStore

  1. Open the DGC Agent on your browser: http://<IP_address_of_the_server_running_Collibra_DGC>:4400/.

  2. On the Collibra DGC portal, select Catalog > Create.

  3. On the Create dialog, select Register Data Source. On the Register Data Source dialog, select MySQL.

  4. Enter the Schema name and then select Next.

  5. Upload the MySQL JDBC Jar (Version 5.1.38). Select Next.

  6. Create the JDBC driver for the selected JAR. Add the following entry and select Update:

    Connections *
    jdbc:mysql://$host:$port/$database
    Driver Class Name *
    com.mysql.jdbc.Driver

    Add the following details to the connection properties table:

    Label

    Property

    Mandatory

    Host Name

    host

    X

    Port

    port

    X

    Database Name

    database

    X

  7. In the Connection Details dialog, enter the Schema Name, Host Name, Port, and Database Name.

    Enter the Username and Password for your SingleStore database and select Next.

Once the database is successfully registered, you are ready to manage your SingleStore data using Collibra Data Governance Center.

Last modified: September 4, 2024

Was this article helpful?

Verification instructions

Note: You must install cosign to verify the authenticity of the SingleStore file.

Use the following steps to verify the authenticity of singlestoredb-server, singlestoredb-toolbox, singlestoredb-studio, and singlestore-client SingleStore files that have been downloaded.

You may perform the following steps on any computer that can run cosign, such as the main deployment host of the cluster.

  1. (Optional) Run the following command to view the associated signature files.

    curl undefined
  2. Download the signature file from the SingleStore release server.

    • Option 1: Click the Download Signature button next to the SingleStore file.

    • Option 2: Copy and paste the following URL into the address bar of your browser and save the signature file.

    • Option 3: Run the following command to download the signature file.

      curl -O undefined
  3. After the signature file has been downloaded, run the following command to verify the authenticity of the SingleStore file.

    echo -n undefined |
    cosign verify-blob --certificate-oidc-issuer https://oidc.eks.us-east-1.amazonaws.com/id/CCDCDBA1379A5596AB5B2E46DCA385BC \
    --certificate-identity https://kubernetes.io/namespaces/freya-production/serviceaccounts/job-worker \
    --bundle undefined \
    --new-bundle-format -
    Verified OK