This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Db2

Overview

The IBM Db2 connector pulls data from the remote database.

The source is using Airbyte docker image (@airbyte/source-db2). Learn more how Airbyte-based sources work

How to connect

Please read setup guide for more information.

Connection Parameters

ParameterDocumentation
host*
string
(required)
Host of the Db2.
port*
integer
(required)
Port of the database.
db*
string
(required)
Name of the database.
username*
string
(required)
Username to use to access the database.
password*
string
(required)
Password associated with the username.