Treasure Data JDBC Driver is deprecated.
Birst provides an easy-to-use cloud-based enterprise business intelligence (BI) service. By combining Birst and Treasure Data, users can quickly explore both operational data and big data.
- Birst account
- Basic knowledge of Treasure Data and a Treasure Data account
Visit the Navigation Page under Manage Space, and select Use Birst Connect.

Download your .jnlp file by selecting Launch for one of your configurations. Also, download your BirstConnect.zip file.

Put two files under the same directory. In this article, we’ll reference the directory as $BIRST_CONNECT_DIRECTORY. Unzip BirstConnect.zip.
cd $BIRST_CONNECT_HOME
tar -zxvf BirstConnect.zipDownload Treasure Data’s JDBC driver from here, and put the file to $BIRST_CONNECT_HOME/dist/lib.
cd $BIRST_CONNECT_HOME
mv /PATH/TO/td-jdbc-xxx-jar-with-dependencies.jar dist/lib/Launch Birst Connect. Specify the .jnlp file you’ve downloaded to the dnlp.file parameter.
$ java -Djnlp.file=/PATH/TO/xxx.jnlp -Xmx1024m -cp "dist/*:dist/lib/*" com.birst.dataconductor.DataConductorAppAfter successfully launching Birst Connect, with the Treasure Data JDBC driver built-in.
Select Add Task to set up the task to extract data from Treasure Data into Birst.

- After launching, specify ‘Task Name’ first.
2. Go to the Sources tab and select Add Query.
Edit the fields to specify JDBC connection, accordingly.

- Database Type: Generic JDBC Connection
- Driver Name: com.treasuredata.jdbc.TreasureDataDriver
- Connection String: jdbc:td://api.treasuredata.com/testdb;useSSL=true
- Username: YOUR_TREASURE_DATA_EMAIL_ADDRESS
- Password: YOUR_TREASURE_DATA_PASSWORD
- Query: Your Query
You can switch query engines by using type parameters like jdbc:td://api.treasuredata.com/testdb;useSSL=true;type=presto. See the Treasure Data JDBC Driver documentation for more information.
Select Update and Save to save the task.
Go back to the Birst Connect main dialog and select Run Tasks Now. The query is executed on Treasure Data, and your data is inserted into Birst.