JDBC Driver
Welcome to the documentation for the Peaka JDBC Driver – your gateway to seamless integration with the powerful Peaka data platform. This JDBC driver serves as a bridge between your Java application and the Peaka platform, enabling you to retrieve and manipulate data with ease and efficiency. Let’s dive in and unlock new possibilities for your data-driven projects with the Peaka JDBC Driver!
Requirements
- Java version 8 or higher.
Installation
Peaka JDBC Driver is distributed via the Maven central repository. Simply configure your build tool to pull the latest version of the SDK into your projects. We recommend using the latest version of the JDBC driver.
- Group ID:
com.peaka
- Artifact ID:
peaka-jdbc
Usage
First you need to register the driver with Class.forName("com.peaka.jdbc.PeakaDriver");
.
Host name for the Peaka JDBC Driver is dbc.peaka.studio
and port is 4567
. You need to
provide your API Key with extraCredentials
property. You can find a sample code below:
Contact
For feature requests and bugs, please create an issue in this repo. For further support, see the following resources: