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:
Download Collibra DGC version 5.6.5 for your platform (Windows/Linux).
Install and Configure Collibra. See Collibra Documentation for more information.
Download the MYSQL 5.1.38 JDBC driver.
Connect Collibra DGC to SingleStoreDB
Open the DGC Agent on your browser: http://<IP_address_of_the_server_running_Collibra_DGC>:4400/.
On the Collibra DGC portal, select Catalog > Create.
On the Create dialog, select Register Data Source. On the Register Data Source dialog, select MySQL.
Enter the Schema name and then select Next.
Upload the MySQL JDBC Jar (Version 5.1.38). Select Next.
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
In the Connection Details dialog, enter the Schema Name, Host Name, Port, and Database Name.
Enter the Username and Password for your SingleStoreDB database and select Next.
Once the database is successfully registered, you are ready to manage your SingleStoreDB data using Collibra Data Governance Center.