Skip to main content

Scaffold java jdbc

Setting up the Scaffold java jdbc connector

NoItemRequiredExampleNotes
1HostYesHostname of the database.
2PortYes3306Port of the database.
3DatabaseYesName of the database.
4UsernameYesUsername to use to access the database.
5PasswordNoPassword associated with the username.
6JDBC URL paramsNoAdditional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3)
7Replication methodYesReplication method to use for extracting data from the database. STANDARD replication requires no setup on the DB side but will not be able to represent deletions incrementally. CDC uses the Binlog to detect inserts, updates, and deletes. This needs to be configured on the source database itself.

Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.