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

Cockroach DB

Overview

The CockroachDB MySQL connector pulls data from the remote database.

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

How to connect

Please read setup guide for more information.

Connection Parameters

ParameterDocumentation
host*
string
(required)
Hostname of the database.
port*
integer
(required)
Port of the database.
database*
string
(required)
Name of the database.
username*
string
(required)
Username to use to access the database.
password
string
(not required)
Password associated with the username.
ssl
boolean
(not required)
Encrypt client/server communications for increased security.