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!
com.peaka
peaka-jdbc
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: