Data Sources
Adding Data Sources ..
Last updated
Adding Data Sources ..
Last updated
Before integrating your data sources, it's essential to collect all the necessary configuration details. This guide outlines the key pieces of information required to establish a connection to your data sources. Your database administrator (DBA) will be a valuable resource in providing this configuration information.
URI (Uniform Resource Identifier): This unique identifier is used to locate your data source. You'll typically need a username and password to authenticate your connection.
Driver: Ensure you have the appropriate driver for your data source. This is crucial for enabling your application to communicate with the database.
For Amazon Web Services (AWS) data source types, a configuration method isn't specified. You must have information such as AWS region, account number, IAM username, access key ID, and secret access key to configure these data source types.
To access your catalog, please follow these steps:
Open Google Chrome web browser. and click on the bookmark, or
Enter the following email and password, then click Sign In.
Username
data_steward@hv.com
Password
Welcome123!
For enhanced security, it is strongly recommended that users avoid saving their login details directly in web browsers. Browsers may inadvertently autofill these credentials in unrelated fields, posing a security risk.
Best Practice
• Disable Autofill: To mitigate potential risks, users should disable the autofill functionality for login credentials in their browser settings. This preventive measure ensures that sensitive information is not unintentionally exposed or misused.
Click on: Management -> Resources tile.
Click on: Add Data Source.
Specify the following basic information for the connection to your data source (you'll find the connection details in the table below these descriptions):
Data Source Name
Specify the name of your data source. This name is used in the Data Catalog interface. It should be something your Data Catalog users recognize.
Names must start with a letter, and must contain only letters, digits, and underscores. White spaces in names are not supported.
Data Source ID (Optional)
Specify a permanent identifier for your data source. If you leave this field blank, Data Catalog generates a permanent identifier for you.
You cannot modify Data Source ID for this data source after you specify or generate it.
Description (Optional)
Specify a description of your data source.
Data Source Type
Select the database type of your source. You are then prompted to specify additional connection information based on the file system or database type you are trying to access.
After you have specified the basic information, specify the following additional connection information based on the file system or database type you are trying to access.
Affinity
This default setting specifies which agents should be associated with the data source in a multi-agent deployment.
Configuration Method: Select Credentials or URI as a configuration method.
Configuration Method: Credentials
• Username/Password: Credentials that provide access to the specified database.
• Host: The address of the machine where the Microsoft SQL database server is running. It can be an IP address or a domain name.
• Port: The port number on which the Microsoft SQL server is listening for incoming connections. The default port is 5432.
Configuration Method: URI
• Username/Password: Credentials that provide access to the specified database.
• Service URI: For example, URL would look like Server=myServerAddress;Database=myDatabase;User Id=myUsername;Password=myPassword;Port=1433;Integrated Security=False;Connection Timeout=30;.
Driver
Select an existing driver or upload a new driver to ensure that the communication between the application and the database is efficient, secure, and follows the required standards.
Database Name
The name of the database within the Microsoft SQL server that you want to connect with.
Follow the steps below to connect to one of the demo datasets. In this workshop we're going to connect to the Synthea dataset, stored on a PostgreSQL database:
To install the 'Synthea' demo datasource, click on the PostgreSQL tab below:
The generated data is free from legal and privacy concerns.
To watch the videos please copy and paste the website URL into your host Chrome browser.
Follow the steps below to connect and ingest the schema metadata:
After you have specified the detailed information according to your data source type, test the connection to the data source and add the data source.
Enter the following details to connect to: PostgreSQL business_apps_db (Synthea) database.
Data Source Name
postgresql:synthea
Data Source ID
Leave Blank to autogenerate
Description
Demo dataset of patients medical records
Data Source Type
PostgreSQL
Affinity
Default
Configuration Method
Credentials
Username
sqlreader
Password
2Petabytes
*Host
pdc.pdc.lab
Port
5432
**Driver
postgresql-42.7.1.jar
Database Name
business_apps_db
*Enter server IP address or FQDN.
**PDC does not ship with any database drivers.
After you have specified the detailed information according to your data source type, test the connection to the data source and add the data source.
Click Test Connection to test your connection to the specified data source.
Take a look at the 'workers' to check for any issues.
Prior to completing and saving your new data source setup, it's essential to execute the 'Ingest Schemas' process. This step is crucial for importing the database schema and associated metadata into the system.
Click Ingest Schema, select the 'synthea' schema, and then click Ingest Schemas.
(Optional) Enter a Note for any information you need to share with others who might access this data source.
Click: Create Data Source to establish your data source connection.
Navigate to:
To upload JDBC drivers follow the instructions in tab:
Click Close & return to:
Download Deb binary available on the official website:
To upload JDBC drivers follow the instructions in tab: