This page describes how to set up DataGrip and configure it for use with Rockset.
The steps below require that you have a Rockset account and have the Rockset JDBC driver jar. For instructions on building the Rockset JDBC jar, refer here.
DataGrip is a multi-engine database environment which provides efficient schema navigation and query execution.
Rockset
and configure the driver as follows:com.rockset.jdbc.RocksetDriver
as the class name.default
URL template as jdbc:rockset://
Rockset
driver:apikey
as User and your Rockset api key as the password.Synchronize
to load all data for autocomplete.Explore the schema of all Rockset collections present in your workspace:
Run SQL statements using the editor and view the results: