IBM Db2 is a scalable, enterprise-grade relational database system that supports SQL for managing structured data. It handles both transactional and analytical workloads and integrates well with IBM Cloud, making it ideal for business intelligence and data warehousing.
These credentials are typically provided in JSON format. You can copy them directly into your Bold Data Hub configuration.
In a YAML file, the config section contains the following properties:
connectorname: IBM Db2
schemaname: public
host: hostname
port: 5000
username: user
password: password
database: database
client_lib_path : file_pathversion: 1.0.1
destination:
plugins:
extractors:
- name: IBM Db2
connectorname: IBM Db2
schemaname: public
config:
host: hostname
port: 5000
username: user
password: password
database: database
client_lib_path : file_path
select:
- tablenameData Hub icon on the Navigation Pane.
Add Pipeline and provide the new pipeline’s name.
IBM Db2 template.
| Parameters | Description |
|---|---|
| Host: | Specify the hostname of the IBM Db2 server. |
| Port: | Specify the port number of the IBM Db2 server (default is 5000). |
| Username: | Provide the username to authenticate with the IBM Db2 server. |
| Password: | Provide the password to authenticate with the IBM Db2 server. |
| Database: | Specify the name of the IBM Db2 database from which data will be extracted. |
| Schema Name: | Specify the Schema name for connecting to IBM Db2. |
| Client_lib_path: | Enter the IBM client library path. |
| Select: | Tablename(s): Specify the table name list to load tables from the IBM Db2 server. |



Run Now button.
.


Edit DataSource Option to view the created tables.