JetBrains

This page describes how to configure Rockset as a database driver for any of the JetBrains products, such as IntelliJ, GoLand, PyCharm, or WebStorm. This will let you run Rockset queries directly in your IDE!

Database Driver

  1. Download the database driver. Go to the rockset/rockset-java-client GitHub repo, and download the rockset-java-0.10.3-uberjar.jarfile, then move the file to the IDE jdbc-driver directory, e.g. ~/Library/Application\ Support/JetBrains/GoLand2024.1/jdbc-drivers for GoLand on macOS.
  1. Add database driver in JetBrainse IDE. Open your JetBrains IDE, and add a new database driver.
  1. Name and save. Give your driver a name, select the appropriate driver file, then save these changes.

Data Source

  1. Create data source. You can now create a datasource from the Rockset driver you created!
  1. Add JDBC URL. Give the datasource a name and add the JDBC URL. The full list of URLs is available in the REST API documentation.
  1. Authenticate the data source. Add your Rockset API key to authenticate your data source. You can create an API key in the API Key tab of the Rockset console if you don't already have one.
  1. Test your connection. Before you save, you should test that the connection works.

You are now ready to query Rockset through your IDE!